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>Pavit Ceramics Pvt. Ltd.</title></head>")
	myWindow.document.write("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0  onload='window.resizeTo(img.width+8,img.height+50);'>")
	myWindow.document.write("<img  src='images/inner/"+imgname+".jpg' id='img'>")
	myWindow.document.write("</body></html>")
	myWindow.document.close()
}

