_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=6;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#CE892C";
oncolor="#935808";
offbgcolor="#6A4AAB";
offcolor="#ffffff";
bordercolor="#B07225";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B07225";
separatorsize="1";
padding=9;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana";
itemwidth="150";
itemheight="";
align="left";
subimage="../images/arrowMenu.gif";
subimagepadding="1";
}




with(sat=new menuname("6")){
style=menuStyle;
aI("text=Biography;url=biography.asp;status=Biography;");
aI("text=CAG International;url=cagInternational.asp;status=CAG International;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=FAQs;url=faqs.asp;status=FAQs;");
}

drawMenus();


