_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10             // Sub menu top offset
_subOffsetLeft=-20            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=10               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#FCCD89";     //Sets the color of the menu when moused over
offbgcolor="#303A75";     //Sets the default color of the menu items background
oncolor="#303A75";     //Sets the font color of the menu text when moused over
offcolor="#FFFFFF";     //Set the default font color of the menu text 
bordercolor="#CCCCCC";     //Sets the border color
borderstyle="";
borderwidth=0;     //Sets the border width
separatorcolor="#FFFFFF";     //Sets the separator color
separatorsize="0";     //Sets the general width of the separator
separatorheight="12";     //Sets the separator height
separatorpadding="0";     //Sets the padding for the separator
padding=4.0;     //Sets the general padding feature
fontsize="85%";     //Regulates the menu font size
fontstyle="normal";
fontfamily="VERDANA";
pagecolor="#FFFFFF";     //Changes the font color of the page you are viewing in the menu after it is selected
pagebgcolor="#303A75";    //Changes the bgcolor of the page you are viewing in the menu after it is selected
headercolor="#00000";
headerbgcolor="#ffffff";
subimage="";
onsubimage="";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#303A75', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.5)";
}


with(milonic=new menuname("mainmenu")){
style=menuStyle;
top=217;
screenposition="center";
left="offset=1";
alwaysvisible=1;
orientation="horizontal";
aI("image=images/canvas/menu/images/images_01.jpg;overimage=images/canvas/menu/images/images_01.jpg;url=index.html;");
aI("image=images/canvas/menu/images/images_02.jpg;overimage=images/canvas/menu/mouseovers/images/images_02.jpg;url=index.html;");
aI("image=images/canvas/menu/images/images_03.jpg;overimage=images/canvas/menu/mouseovers/images/images_03.jpg;showmenu=About Menu;");
aI("image=images/canvas/menu/images/images_04.jpg;overimage=images/canvas/menu/mouseovers/images/images_04.jpg;url=products.html;");
aI("image=images/canvas/menu/images/images_05.jpg;overimage=images/canvas/menu/mouseovers/images/images_05.jpg;url=claims.html;");
aI("image=images/canvas/menu/images/images_06.jpg;overimage=images/canvas/menu/mouseovers/images/images_06.jpg;showmenu=Agents Only Menu;");
aI("image=images/canvas/menu/images/images_07.jpg;overimage=images/canvas/menu/mouseovers/images/images_07.jpg;url=news_updates.html;");
aI("image=images/canvas/menu/images/images_08.jpg;overimage=images/canvas/menu/mouseovers/images/images_08.jpg;url=contact.html;");
aI("image=images/canvas/menu/images/images_09.jpg;overimage=images/canvas/menu/images/images_09.jpg;url=index.html;");
}

//*******************************************************************
with(milonic=new menuname("About Menu")){
style=menuStyle;
overflow="scroll";
aI("text=¤ Who is AMED?;url=about=whois_amed.html;");
aI("text=¤ Why Sell Med Mal?;url=about=whysell_medmal.html;");
aI("text=¤ Why use AMED?;url=about=whyuse_amed.html;");
aI("text=¤ AMED Owners;url=about=amed_owners.html;");
}

//*******************************************************************
with(milonic=new menuname("Agents Only Menu")){
style=menuStyle;
overflow="scroll";
aI("text=¤ Selling Med Mal Insurance;url=agentsonly=selling_medmal.html;");
aI("text=¤ AMED Prospects;url=agentsonly=amed_prospects.html;");
aI("text=Becoming an AMED Agent >>;showmenu=Becoming Agent Menu;url=agentsonly=becoming.html;");
}

//*******************************************************************
with(milonic=new menuname("Becoming Agent Menu")){
style=menuStyle;
overflow="scroll";
aI("text=¤ AMED Agent Profile;url=amedagent=agent_profile.pdf;");
aI("text=¤ AMED Brokerage Contract;url=amedagent=brokerage_contract.pdf;");
aI("text=¤ AMED Sales Tools;url=amedagent=salestools.pdf;");
}

//*******************************************************************
drawMenus();

