
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=7               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(mainStyle=new mm_style()){
oncolor="#000000";
offcolor="#000000";
onbgcolor="#EAEAEA";
offbgcolor="#F5F5F5";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=0;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="";
subimagepadding="0";
pagecolor="black";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0)";
subOffsetLeft=0;
}

with(sub1Style=new mm_style()){
oncolor="#525252";
offcolor="#525252";
onbgcolor="#edf9fe";
offbgcolor="#ffffff";
borderstyle="solid";
bordercolor="#94ddfc";
borderwidth=1;
separatorcolor="#94ddfc";
separatorsize="1";
separatorwidth="95%";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Arial";
subimage="";
subimagepadding="0";
pagecolor="black";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#FFFFFF";
overfilter="Fade(duration=0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0)";
subOffsetLeft=0;
}

//------------------------------
//Horizontal Menu

//About Singapore Education
with(milonic=new menuname("about_sub1"))
{
	style=sub1Style;
	overflow="scroll";
	
	aI("text=WORD OF WELCOME;url=../about/welcome.html;status=WORD OF WELCOME;");
	aI("text=PAST CONFERENCES;url=../about/conference.html;status=PAST CONFERENCES;");	
	aI("text=WMC LEADERS;url=../about/leader.html;status=WMC LEADERS;");	
	aI("text=WMC SINGAPORE;url=../about/wmcsingapore.html;status=WMC SINGAPORE;");	
}

//Sub Menu for About Singapore Education
with(milonic=new menuname("conference_sub1"))
{
	style=sub1Style;
	overflow="scroll";	
	
	aI("text=ORGANISING COMMITTEES;url=../conference/committee.html;status=ORGANISING COMMITTEES;");
	aI("text=CONGRESS HIGHLIGHTS;url=../conference/highlight.html;status=CONGRESS HIGHLIGHTS;");	
	aI("text=PROGRAMME PLAN;url=../conference/programme.html;status=PROGRAMME PLAN;");	
	aI("text=SPEAKERS;url=../conference/speaker.html;status=SPEAKERS;");	
	aI("text=PARTNERS/SPONSORS;url=../conference/partner.html;status=PARTNERS/SPONSORS;");	
	aI("text=CONGRESS VENUE/SECRETARIAT;url=../conference/venue.html;status=CONGRESS VENUE/SECRETARIAT;");	
}

//News And Events
with(milonic=new menuname("delegate_sub1"))
{
	style=sub1Style;
	overflow="scroll";

	aI("text=REGISTRATION & PAYMENT;url=../delegate/registration.html;status=REGISTRATION & PAYMENT;");	
	aI("text=INVITATION LETTER FOR VISA;url=../delegate/invitation.html;status=INVITATION LETTER FOR VISA;");	
	aI("text=TRAVEL & ACCOMODATION;url=../delegate/travel.html;status=TRAVEL & ACCOMODATION;");	
}

//End of Horizontal Menu
//------------------------------

drawMenus();

