function PhotoWindow(url,width,height) { 
	window.open(url,'Photo','width='+width+',height='+height+',top=20,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1'); 
}
