<!--//
function showTopLinks()
{
	//document.write ('<DIV id="Layer0" style="HEIGHT: 20px; LEFT: 0px; TOP: 160px; POSITION: absolute; Z-INDEX: 0">');

	document.write ('<table border="1" cellpadding="2" cellspacing="0" width="100%" bordercolor="#cccccc" style="border-collapse: collapse" background="images/bgline-verti2.jpg">');
	document.write ('<tr>');
	document.write ('<td align="center" width="160"></td>');
	document.write ('<td align="center"><img src="images/red_box.gif" width="4" height="4"></td>');
	document.write ('<td align="center" bgcolor="#FFFFFF" onMouseOver=this.bgColor="fbf8b2" onMouseOut=this.bgColor="FFFFFF"><a href="index.html">Glorious Garhpanchkot</a></td>');
	document.write ('<td align="center"><img src="images/red_box.gif" width="4" height="4"></td>');
	document.write ('<td align="center" bgcolor="#FFFFFF" onMouseOver=this.bgColor="fbf8b2" onMouseOut=this.bgColor="FFFFFF"><a href="how-to-reach.html">How to Reach</a></td>');
	document.write ('<td align="center"><img src="images/red_box.gif" width="4" height="4"></td>');
	document.write ('<td align="center" bgcolor="#FFFFFF" onMouseOver=this.bgColor="fbf8b2" onMouseOut=this.bgColor="FFFFFF"><a href="what-to-see.html">What to See</a></td>');
	document.write ('<td align="center"><img src="images/red_box.gif" width="4" height="4"></td>');
	document.write ('<td align="center" bgcolor="#FFFFFF" onMouseOver=this.bgColor="fbf8b2" onMouseOut=this.bgColor="FFFFFF"><a href="where-to-stay.html">Where to Stay</a></td>');
	document.write ('<td align="center"><img src="images/red_box.gif" width="4" height="4"></td>');
	document.write ('<td align="center" bgcolor="#FFFFFF" onMouseOver=this.bgColor="fbf8b2" onMouseOut=this.bgColor="FFFFFF"><a href="booking-availability.html">Booking Availability</a></td>');
	document.write ('<td align="center"><img src="images/red_box.gif" width="4" height="4"></td>');
	document.write ('</tr>');
	//document.write ('<tr>');
	//document.write ('<td colspan="12" bgcolor="#ffffff" height="10" background="images/slant-jpg.gif"></td>');
	//document.write ('</tr>');
	document.write ('</table>');
	document.write ('<img src="images/slant-line.jpg" width="776" height="10">');
	//document.write ('</div>');

}
//-->
