
	<!--
	// windowHandle followed by URL,windowName, features
	// here, URL=myPhoto, windowName is blank and features are width & height
	function openphoto(myPhoto) {
	var myWindow = window.open(myPhoto,"","width=600,height=400,");
	}
	//-->
