_menuCloseDelay=500;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana;";
fontsize=12;
fontweight="bold"
fontstyle="normal";
itemheight=10;
offcolor="#FFFFFF";
oncolor="#FFFFFF";
onbgcolor="";
offbgcolor="";
decoration='none';
ondecoration='none';
separatorcolor="#CCCCCC";
separatorsize=1;
offclass="mmpadding";
onclass="mmpadding1";
}

with(SubmenuStyle=new mm_style()){
fontfamily="Verdana;";
fontsize=11;
fontweight="normal"
fontstyle="normal";
itemheight=10; 
separatorsize=1;
separatorcolor="#000000";
borderwidth=1;
borderstyle="solid";
bordercolor="#000000";
offcolor="#FFFFFF";
offbgcolor="#999999";
oncolor="#000000"; 
onbgcolor="#CCCCCC"; 
decoration='none';
ondecoration='none';
//image="images/arrow.gif";
//overimage="images/arrow.gif";
imagepadding=5;
align="left";
offclass="mmpadding_sub";
onclass="mmpadding_sub";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
orientation="horizontal";
alwaysvisible=1;
position="relative";

aI("showmenu=Resources;text=Resources &amp; Books;url=resources.html;");
aI("showmenu=FAQ;text=FAQ;url=faq.html;");
aI("showmenu=Site Map;text=Site Map;url=site_map.html;");
}

with(milonic=new menuname("Resources")){
style=SubmenuStyle;
top="offset=0";
left="offset=1";
//aI("showmenu=Labora;text=Labora;url=labora.html;");
aI("showmenu=PAM Newsletter;text=PAM Newsletter;url=pam_newsletter.html;");
aI("showmenu=PAM Booklets;text=PAM Booklets;url=resources.html#PAMResource;");
aI("showmenu=Book/Media List;text=Book/Media List;url=resources.html#BookMedia;");
aI("showmenu=Internet Links;text=Internet Links;url=internet_links.html;");
aI("showmenu=Copyright Info;text=Copyright Info;url=copyright_information.html;");
}

drawMenus();