function exempleWnd(wndName,myImag,w,h,scrll,rszbl) {winprops = 'height='+h+',width='+w+',top=5,left=5,resizable='+rszbl+',scrollbars='+scrll+',status=no'newWindow=window.open("","exempleWnd",winprops)newWindow.document.open();newWindow.document.write('<html>');newWindow.document.write('<title>'+wndName+'</title><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff"  onBlur="self.close()">');   newWindow.document.write('<img src='+myImag+' >'); newWindow.document.write('</td></tr></table></body></html>');newWindow.document.close();newWindow.focus();}function exempleHtmlWnd(htmlPage,w,h,scrll,rszbl) {winprops = 'height='+h+',width='+w+',top=5,left=5,resizable='+rszbl+',scrollbars='+scrll+',status=no'newWindow=window.open(htmlPage,"exempleWnd",winprops)newWindow.focus();}function HightResolWnd() {		glossary = window.open("","HightResolWnd","width=640,height=500,resizable=yes,scrollbars=yes,left=0,top=0")		glossary.focus();		}function imgMovWnd() {		glossary = window.open("moveImage/imgMove.htm","imgMovWnd","width=600,height=600,resizable=yes,scrollbars=no,left=0,top=0")		glossary.focus();		}function mapWnd() {winprops = 'height=480,width=740,top=5,left=5,resizable=yes,scrollbars=yes,status=no'newWindow=window.open("","mapWnd",winprops)newWindow.document.open();newWindow.document.write('<html>');newWindow.document.write('<title>ArcheosExpo</title><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff"  onBlur="self.close()">');   newWindow.document.write('<img src="grphRep/mapBtsfrtFMM2008.gif">'); newWindow.document.write('</td></tr></table></body></html>');newWindow.document.close();newWindow.focus();}