//fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20



with(horizStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
fontstyle="normal";
fontweight="bold";
fontfamily="verdana, arial";
fontsize="13px";
//fontstyle="normal";
//headerbgcolor="#AFD1B5";
//headerborder=1;
//headercolor="#000099";
//offbgcolor="#CFE2D1";
//offcolor="#697374";
//onbgcolor="#FEFAD2";
//onborder="1px solid #999999";
//oncolor="#FB672B";
//onsubimage="on_downboxed.gif";
//overbgimage="backon_beige.gif";
padding=3;
//pageimage="images/butt-cessna-sales1.gif";
//pagebgcolor="#CCE6FF";
//pagecolor="#000066";
//pageimage="db_red.gif";
//separatoralign="right";
//separatorcolor="#999999";
//separatorwidth="85%";
//subimage="downboxed.gif";
}

with(vertStyle=new mm_style()){

onbgcolor="#FED9CB";
oncolor="#000000";
offbgcolor="#fff4f0";
offcolor="#000000";
bordercolor="#FFD1BF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFD1BF";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana";
//pagecolor="#ffffff";
//pagebgcolor="#020286";
headercolor="#000000";
headerbgcolor="#ffffff";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="randomdissolve(duration=0.3)";
outfilter="randomdissolve(duration=0.3)";
subimage="images/arrow.gif";
}

with(milonic=new menuname("Sample mainmenu")){
alwaysvisible=1;
orientation="horizontal";
style=horizStyle;
top=22;
//left=111;
//followscroll=true;
aI("url=default.asp;image=images/menu-home_08.gif;overimage=images/menu-home-rollover_08.gif;");
aI("url=our-story.asp;image=images/default_08.gif;overimage=images/default-over_08.gif;");
aI("url=domain-expertise.asp;image=images/default_09.gif;overimage=images/default-over_09.gif;");
aI("showmenu=indus-served;url=industries-served.asp;image=images/default_10.gif;overimage=images/default-over_10.gif;");
aI("showmenu=newsletters;url=newsletter.asp;image=images/menu-newsletter_08.gif;overimage=images/menu-newsletter-over_08.gif;");
aI("url=career-counseling.asp;image=images/default_11.gif;overimage=images/default-over_11.gif;");
aI("url=contact-us.asp;image=images/default_12.gif;overimage=images/default-over_12.gif;");
}

with(milonic=new menuname("indus-served")){
margin=1;
style=vertStyle;
top="offset=2";
aI("text=Software;url=software.asp?cat=software;");
aI("text=Food & Beverages;url=food-beveregaes.asp?cat=food+and+beverages;");
aI("text=Accounting & Finance;url=accounting-finance.asp?cat=accounting+and+finance;");
aI("text=Life Science;url=lifescience.asp?cat=lifescience;");
aI("text=Manufacturing;url=manufacturing.asp?cat=manufacturing;");
aI("text=Plastics;url=plastics.asp?cat=plastics;");
aI("text=Automobile;url=automobile.asp?cat=Automobiles;");
}

with(milonic=new menuname("newsletters")){
margin=1;
style=vertStyle;
top="offset=2";
aI("text=Software;url=newsletters/sw newsletters.asp?cat=software;");
aI("text=Food & Beverage;url=newsletters/fb newsletters.asp?cat=food+and+beverages;");
aI("text=Life Science;url=newsletters/ls newsletters.asp?cat=lifescience;");
aI("text=Industry;url=newsletters/industry newsletters.asp;");
aI("text=Candidate;url=newsletters/cand newsletters.asp;");
}
drawMenus();

