//function Menu(){document.write("<TABLE cellSpacing=0 cellPadding=0 border=0  align=center width=150 ><TR><TD></TD></tr></table>");}
//function fnTitle(){document.title = "Online Homeopathic Treatment - Homoeopathic Healing center";}
/* ***************  To write Name of Physician to which Website Belong********************* */
//function fnPhysician(){document.write("Dr. John Rodrigues");}
/* ***************  To write Name of clinic on the Website********************* */
//function fnClinic(){document.write("Center for Scientific Homoeopathy")}
/* ***************  To Change color for Menu Item********************* */
function fnOver(EBtn){EBtn.style.color = "#ffffff";}
function fnOut(EBtn){EBtn.style.color = "#000000";}
function backColor(EBtn){EBtn.style.background="#c9aaff";}
function originalColor(EBtn){EBtn.style.background="#cccccc";}
function fnOver1(EBtn){EBtn.style.color = "#000000";}

/* ---------------------- Menus -------------------------------------- */




function fnMainMenu(){
document.write("<table cellpadding=0 cellspacing=0 border=0  align=center class=menuTable width=780> ")
document.write("<tr>")
document.write("<td align=center width=60 onmouseover=backColor(this) onmouseout=originalColor(this)><a href='default.htm' class=menu onmouseover=fnOver(this) onmouseout=fnOut(this)><b>Home</b></a></td><td><img src=images/pink.gif width=1 px></td>")
document.write("<td  align=center width=120 onmouseover=backColor(this) onmouseout=originalColor(this)><a href='HomeopathyIntroduction.htm' class=menu onmouseover=fnOver(this) onmouseout=fnOut(this)><b>Homoeopathy</b></a></td><td><img src=images/pink.gif border=0></td>")
document.write("<td   align=center width=120 onmouseover=backColor(this) onmouseout=originalColor(this)><a href='Case~Articles.htm' class=menu onmouseover=fnOver(this) onmouseout=fnOut(this)><b>Cases&nbsp;&amp;&nbsp;Articles</b></a></td><td><img src=images/pink.gif></td>")
document.write("<td  align=center width=100 onmouseover=backColor(this) onmouseout=originalColor(this)><a href='consultation_fees.htm' class=menu onmouseover=fnOver(this) onmouseout=fnOut(this)><b>Consultation</b></a></td><td><img src=images/pink.gif></td>")
document.write("<td  align=center  width=100 onmouseover=backColor(this) onmouseout=originalColor(this)><a href='AboutUs.htm' class=menu onmouseover=fnOver(this) onmouseout=fnOut(this)><b>About&nbsp;Us</b></a></td><td><img src=images/pink.gif></td>")
document.write("<td  align=center width=60 onmouseover=backColor(this) onmouseout=originalColor(this)><a href='FAQs.htm' class=menu onmouseover=fnOver(this) onmouseout=fnOut(this)><b>FAQs</b></a></td><td><img src=images/pink.gif></td>")
document.write("<td align=center  onmouseover=backColor(this) onmouseout=originalColor(this)><a href='Photo~Gallery.htm' class=menu onmouseover=fnOver(this) onmouseout=fnOut(this)><b>Photo Gallery</b></a></td><td><img src=images/pink.gif></td>")
document.write("<td 	 align=center  onmouseover=backColor(this) onmouseout=originalColor(this)><a href='ContactUs.htm' class=menu onmouseover=fnOver(this) onmouseout=fnOut(this)><b>Contact&nbsp;Us</b></a></td>")
document.write("</table>")}

function fnSideMenu(){
document.write("<table cellpadding=3 border=0 cellspacing=0 style=border-bottom-color:#fe9903 align=center width=100%><tr><td height=15></td></tr>")
document.write("<tr><td valign=top><img src=Images/gray.gif border=0></td><td><a href=HomeopathyIntroduction.htm class=menu1 onmouseover=fnOver1(this) onmouseout=fnOut(this)>Introduction</td></tr>")
document.write("<tr><td valign=top><img src=Images/gray.gif border=0></td><td><a href=LifeSketch.htm class=menu1 onmouseover=fnOver1(this) onmouseout=fnOut(this)>About Hahnemann</td></tr>")
document.write("<tr><td valign=top><img src=Images/gray.gif border=0></td><td><a href=HomeopathyPillars.htm class=menu1 onmouseover=fnOver1(this) onmouseout=fnOut(this)>Homeopathy Pillars</td></tr>")
document.write("<tr><td valign=top><img src=Images/gray.gif border=0></td><td><a href=HomeopathyPrincipals.htm class=menu1 onmouseover=fnOver1(this) onmouseout=fnOut(this)>Cardinal Principles</td></tr>")
document.write("<tr><td valign=top><img src=Images/gray.gif border=0></td><td><a href=howhomeopathyworks.htm class=menu1 onmouseover=fnOver1(this) onmouseout=fnOut(this)>How It Works</td></tr>")
document.write("<tr><td valign=top><img src=Images/gray.gif border=0></td><td><a href=HomeopathyBenefits.htm class=menu1 onmouseover=fnOver1(this) onmouseout=fnOut(this)>Benefits</td></tr>")
document.write("<tr><td valign=top><img src=Images/gray.gif border=0></td><td><a href=HomeopathyFAQs.htm class=menu1 onmouseover=fnOver1(this) onmouseout=fnOut(this)>FAQs</td></tr>")
document.write("<tr><td valign=top><img src=Images/gray.gif border=0></td><td><a href=Homeopathy10GoodReasons.htm class=menu1 onmouseover=fnOver1(this) onmouseout=fnOut(this)>10 Good Reasons</td></tr>")
document.write("<tr><td height=15></td></tr></table>")
}	

function topMenu()
{
	document.write("<table border=0 cellpadding=0 cellspacing=0><tr><td colspan=2><img src=images/banner.jpg></td></tr>")
	document.write("<tr><td  valign=top><script language=javascript>fnMainMenu()</script><td>")
	document.write("</tr></table>")
}
function fnGo(){history.go('-1');}
