// JavaScript Document

function footermenu()
{
	
				document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
				document.writeln('<tr>');
				document.writeln('<td width="1%" align="left" valign="top">');
				document.writeln('<img src="images/footer_lt_top.gif" width="10" height="10" />');
				document.writeln('</td>');
				document.writeln('<td width="98%" class="footer_bg">');
				document.writeln('</td>');
				document.writeln('<td width="1%" align="right" valign="top">');
				document.writeln('<img src="images/footer_rt_top.gif" width="10" height="10" />');
				document.writeln('</td>');
				document.writeln('</tr>');
				document.writeln('<tr>');
				document.writeln('<td class="footer_bg">');
				document.writeln('</td>');
				document.writeln('<td class="footer_bg footer" align="center" valign="top">');
				document.writeln('<a href="home.html" title="Home">Home</a>&nbsp;|&nbsp; ');
				document.writeln('<a href="about_us.html" title="About Us">About Us</a>&nbsp;|&nbsp;'); 
				document.writeln('<a href="services.html" title="Services">Services</a>&nbsp;|&nbsp;'); 
				document.writeln('<a href="proud_visits.html" title="Proud Visits">Proud Visits</a>&nbsp;|&nbsp;');
				document.writeln('<a href="paradise.html">Paradise</a> &nbsp;|&nbsp;'); 
				document.writeln('<a href="reach_us.html" title="Reach Us">Reach Us</a> &nbsp;|&nbsp; ');
				document.writeln('<a href="tariff.html" title="Tariff">Tariff</a> &nbsp;|&nbsp; ');
				document.writeln(' <a href="#" title="Factsheet">Factsheet</a> &nbsp;|&nbsp;'); 
				document.writeln('<a href="#" title="Contact Us">Contact Us</a><br />Copyright © 2008 hotelanandvanbhuvan All rights reserved. Powered by <a href="http://www.webbrainsolutions.com/" target="_blank">www.webbrainsolutions.com</a></td>');
				document.writeln('<td class="footer_bg"></td>');
				document.writeln('</tr>');
				document.writeln('<tr>');
				document.writeln('<td align="left" valign="top"><img src="images/footer_lt_bt.gif" width="10" height="10" /></td>');
				document.writeln('<td class="footer_bg"></td>');
				document.writeln('<td align="right" valign="top"><img src="images/footer_rt_bt.gif" width="10" height="10" /></td>');
				document.writeln('</tr>');
				document.writeln('</table>');
}

function mainmenu()
{

				document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
     			document.writeln('<tr>');
        		document.writeln('<td width="1%" align="left"><img src="images/top-menu-left.jpg" width="10" height="30" /></td>');
        		document.writeln('<td width="98%" class="main_menubg">');
        		document.writeln('<table class="main_menu" width="100%" border="0" cellspacing="0" cellpadding="0">');
              	document.writeln('<tr>');
                document.writeln('<td width="145"><a href="home.html" title="Home">Home</a></td>');
                document.writeln('<td><img src="images/separator.jpg" /></td>');
                
                document.writeln('<td width="145"><a href="about_us.html" title="About Us">About Us</a></td>');
                document.writeln('<td><img src="images/separator.jpg" /></td>');
                
                document.writeln('<td width="145"><a href="services.html" title="Services" >Services</a></td>');
                document.writeln('<td><img src="images/separator.jpg" /></td>');
                
                document.writeln('<td width="145"><a href="proud_visits.html" title="Proud Visits">Proud Visits</a></td>');
                document.writeln('<td><img src="images/separator.jpg" /></td>');
                
                document.writeln('<td width="145"><a href="paradise.html" title="Paradise">Paradise</a></td>');
                document.writeln('<td><img src="images/separator.jpg" /></td>');
                
                document.writeln('<td width="145"><a href="reach_us.html" title="Reach Us">Reach Us</a></td>');
                document.writeln('<td><img src="images/separator.jpg" /></td>');
                
                document.writeln('<td width="145"><a href="tariff.html" title="Tariff">Tariff</a></td>');
                document.writeln('<td><img src="images/separator.jpg" /></td>');
                
                document.writeln('<td width="145"><a href="#" title="Factsheet">Factsheet</a></td>');
              	document.writeln('</tr>');
            	document.writeln('</table></td>');
        		document.writeln('<td width="1%" align="right"><img src="images/top-menu-rt.jpg" width="10" height="30" /></td>');
      			document.writeln('</tr>');
    			document.writeln('</table>');
}