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>Music Venues</title></head>");
	Enlarge.document.write ("<body><img style='position:absolute; margin:auto; overflow:none' src="+Photo+" width=600 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>Music Venues</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
}
