function windows(sss,ttt,www,hhh){ddx=window.open('','Gallery','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrollbars='+0+',width='+www+',height='+hhh+'');with(ddx.document){write("<head><title>"+ttt+"<\/title>\n<script type='text/javascript'>\nfunction resize(){\nif (self.innerHeight){	// all except Explorer\nwWW=self.innerWidth;\nwHH=self.innerHeight;\npll=6;\nptt=55;\n}else if (document.documentElement && document.documentElement.clientHeight){// Explorer 6 Strict Mode\nwWW=document.documentElement.clientWidth;\nwHH=document.documentElement.clientHeight;\npll=10;\nptt=35;\n}else if (document.body){ // other Explorers\nwWW=document.body.clientWidth;\nwHH=document.body.clientHeight;\npll=10;\nptt=35;\n}\nvar www="+www+"+pll;\nvar hhh="+hhh+"+ptt;\nif(www>wWW){\nhhh=(hhh * wWW)/www;\nwww=wWW;\nself.resizeTo(www,hhh);\n}}\n<\/script>\n<\/head>\n<body topmargin='0' marginheight='0' leftmargin='0' marginwidth='0' onload='resize()' onclick='clicker()' onblur='self.focus()'>\n<img src='"+ sss + "' border='0' hspace='0' vspace='0' onclick='self.close()' alt='"+ttt+"'\ />\n<\/body><\/html>");close();}ddx.moveTo(0,0);}
