
var agt=navigator.userAgent.toLowerCase();
//alert(agt);
var itop,ileft;
if (agt.indexOf("msie") != -1)
{
        itop = 165;
}
else if (agt.indexOf("firefox") != -1)
{
        itop = 170;
}
else
{
        itop = 170;
}



fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#251BE6";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma";
fontsize="120%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#99CCFF";
offcolor="#0000ff";
onbgcolor="#91F0F1";
oncolor="#FB0606";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="";
pagecolor="ffffff";
separatorcolor="#2D729D";
separatorsize=1;
subimage="bullett.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;

left=detect();

orientation="horizontal";
style=menuStyle;
top=itop;
aI("text=Home;url=index.htm;");
aI("showmenu=Organization;text=Organization;");
aI("showmenu=Site;text=Site Plan;");
aI("showmenu=Offerings;text=Puja;");
aI("showmenu=Donation;text=Donations;");
aI("showmenu=Gallery;text=Photo Gallery;");
aI("showmenu=Contact Us;text=Contact Us;");
}

with(milonic=new menuname("Organization")){
//overflow="scroll";
style=menuStyle;
aI("text=History;url=aboutus.htm;")
aI("text=Trustees;url=Trust.htm;")
}

with(milonic=new menuname("Site")){

style=menuStyle;
aI("text=Temple;url=Temple.htm;");
aI("text=Location;url=map.htm;");
aI("text=How To Reach Site;url=htrt.htm;");
}

with(milonic=new menuname("Offerings")){
style=menuStyle;
aI("text=Schedule;url=schedule.htm;");
aI("text=Offerings;url=offerings.htm;");
aI("text=Narayaneeyam;url=Narayaneeyam.htm;");
}

with(milonic=new menuname("Donation")){
style=menuStyle;
aI("text=Donations;url=Donations.htm;");
aI("text=Appeal;url=newappeal.htm;");

aI("text=Donate Options;url=Donations opt.htm;");

}
with(milonic=new menuname("Gallery")){
style=menuStyle;
aI("text=Balalayam Prathista Day-2006;url=prathista - 2006.htm;");
aI("text=Laksharchana-2006;url=laks-2007.htm;");
aI("text=Sapthaham-2007;url=sap-2007.htm;");
aI("text=Sapthaham-2008;url=sap-2008.htm;");
aI("text=kodi Archana-2008;url=KA-2008.htm;");
aI("text=Aadharashila Puja-2009;url=Aspphoto.htm;");
aI("text=Prathista Utsavam-2010;url=Prathista Utsavam.htm;");

}
with(milonic=new menuname("Contact Us")){
style=menuStyle;
aI("text=At Temple;url=contus.htm;");
aI("text=Discipline;url=rules.htm;");

}

drawMenus();
