_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=1;
_subOffsetLeft=-1;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="73%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=80;
itemwidth = 109;
aI("status=Back To Home Page;text=Home;url=index.htm;");
aI("showmenu=History;text=History;");
aI("showmenu=Program;text=Program;");
aI("showmenu=Simulators;text=Simulators;");
// aI("showmenu=Participation;text=Participation");
// aI("showmenu=Registration;text=Registration");
aI("showmenu=Image Gallery;text=Gallery");
aI("showmenu=Links;text=Links");
aI("showmenu=Contact Us;text=Contact Us");
}

with(milonic=new menuname("History")){
overflow="scroll";
style=menuStyle;
aI("text=History;url=history.htm;")
aI("text=Legislation;url=legislation.htm")
aI("text=Technology;url=technology.htm;")
aI("text=Safety;url=safety.htm;")
aI("text=Fuel Efficiency;url=fuel.htm;")
aI("text=SRHMF;url=srhmf.htm;")
// aI("text=Download Papers;url=paper.htm;")

}

with(milonic=new menuname("Program")){
overflow="scroll";
style=menuStyle;
aI("text=Program;url=program.htm;")
aI("text=Mission;url=mission.htm")
aI("text=Project Partners;url=partners.htm;")
aI("text=Description;url=description.htm;")
aI("text=Project Outputs;url=outputs.htm;")
aI("text=Project Benefits;url=benefits.htm;")
// aI("text=Sim Video;url=video.htm;")
}




with(milonic=new menuname("Simulators")){
style=menuStyle;
aI("text=Simulators;url=simulators.htm;");
aI("text=Simulator Overview;url=overview.htm;");
aI("text=Scotsim Fixed Trust 5000;url=5000.htm;");
aI("text=Scotsim Fixed Trust 3000;url=3000.htm;");
aI("text=Review Station;url=review.htm;");
aI("text=Software;url=software.htm;");
aI("text=Scenery;url=scenery.htm;");
}

with(milonic=new menuname("Participation")){
style=menuStyle;
aI("text=Participation;url=participation.htm;");
aI("text=How to participate;url=howto.htm;");
aI("text=Benefits;url=participation_benefits.htm;");
aI("text=Driver Profiles;url=profiles.htm;");
aI("text=Site Locations Maps;url=location.htm;");
aI("text=FAQs;url=faqs.htm;");

}



with(milonic=new menuname("Registration")){
style=menuStyle;
aI("text=Registration;url=registration.htm;");

}

with(milonic=new menuname("Image Gallery")){
style=menuStyle;
// aI("text=Publications;url=publications.htm;");
// aI("text=Articles;url=articles.htm;");
aI("text=Picture Gallery;url=gallery.htm;");
// aI("text=Events;url=events.htm;");
// aI("text=Prize Draw;url=prize_draw.htm;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Links;url=links.htm;");
}

with(milonic=new menuname("Contact us")){
style=menuStyle;
aI("text=Contact Us;url=contact_us.htm;");

}

drawMenus();


