_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=2;




with(background=new mm_style()){
bgimage="xp_button_blue.gif";
borderstyle="solid";
fontfamily="Helvetica";
fontsize="75%";
fontstyle="normal";
fontweight="normal";
image="transparent.gif";
imagepadding=1;
itemheight=25;
itemwidth=230;
offcolor="#75a75e";
oncolor="#ffffff";
overbgimage="xp_button_blueon.gif";
separatorcolor="transparent";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=23;
itemwidth=230;
left=30;
style=background;
top=120;

aI("bgimage=xp_button_blue.gif;image=xp_eject.gif;overbgimage=xp_button_blueon.gif;showmenu=About Us;text= About Us;");
aI("bgimage=xp_button_blue.gif;image=xp_rl.gif;overbgimage=xp_button_blueon.gif;text= Products & Services;url=product and services.aspx;");

aI("bgimage=xp_button_blue.gif;image=xp_rl.gif;overbgimage=xp_button_blueon.gif;text= Performance;url=performance.aspx;");
aI("bgimage=xp_button_blue.gif;image=xp_rl.gif;overbgimage=xp_button_blueon.gif;text= Media;url=media.aspx;");
aI("bgimage=xp_button_blue.gif;image=xp_rl.gif;overbgimage=xp_button_blueon.gif;text= Photo Gallery;url=photogallery.aspx;");
}

with(milonic=new menuname("About Us")){
style=background;
aI("text=Our Beginning;url=Our Beginning.aspx;");
aI("text=Objectives & Leadership;url=Objectives and Leadership.aspx;");
aI("text=Join our Team;url=Join our Team.aspx;");
aI("text=partner's;url=pertners.aspx;");
}

drawMenus();
