_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=4               // Sub menu top offset
_subOffsetLeft=-1            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#FCCB89";
oncolor="#ffffff";
offbgcolor="#FAE3BA";
offcolor="#515151";
bordercolor="#FF9900";
borderstyle="solid";
borderwidth=1;
// onborder="1px solid #316AC5";
// offborder="1px solid #cccccc";
separatorcolor="#FF9900";
separatorsize="1";
separatoralign="left";
separatorwidth="100%";
padding=3;
fontsize="100%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
// image="blank.gif";
subimage="menu/cube-arrow.gif";
subimagepadding="2";
// menubgimage="winxp.gif";
overfilter="Fade(duration=0.4);Alpha(opacity=85);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.5)";

}

with(milonic=new menuname("mainmenu")){
style=menuStyle;
menuwidth="140";
itemwidth=140;
menualign="center";
alwaysvisible=1;
orientation="vertical";
margin=0;
aI("text=;url=#;type=dragable;align=center;separatorsize=1;pointer=move;image=menu/top-menu.gif");
aI("text=Le Categorie;url=e-commerce_listCategoriesAndProducts.asp?idCategory=22;showmenu=Categories;separatorsize=1;image=;dragable=1;");
aI("text=Scarpe Chiodate;url=e-commerce_listCategoriesAndProducts.asp?idCategory=23;showmenu=Specialist;separatorsize=1;image=;dragable=1;");
aI("text=Abbigliamento;url=e-commerce_listCategoriesAndProducts.asp?idCategory=2;separatorsize=1;image=;dragable=1;");
aI("text=Accessori;url=e-commerce_listCategoriesAndProducts.asp?idCategory=21;separatorsize=1;image=;dragable=1;");
aI("text=Listino Prezzi;url=e-commerce_optPriceListExec.asp;separatorsize=2;separatorcolor=#999999;image=;dragable=1;");

aI("text=Registrazione;url=e-commerce_customerRegistrationForm.asp;separatorsize=1;image=;dragable=1;");
aI("text=Menù Cliente;url=e-commerce_customerUtilitiesMenu.asp;showmenu=CustomerMenu;separatorsize=2;separatorcolor=#999999;image=;dragable=1;");

aI("text=Ricerca Avanzata;url=e-commerce_advancedSearchForm.asp;separatorsize=1;image=;dragable=1;");
aI("text=Dove Siamo;url=e-commerce_contactUs.asp;separatorsize=1;image=;dragable=1;");

}

with(milonic=new menuname("Categories")){
style=menuStyle;
menuwidth="120";
itemwidth=120;
overflow="scroll";
aI("text=Running Donna;url=e-commerce_listCategoriesAndProducts.asp?idCategory=54;");
aI("text=Running Uomo;url=e-commerce_listCategoriesAndProducts.asp?idCategory=53;");

}

with(milonic=new menuname("Specialist")){
style=menuStyle;
menuwidth="120";
itemwidth=120;
overflow="scroll";
aI("text=Giavellotto;url=e-commerce_listCategoriesAndProducts.asp?idCategory=34;");
aI("text=Lanci;url=e-commerce_listCategoriesAndProducts.asp?idCategory=33;");
aI("text=Salto in Alto;url=e-commerce_listCategoriesAndProducts.asp?idCategory=32;");
aI("text=Salto Triplo;url=e-commerce_listCategoriesAndProducts.asp?idCategory=27;");
aI("text=Salto in Lungo;url=e-commerce_listCategoriesAndProducts.asp?idCategory=26;");
aI("text=Mezzofondo;url=e-commerce_listCategoriesAndProducts.asp?idCategory=25;");
aI("text=Velocità;url=e-commerce_listCategoriesAndProducts.asp?idCategory=24;");
aI("text=Campestre;url=e-commerce_listCategoriesAndProducts.asp?idCategory=11;");
aI("text=Marcia;url=e-commerce_listCategoriesAndProducts.asp?idCategory=10;");

}

with(milonic=new menuname("CustomerMenu")){
style=menuStyle;
menuwidth="120";
itemwidth=120;
overflow="scroll";
aI("text=Traccia Ordini;url=e-commerce_customerShowOrders.asp;");
aI("text=Cancella Ordini;url=e-commerce_customerCancelOrderForm.asp;");
aI("text=Dati Personali;url=e-commerce_customerModifyForm.asp;");
aI("text=Lista Preferiti;url=e-commerce_customerWishListView.asp;");
aI("text=Suggerimenti;url=e-commerce_optGetRecommendations.asp;");
aI("text=Contatta Negozio;url=e-commerce_customerContactAdminForm.asp;");

}

drawMenus();


