
function openindex(img) { 
	OpenWindow=window.open("", "","width=900,height=700,toolbar=no,scrollbars="+scroll+",menubar=no,statusbar=1,resizable=yes");
	OpenWindow.document.write('<html>')
	OpenWindow.document.write('<head>')
	OpenWindow.document.write('<title>GEOTON Photo - Wedding / Engagement Gallery</title>')
	OpenWindow.document.write('<link type="text/css" rel="stylesheet" href="/gtp/styles/styleGallery.css">')
	OpenWindow.document.write('</head>')
	OpenWindow.document.write('<body bgcolor="000000" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">')
	OpenWindow.document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%" background="/gtp/images/bgTop.gif">')
	OpenWindow.document.write('<tr>')
	OpenWindow.document.write('<td background="/gtp/images/topBanner.gif" class="bgleft"><img src="/gtp/images/spacer.gif" width="164" height="69" border="0" alt="GEOTON PHOTO"></td>')
	OpenWindow.document.write('</tr>')
	OpenWindow.document.write('</table><br>')	
	OpenWindow.document.write('<center>')
	OpenWindow.document.write('<a href="javascript:top.window.close();" title="Photojournalism: Wedding Photography">'+img+'</a>')
	OpenWindow.document.write('<p>')
	OpenWindow.document.write('<a class="BlueHeader" href="javascript:top.window.close();">')
	OpenWindow.document.write('Close Window')
	OpenWindow.document.write('</a>')
	OpenWindow.document.write('</center>')
	OpenWindow.document.write('</body>')
	OpenWindow.document.write('</html>')
	OpenWindow.document.write('<script language="javascript" src="/gtp/scripts/noimagecopy.js"></script>')
}



