_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#897047";
offbgcolor="#286E15";
oncolor="#000000";
offcolor="#FFFFFF";
bordercolor="#286E15";
borderstyle="solid";
borderwidth=1;
separatorcolor="#286E15";
separatorsize="1";
padding=3;
fontsize="13px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Times New Roman";
itemwidth="150";
itemheight="35";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("5")){
style=menuStyle;
aI("text=Privacy Policy;url=dynamicdata/PrivacyPolicy.asp;status=Privacy Policy;");
}

drawMenus();

