// JavaScript Document
function pic(photo)
{
	var zWindow;
	zWindow=window.open("", "newwin", "width=460,height=350,left=300,top=200,toolbar=0,location=0,scrollbars=0");
	zWindow.document.open();
	zWindow.document.write("<HTML><HEAD>");
	zWindow.document.write("<TITLE>CHERAI BEACH RESORTS</TITLE>");
	zWindow.document.write("</HEAD>");
	zWindow.document.write('<body bgcolor="#ffffff" style="margin-top:10px;"><center>');
	zWindow.document.write("<img src=gallery/" + photo + "></center>");
//	zWindow.document.write("<center><form><input type=button value=Close onclick='window.close()'></form></center>");
	zWindow.document.write("</BODY></HTML>");
}
function pic1(photo)
{
	var zWindow;
	zWindow=window.open("", "newwin", "width=377,height=314,left=300,top=200,toolbar=0,location=0,scrollbars=0");
	zWindow.document.open();
	zWindow.document.write("<HTML><HEAD>");
	zWindow.document.write("<TITLE>CHERAI BEACH RESORTS</TITLE>");
	zWindow.document.write("</HEAD>");
	zWindow.document.write('<body bgcolor="#ffffff" style="margin-top:10px;"><center>');
	zWindow.document.write("<img src=gallery/" + photo + "></center>");
//	zWindow.document.write("<center><form><input type=button value=Close onclick='window.close()'></form></center>");
	zWindow.document.write("</BODY></HTML>");
}

function pic2(photo)
{
	var zWindow;
	zWindow=window.open("", "newwin", "width=630,height=270,left=300,top=200,toolbar=0,location=0,scrollbars=0");
	zWindow.document.open();
	zWindow.document.write("<HTML><HEAD>");
	zWindow.document.write("<TITLE>CHERAI BEACH RESORTS</TITLE>");
	zWindow.document.write("</HEAD>");
	zWindow.document.write('<body bgcolor="#ffffff" style="margin-top:10px;"><center>');
	zWindow.document.write("<img src=gallery/" + photo + "></center>");
//	zWindow.document.write("<center><form><input type=button value=Close onclick='window.close()'></form></center>");
	zWindow.document.write("</BODY></HTML>");
}