function showhome()
{
var strhomeData = '';
strhomeData += '<table width="977" border="0" align="center" cellpadding="0" cellspacing="0"><tr><td height="103"><a href="index.htm"><img src="images/logo.gif" alt="Logo" width="222" height="69" border="0" /></a></td><td height="103" colspan="4" align="right" valign="bottom"><a href="about.htm"onMouseOver="move_in(\'image1\',\'images/top_button1_highlight.gif\')"onMouseOut="move_out(\'image1\',\'images/top_button1.gif\')"><img src="images/top_button1.gif" alt="about" name="image1" id="image1" border="0" align="absbottom" class="menu_border_right" /></a><a href="gallery.php?&pageNo=" onMouseOver="move_in(\'image2\',\'images/top_button2_highlight.gif\')"onMouseOut="move_out(\'image2\',\'images/top_button2.gif\')"><img src="images/top_button2.gif" alt="gallery" name="image2" id="image2" border="0" align="absbottom" class="menu_border_right" /></a><a href="places.php"onMouseOver="move_in(\'image3\',\'images/top_button3_highlight.gif\')"onMouseOut="move_out(\'image3\',\'images/top_button3.gif\')"><img src="images/top_button3.gif" alt="places" name="image3" id="image3" border="0" align="absbottom" class="menu_border_right" /></a>';
/*<a href="tours_workshops.htm"onMouseOver="move_in(\'image4\',\'images/top_button4_highlight.gif\')"onMouseOut="move_out(\'image4\',\'images/top_button4.gif\')"><img src="images/top_button4.gif" alt="tours / workshops" name="image4" id="image4" border="0" align="absbottom" class="menu_border_right" /></a>*/

strhomeData += '<a href="features_bandhavgarh.htm"onMouseOver="move_in(\'image5\',\'images/top_button5_highlight.gif\')"onMouseOut="move_out(\'image5\',\'images/top_button5.gif\')"><img src="images/top_button5.gif" alt="features" name="image5" id="image5" border="0" align="absbottom" class="menu_border_right" /></a><a href="get_in_touch.htm"onMouseOver="move_in(\'image6\',\'images/top_button6_highlight.gif\')"onMouseOut="move_out(\'image6\',\'images/top_button6.gif\')"><img src="images/top_button6.gif" alt="get in touch" name="image6" id="image6" border="0" align="absbottom"></a></td></tr><tr><td height="1" colspan="5" bgcolor="#2d2d2d"><img src="images/spacer.gif" width="1" height="1" /><img src="images/spacer.gif" width="1" height="1" /></td></tr></table>';
	document.write(strhomeData);
}
