function showHeader()
{
	var strHeaderData = '';
strHeaderData += '<table width="947" border="0" cellspacing="0" cellpadding="0">';
strHeaderData += '<tr> ';
strHeaderData += '<td width="261" rowspan="2" align="left" valign="middle" bgcolor="#000000"><a href="index.htm"><img src="images/logo.jpg" alt="Logo" width="136" height="118" border="0"></a></td>';
strHeaderData += '<td width="686" height="25" align="right" valign="bottom" background="images/top_img1.jpg"><a href="index.htm"><img src="images/home.gif" alt="Home" width="50" height="16" border="0"></a><img src="images/dot_1.gif" width="2" height="16"><a href="contact_us.htm"><img src="images/contact_us.gif" alt="Contact Us" width="81" height="16" border="0"></a></td>';
strHeaderData += '</tr>';
strHeaderData += '<tr>'; 
strHeaderData += '<td width="686" height="105" align="right" valign="bottom" background="images/top_img2.jpg"><img src="images/spacer.gif" width="1" height="1" id="topmenupos"/>'; 
strHeaderData += '<a href="about_us.htm" class="toptext1" onmouseover="ypSlideOutMenu.showMenu(\'menu7\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu7\')"><img src="images/menu_1.gif" alt="About Us" width="75" height="22" border="0"></a><img src="images/dot.gif" width="2" height="22">'; 
strHeaderData += '<a href="#" class="toptext1" onmouseover="ypSlideOutMenu.showMenu(\'menu8\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu8\')"><img src="images/menu_2.gif" alt="About  Ranthambore" width="146" height="22" border="0"></a><img src="images/dot.gif" width="2" height="22">'; 
strHeaderData += '<a href="#" class="toptext1" onmouseover="ypSlideOutMenu.showMenu(\'menu9\')" onmouseout="ypSlideOutMenu.hideMenu(\'menu9\')"><img src="images/menu_3.gif" alt="Projects" width="76" height="22" border="0"></a><img src="images/dot.gif" width="2" height="22">'; 
strHeaderData += '<a href="photo_gallery.htm"><img src="images/menu_4.gif" alt="Photo Gallery" width="110" height="22" border="0"></a><img src="images/dot.gif" width="2" height="22">'; 
strHeaderData += '<a href="whats_new.htm"><img src="images/menu_5.gif" alt="Whats New" width="91" height="22" border="0"></a> ';
strHeaderData += '</td>';
strHeaderData += '</tr>';
strHeaderData += '</table>';
	document.write(strHeaderData);
}