function Show(w,h,file) {
	var option = "location=no,width="+w+",height="+h+",scrollbars=1,resizable=0,status=yes,left=0,top=0";
	w = open("", "picture", option);
	w.document.writeln('<html><head><title>Zoom in Window</title></head>');
	w.document.writeln('<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">');
	w.document.writeln('<img src="/pics/wallpapers/'+file+'.jpg" width="640" height="480"><br><br>');
	w.document.write('<center>');
	w.document.write('<iframe src="http://thailandbanner.com/banner/work.php?n=2306&size=1" width=468 height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling="no"></iframe><br><br>');
	w.document.write('<div style="position:relative; width:468px; height:60px; z-index:100; overflow:hidden;">');
	w.document.write('<IFRAME src="http://www3.thaile.com/bxe/bn_view.php?mid=3973&wid=1615&zid=3" NORESIZE SCROLLING="NO" HSPACE="0" VSPACE="0" FRAMEBORDER="0" MARGINHEIGHT="0" MARGINWIDTH="0" WIDTH="468" HEIGHT="80"></IFRAME>');
	w.document.write('</div><br><center>');
	w.document.writeln('</body></html>');
	w.document.close();
	w.window.focus();
}