function header()
{
document.write('<td width="273" height="68"><img border="0" src="image/logo.jpg" width="273" height="68"><td width="506" height="68" background="image/logo2bg.jpg"><p align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#FFFFFF">Home&nbsp;&nbsp; |&nbsp; About us&nbsp; |&nbsp;&nbsp; Contact Us</font></table>');
}
function foot()
{
	document.write('<p align="center"><font size="1" face="arial" color="#ffffff">Copyrights 2008 @ Lavanya Hotels</font></p>');
	
}
function checkForm()
{
	if(document.query.name.value=='')
	{
		alert("Please enter your Name");
		document.query.name.focus();
		return false;
	}	
	if(document.query.phone.value=='')
	{
		alert("Please enter phone");
		document.query.phone.focus();
		return false;
	}
	if(document.query.email.value=='')
	{
		alert("Please enter email Address");
		document.query.email.focus();
		return false;
	}
	

}
function linkHeader(){
document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center" height="30" background="image/link-bg.jpg">');
document.write('<tr><td width="10%" height="30">');
document.write('<p align="center"><a href="index.html" class="headlinks">Home</a></td>');
document.write('<td width="1%"><img border="0" src="image/line2.gif" width="1" height="30"></td>');
document.write('<td width="15%"><p align="center"><a href="facilities.html"  class="headlinks">Facilities</a></td>');
document.write('<td width="1%"><img border="0" src="image/line2.gif" width="1" height="30"></td>');
document.write('<td width="15%"><p align="center"><a href="photo-gallery.html"  class="headlinks">Photo Gallery</a></td>');
document.write('<td width="1%"><img border="0" src="image/line2.gif" width="1" height="30"></td>');
document.write('<td width="15%"><p align="center"><a href="locationmap.html"  class="headlinks">Location Map</a></td>');
document.write('<td width="1%"><img border="0" src="image/line2.gif" width="1" height="30"></td>');
document.write('<td width="15%"><p align="center"><a href="rooms.html"  class="headlinks">Rooms</a></td>');
document.write('<td width="1%"><img border="0" src="image/line2.gif" width="1" height="30"></td>');
document.write('<td width="15%"><p align="center"><a href="contact-us.html" class="headlinks">Contact Us</a></td>');
document.write('</tr></table>');
}

function enlarge(img,cod,len,brd)
{
	url="../images/Mh1019.jpg";
	window.open(img,cod,"menubar=0,location=no,status=no,directories=no,toolbar=no,scrollbars=no,height="+len+",width="+brd+",resizable=yes,alwaysraised=yes,left=10,top=10")
}