function ShowPicture(Photo) {
	var Enlarge = window.open("", "Window1", "menubar=no, toolbar=no, scrollbar=no, resizable=no, status=no, location=no, width=620, height=420");
	Enlarge.document.write("<html><head><title>Behind the Scenes</title></head>");
	Enlarge.document.write ("<body><img style='position:absolute; margin:auto; overflow:none' src="+Photo+" width=600 height=400></body></html>");
return;
}


function Show110Picture(Photo) {
	var Enlarge = window.open("", "Window2", "menubar=no, toolbar=no, scrollbar=no, resizable=no, status=no, location=no, width=520, height=420");
	Enlarge.document.write("<html><head><title>Behind the Scenes</title></head>");
	Enlarge.document.write ("<body><img style='position:absolute; margin:auto; overflow:none' src="+Photo+" width=500 height=400></body></html>");
return;
}


function ShowVert(Photo) {
	var Enlarge = window.open("", "Window3", "menubar=no, toolbar=no, scrollbar=no, resizable=no, status=no, location=no, width=420, height=620");
	Enlarge.document.write("<html><head><title>Behind the Scenes</title></head>");
	Enlarge.document.write ("<body><img style='position:absolute; top:10px; margin-right:auto; margin-bottom:auto; overflow:none' src="+Photo+" width=400 height=600></body></html>")
return
}


function ShowPolaroid(Photo) {
	var Enlarge = window.open("", "Window5", "menubar=no, toolbar=no, scrollbar=no, resizable=no, status=no, location=no, width=370, height=444");
	Enlarge.document.write("<html><head><title>Behind the Scenes</title></head>")
	Enlarge.document.write("<body bgcolor='#CCCCCC'>")
	Enlarge.document.write ("<img style='position:absolute; top:10px; margin-right;auto; margin-bottom:auto; overflow:none' src="+Photo+" width=350 height=424></body></html>")
return
}
