function displaymenu()
{
document.write("<div id=menu>");
document.write("<ul id=sddm>");
document.write("<li><a href=index.html style=color: #FF0>home</a>");
document.write("</li>");
document.write("<li><a href=aboutus.html onmouseover=mopen('m1') onmouseout=mclosetime()>about us</a>");
document.write("<div id=m1 onmouseover=mcancelclosetime() onmouseout=mclosetime()>");
document.write("<a href=aboutus.html>Om Vedic Heritage Centre</a>");
document.write("<a href=http://www.avpayurveda.com>Our Collaborator: The AVT, Coimbatore, India</a>");
document.write("</div>");

document.write("</li>");
document.write("<li><a href=om_services-01.html onmouseover=mopen('m2') onmouseout=mclosetime()>om services</a>");
document.write("<div id=m2 onmouseover=mcancelclosetime() onmouseout=mclosetime()>");
document.write("<a href=om_services-01.html>ayurvedic therapy and rejuvenation</a>");
document.write("<a href=yoga.html>Yoga Classes</a>");
document.write("<a href=inherit_programmes.html>INHERIT programmes</a>");
document.write("<a href=om_travel.html>om travel</a>");
document.write("</div>");
document.write("</li>");
document.write("<li><a href=yoga.html>om yoga</a>");
document.write("</li>");
<!--	<li><a href="onlineshop/index.php">shop online</a> -->

document.write("<li><a href=success.html>success stories</a>");
		
document.write("</li>");
document.write("<li><a href=om_travel.html>om travel</a>");
document.write("</li>");
document.write("<li><a href=om_retail.html>om retail</a>");
document.write("</li>");
document.write("<li><a href=om_membership.html>om membership</a>");
document.write("</li>");
document.write("<li><a href=gallery.html>gallery/news</a>");
document.write("</li>");
document.write("<li><a href=downloads.html>downloads</a>");
document.write("</li>");
document.write("<li><a href=inherit_programmes.html>workshops</a>");
document.write("</li>");
document.write("<li><a href=contactus.html>contact</a>");
document.write("</li>");
document.write("</ul>");

document.write("<div style=clear:both></div>");
document.write("</div>");

}

function displaytopadress()

{
var text = '<div id="top-inner"> '+
'       <div id="facebookicon"> <form style="display:inner-table;"> <a href="http://www.facebook.com/pages/Singapore/OM-VEDIC-HERITAGE-CENTRE/121229334577794"><img '+ 'src="images/likeusonfacebook.jpg"  /></a> </div>'+
'  <div id="top-content"> '+
'    <div  id="top-right"> '+
'      <div id="quicklinks"  ><span class="smallmain" style="font-size:11px;"><strong>Quick Links:</strong></span><strong> '+
'        <form style="height=10px; width:100px; display:inline;"> '+
'          <select name="quicklinks"  style=" width: 205px; border:1px solid #900; font-size:11px;" '+
'  onchange="loadPage(this.form.elements[0])" '+
'  target="_parent._top" '+
'  onmouseclick="this.focus()"> '+
'            <option selected="selected">Please Select</option> '+
'            <option value="index.html">Home</option> '+
'            <option value="aboutus.html">About Us</option> '+
'            <option value="aboutus.html">...Om Vedic Heritage Centre</option> '+
'            <option value="http://www.avpayurveda.com">...The AVT, Coimbatore, India</option> '+
'            <option value="om_rates.html">...Rates</option> '+
'            <option value="om_services-01.html">Om Services</option> '+
'            <option value="om_services-01.html">...Ayurvedic Therapy and Rejuvenation</option> '+
'            <option value="yoga.html">...yoga</option> '+
'            <option value="inherit_programmes.html">...INHERIT Programmes</option> '+
'            <option value="om_vedicastrology.html">.....Om Vedic Astrology</option> '+
'            <option value="om_retail.html">Om Retail</option> '+
'            <option value="om_membership.html">Om Membership</option> '+
'             <option value="gallery.html">Gallery/News</option> '+
'            <option value="om_membership.html">Downloads</option> '+
'            <option value="inherit_programmes.html">Talks & Workshops</option> '+
'            <option value="om_travel.html">om travel</option> '+
'            <option value="contactus.html">Contact</option> '+
'          </select> '+
'        </form '+
'        </div> '+
'   </form> '+      
'      </div> '+
'        <div class="smallmain" style="width: 300px; font-size:14px;float: right;"> '+
'          43 Tessensohn Road, Singapore 217661<br /> '+
'          Tel: 62972670 or 64929710<br /> '+
'          Fax: 31509604 <br /> '+
'        <div class="box_title" style="margin-top:10px;"><em>leading the wellness revolution</em> </br> </div>'+
//'       <form style="display:inner-table;"> <a href="http://www.facebook.com/pages/Singapore/OM-VEDIC-HERITAGE-CENTRE/121229334577794"><img '+ 'src="images/facebook_mini.png" width="25" height="25" /></a> '+
'  </div> '+
'      </strong></div> '+
'  </div> '+
'</div> '+
'<br/> ';




document.write (text);
}
