fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#4E4942";
oncolor="#C4390B";
outfilter="fade(duration=0.5)";
pagecolor="#000000";
rawcss="padding-top:4px;padding-bottom:1px";
separatorcolor="#FFFFFF";
separatorheight=16;
separatorsize=1;
}

with(submenuStyle=new mm_style()){
bordercolor="#CDCDCD";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="#E9E9E9";
offcolor="#4E4942";
onbgcolor="#ffffff";
oncolor="#747A75";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimage="9x6_rightbend_grey.gif";
subimagepadding=8;
}



with(milonic=new menuname("profile")){
itemheight=24;
itemwidth=122;
style=submenuStyle;
aI("text=vision;url=/profile/vision.php;");
aI("text=mission;url=/profile/mission.php;");
aI("text=creative focus;url=/profile/focus.php;");
aI("text=business approach;url=/profile/approach.php;");
}

with(milonic=new menuname("services")){
itemheight=24;
itemwidth=122;
style=submenuStyle;
aI("text=web applications;url=/services/webapps.php;");
aI("text=intranet systems;url=/services/intranet.php;");
aI("text=web portals;url=/services/portal.php;");
aI("text=wireless environments;url=/services/wireless.php;");
}

with(milonic=new menuname("projects")){
itemheight=24;
itemwidth=270;
style=submenuStyle;
aI("text=laboratory management web-application;url=/projects/cygnus.php;");
aI("text=university co-operative education management software;url=/projects/neptune.php;");
aI("text=funding management system;url=/projects/chaud.php;");
aI("text=university housing management system;url=/projects/habitat.php;");
aI("text=conference registration and tracking system;url=/projects/semreg.php;");
aI("text=automated home management system;url=/projects/csd.php;");
aI("text=specialized web sites;url=/projects/websites.php;");
}

drawMenus();