_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='60' HEIGHT='1' BORDER='0'>;onbgcolor=transparent;");
aI("text=PERFIL DE LA COMPAÑÍA<BR><IMG SRC='images/spacer.gif' WIDTH='150' HEIGHT='1' BORDER='0'>;url=index.html;target=_self;status=COMPANY PROFILE;");
aI("text=AGRO-GANADERÍA<BR><IMG SRC='images/spacer.gif' WIDTH='120' HEIGHT='1' BORDER='0'>;url=farming_beef.html;target=_self;status=Farming;showmenu=Farming;");
aI("text=PRODUCTOS<BR><IMG SRC='images/spacer.gif' WIDTH='80' HEIGHT='1' BORDER='0'>;showmenu=Products;url=products.html;target=_self;status=PRODUCTS;");
aI("text=CALIDAD<BR><IMG SRC='images/spacer.gif' WIDTH='60' HEIGHT='1' BORDER='0'>;url=quality.html;target=_self;status=PRODUCTS;");
aI("text=CONTACTOS<BR><IMG SRC='images/spacer.gif' WIDTH='70' HEIGHT='1' BORDER='0'>;url=contacts.html;target=_self;status=CONTACTS;");
aI("text=ENLACES<BR><IMG SRC='images/spacer.gif' WIDTH='45' 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;Agricultura;url=farming_arable.html;target=_self;status=Arable;");
aI("text=&nbsp;Ganado;url=farming_livestock.html;target=_self;status=Livestock;");
aI("text=<IMG SRC='images/spacer.gif' WIDTH='95' HEIGHT='1' BORDER='0'>;");
}


with(milonic=new menuname("Products")){
style=menuStyle2;
aI("text=&nbsp;Gama de ventas al por menor;showmenu=Retail;url=pro_retail.html;target=_self;status=Retail;");
aI("text=&nbsp;Manufactura;url=pro_manufacturing.html;target=_self;status=Manufacturing;");
aI("text=&nbsp;Gama de servicios alimenticios;url=pro_food.html;target=_self;status=;Food Service");
aI("text=&nbsp;Venta al por mayor;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;Venta al por menor;url=pro_retail.html;target=_self;status=Retail;");
aI("text=&nbsp;Gama de estándares;url=pro_standard.html;target=_self;status=Standard Range;");
aI("text=&nbsp;Soluciones comida;url=pro_meal.html;target=_self;status=Meal;");
aI("text=<IMG SRC='images/spacer.gif' WIDTH='116' HEIGHT='1' BORDER='0'>;");
}

drawMenus();


