// JavaScript Document
 var scr='enlargephoto.htm' 
function imgWin(img)
{
var tmp=new Image;
var wn=window.open(scr+'?'+escape(img),'win','resizable,width=400,height=200,screenX=0,screenY=0,top=0,left=0');
wn.focus();
return false;
}