function newPhotoWindow_new(PhotoLocation,Name,Winno){

newWindow = window.open('','Winno','toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=370,height=280,screenX=350,screenY=350,top=350,left=350')

newWindow.document.write ("<HTML> <HEAD> <TITLE>"+Name+"</TITLE><style>.name {font-family:Arial,Verdana,Garamond;font-size:22px;font-weight:bold;color:'#ffffff';}.size {font-family:Arial,Verdana,Garamond;font-size:20px;font-weight:bold;color:'#ffffff';}image {border:1px solid #ffffff;}}</style> </HEAD> <BODY bgcolor='#ffffff' text='#ffffff'> <DIV ALIGN='center' class='image'><IMG SRC='" + PhotoLocation + "' > </DIV><DIV ALIGN='center'><br /><br /><span class='name'></span> </DIV> </BODY> </HTML> ")

newWindow.focus();
newWindow.document.close

}



