_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0


with(menuStyle1=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#fafafa";
offcolor="#336666";
bordercolor="#bfcccb";
borderstyle="solid";
borderwidth=0;
separatorcolor="#bfcccb";
separatorsize="0";
padding=5;
fontsize="65%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#4E81B8";
oncolor="#FFFFFF";
offbgcolor="#FF7C22";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="0";
padding=5;
fontsize="68%";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="images/arrow.gif";
subimagepadding="2";
}




with(sat=new menuname("3")){
style=menuStyle;
aI("text=Secretarial Services;url=dynamicpage.asp?pid=3&id=7;status=Secretarial Services;");
aI("text=Telephone Answering;url=dynamicpage.asp?pid=3&id=10;status=Telephone Answering;");
aI("text=Administrative Services;url=dynamicpage.asp?pid=3&id=8;status=Administrative Services;");
aI("text=Desk Top Publishing;url=dynamicpage.asp?pid=3&id=9;status=Desk Top Publishing;");
}

drawMenus();

