_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#1B3587";
oncolor="#ffffff";
offbgcolor="transparent";
offcolor="#0097E6";
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="arrow.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#1B3587";
oncolor="#F33500";
offbgcolor="#1B3587";
offcolor="#FFFFFF";
bordercolor="#741E1E";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="0";
}

with(menuStyle3=new mm_style()){
onbgcolor="#0097E6";
oncolor="#1B3587";
offbgcolor="#0097E6";
offcolor="#FFFFFF";
bordercolor="#741E1E";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="0";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=88;
screenposition="center"; 
alwaysvisible=1;
orientation="horizontal";
aI("text=<IMG SRC='images/spacer.gif' WIDTH='82' HEIGHT='1' BORDER='0'>;onbgcolor=transparent;");
aI("text=PROFILO DELL'AZIENDA<BR><IMG SRC='images/spacer.gif' WIDTH='143' HEIGHT='1' BORDER='0'>;url=index.html;target=_self;status=COMPANY PROFILE;");
aI("text=AGRICULTURA<BR><IMG SRC='images/spacer.gif' WIDTH='100' HEIGHT='1' BORDER='0'>;url=farming_beef.html;target=_self;status=Farming;showmenu=Farming;");
aI("text=PRODOTTI<BR><IMG SRC='images/spacer.gif' WIDTH='85' HEIGHT='1' BORDER='0'>;showmenu=Products;url=products.html;target=_self;status=PRODUCTS;");
aI("text=QUALITÀ<BR><IMG SRC='images/spacer.gif' WIDTH='70' HEIGHT='1' BORDER='0'>;url=quality.html;target=_self;status=PRODUCTS;");
aI("text=CONTATTI<BR><IMG SRC='images/spacer.gif' WIDTH='60' HEIGHT='1' BORDER='0'>;url=contacts.html;target=_self;status=CONTACTS;");
aI("text=COLLEGAMENTI<BR><IMG SRC='images/spacer.gif' WIDTH='59' HEIGHT='1' BORDER='0'>;url=links.html;target=_self;status=LINKS;");
}


with(milonic=new menuname("Farming")){
style=menuStyle2;
//overflow="scroll";
//margin=20;
aI("text=&nbsp;Agricoltura;url=farming_arable.html;target=_self;status=Arable;");
aI("text=&nbsp;Bestiame;url=farming_livestock.html;target=_self;status=Livestock;");
aI("text=<IMG SRC='images/spacer.gif' WIDTH='100' HEIGHT='1' BORDER='0'>;");
}


with(milonic=new menuname("Products")){
style=menuStyle2;
aI("text=&nbsp;Gamma vendita al dettaglio;showmenu=Retail;url=pro_retail.html;target=_self;status=Retail;");
aI("text=&nbsp;Produzione;url=pro_manufacturing.html;target=_self;status=Manufacturing;");
aI("text=&nbsp;Gamma di servizi alimentari;url=pro_food.html;target=_self;status=;Food Service");
aI("text=&nbsp;Ingrosso;url=pro_whole.html;target=_self;status=Wholesale;");
aI("text=<IMG SRC='images/spacer.gif' WIDTH='97' HEIGHT='1' BORDER='0'>;");
}

with(milonic=new menuname("Retail")){
style=menuStyle3;
aI("text=&nbsp;Gamma vendita al dettaglio;url=pro_retail.html;target=_self;status=Retail;");
aI("text=&nbsp;Gamma standard;url=pro_standard.html;target=_self;status=Standard Range;");
aI("text=&nbsp;Soluzioni alimentari;url=pro_meal.html;target=_self;status=Meal;");
aI("text=<IMG SRC='images/spacer.gif' WIDTH='116' HEIGHT='1' BORDER='0'>;");
}

drawMenus();


