

_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out default 500
_menuOpenDelay=75            // The time delay before menus open on mouse over default 150
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#FEF69B";
oncolor="#400922";
offbgcolor="#FB1700";
offcolor="#ffffff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#C84242";
separatorsize="0";
padding=6;
fontsize="13px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, san-serif";
pagecolor="#FFFF99"; //current page
pagebgcolor="#FB1700";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=0)";
//outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("home")){
style=menuStyle;
aI("text=Learn to Meditate;url=home_learntomeditate.html;");
aI("text=Calligraphy Auction;url=Karme_Choling_Calligraphy_SMR.html;");
aI("text=Winter;url=home_winter.html;");
aI("text=Spring;url=home_spring.html;");
aI("text=Summer;url=home_summer.html;");
aI("text=Fall;url=home_fall.html;");
}


with(milonic=new menuname("aboutus")){
style=menuStyle;
aI("text=History;url=aboutus_history.html;");
aI("text=Teachers;url=aboutus_teachers.html;");
aI("text=Make a Donation;url=aboutus_donate.html;");
aI("text=News and Media;url=aboutus_media.html;");
aI("text=Board of Trustees;url=KarmeCholing_BOT.htm;") ;
}

with(milonic=new menuname("ourprograms")){
style=menuStyle;
aI("text=Our Programs;url=programs.php;");
aI("text=Retreat Cabins;url=programs_cabins.html;");
}

with(milonic=new menuname("facilities")){
style=menuStyle;
aI("text=Accommodation;url=facilities_accommodation.html;");
aI("text=Take a Tour;url=slideshow/slide01.html;");
}

with(milonic=new menuname("positions")){
style=menuStyle;
aI("text=Job Opportunities;url=positions_jobs.html;");
aI("text=Applications;url=pdf/KCLapplication.pdf;");
}

with(milonic=new menuname("visitorsguide")){
style=menuStyle;
aI("text=General Contacts;url=contactus.html;");
aI("text=Driving Directions;url=contactus_driving.html;");
aI("text=Karme Choling FAQ;url=contactus_FAQ.html;");
aI("text=Request Information;url=mailto:info@bhutanshambala.com;"); }

drawMenus();
