<!--

function nwin(n,w,h){


path = "../../images/gallery2001/"+n+""

newWindow =window.open("","preview","width="+w+",height="+h+",toolbars=no")

newWindow.document.open();

newWindow.document.write('<html><head></head><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()"><img src="'+path+'" width="'+w+'" height="'+h+'" alt="GR" border="0"></body></html>');

newWindow.document.close();



}

//-->
