

emptyimage="transparent.gif";
showdelay=200;
hidedelay=800;

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=180;
height=15;
color="orange";
coloron="#FFFF00";
fontsize="10pt";
fontfamily="Arial";
align="center";
paddingtop=0;
paddingleft=0;
arrowright=20;
arrowtop=1;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=80)";
menuborderwidth=0;
separatorsize=0;
highlightpath=true;
wiseposition=true;
}


/*Start Menu Declarations*/

with(new fxmenu("MainMenu0")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=HOME;url=default.asp;");
}

with(new fxmenu("MainMenu1")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=ABOUT US;url=aboutus.htm;");
}

with(new fxmenu("MainMenu2")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=PRIMARY COURSES;url=primary.htm;");
}

with(new fxmenu("MainMenu3")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=PRE-PRIMARY COURSES;url=preprimary.htm;");
}

with(new fxmenu("MainMenu4")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=SECONDARY COURSES;url=secondary.htm;");
}

with(new fxmenu("MainMenu5")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=ENQUIRY;url=enquiry.asp;");
}

with(new fxmenu("MainMenu6")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("text=CONTACT US;url=contactus.htm;");
}


buildMenus();
