// JavaScript Document
function photo(imgname)
{
	myWindow = window.open("","zoomimg", 'width=1,height=1,top=0,left=0,toolbar=no,scrollbars=no,status=yes')
	myWindow.document.write("<html><head><title>Optisurgicare India Pvt. Ltd.</title></head>")
	myWindow.document.write("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=#FFFFFF onload='window.resizeTo(img.width+8,img.height+8+20);'>")
		myWindow.document.write("<img  src='images/popup/"+imgname+".gif' id='img'>")
	myWindow.document.write("</body></html>")
	myWindow.document.close()
}