function photo(imgname,caption,caption1)
{
	myWindow = window.open("","zoomimg", 'width=1,height=1,top=15,left=15,toolbar=no,scrollbars=no,status=yes')
	myWindow.document.write("<html><head><link href='css/aavkar.css' rel='stylesheet' type='text/css'><title>Aavkar - Infrastructure Company</title></head>")
	myWindow.document.write("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=#FFFFFF onload='window.resizeTo(img.width+8,img.height+52);'>")
	myWindow.document.write("<table border='0' cellpadding='0' cellspacing='0'><tr><td></td></tr>")
	myWindow.document.write("<tr><td><img  src='images/inner/"+imgname+".jpg' id='img'></td></tr>")
	myWindow.document.write("</table>")
	myWindow.document.write("</body></html>")
	myWindow.document.close()
}
