// AF --------------------------------------
path = ""
g_subimage= "scripts/milonic/arrow.gif";
if (js_from == 1){			// forum
	path = "../";
	g_subimage= path + "scripts/milonic/arrow.gif";
}
else if (js_from == 2){		// shareit
	path = "http://www.anwida.com/";
	g_subimage= "/pimages/10196/arrow.gif";
}
// AF --------------------------------------

fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=4;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
imagepadding=6;
offbgcolor="#516587";	// *** come header1
offcolor="#ffffff";
onbgcolor="#ff9c00";	// ***	
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=6;
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#CBD3E1";	// *** come left/right bar color
headercolor="#444444";
offbgcolor="#516587";	// *** come header1
offcolor="#ffffff";
onbgcolor="#ff9c00";	// ***
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
separatorcolor="#88A3AC";	// ***
separatorsize=1;
//subimage= path + "scripts/milonic/arrow.gif";	commenbtata questa e aggiunta la seguente per attribuire la path corretta secondo la provenienza (normale, forum, shareit)
subimage= g_subimage;
subimagepadding=2;
}



with(milonic=new menuname("Products")){
margin=7;
style=submenuStyle;
aI("text=All Products;url=" + path + "products.asp;");
aI("showmenu=Plugins;text=Plug-ins;url=" + path + "products.asp?pt=12;");
aI("showmenu=Bundles;text=Plug-in Bundles;url=" + path + "products.asp?pt=13;");
aI("showmenu=Standalone;text=Stand-alone Processors;url=" + path + "products.asp?pt=14;");
}

with(milonic=new menuname("Plugins")){
margin=7;
style=submenuStyle;
aI("align=center;separatorcolor=#88A3AC;separatorsize=1;text=Reverb;type=header;");
aI("text=DX Reverb;url=" + path + "product.asp?pid=2;");
aI("text=DX Reverb Light;url=" + path + "product.asp?pid=7;");
aI("text=Spazio;url=" + path + "product.asp?pid=25;");
aI("align=center;separatorcolor=#88A3AC;separatorsize=1;text=EQ & Dynamics;type=header;");
aI("text=CX1V;url=" + path + "product.asp?pid=13;");
aI("text=GEQ15V;url=" + path + "product.asp?pid=10;");
aI("text=GEQ31V;url=" + path + "product.asp?pid=11;");
aI("text=L1V;url=" + path + "product.asp?pid=14;");
aI("text=PEQ1V;url=" + path + "product.asp?pid=23;");
}

with(milonic=new menuname("Bundles")){
margin=7;
style=submenuStyle;
aI("text=Equo Pack;url=" + path + "product.asp?pid=17;");
aI("text=Modula Pack;url=" + path + "product.asp?pid=1;");
aI("text=Spiro Pack;url=" + path + "product.asp?pid=21;");
}

with(milonic=new menuname("Standalone")){
margin=7;
style=submenuStyle;
aI("text=Parametric Equalizer Pro;url=" + path + "product.asp?pid=6;");
}

with(milonic=new menuname("Download")){
margin=7;
style=submenuStyle;
aI("text=All Downloads;url=" + path + "download.asp;");
aI("text=Plug-ins;url=" + path + "download.asp?pt=12;");
aI("text=Plug-in Bundles;url=" + path + "download.asp?pt=13;");
aI("text=Stand-alone Processors;url=" + path + "download.asp?pt=14;");
}

with(milonic=new menuname("Support")){
margin=7;
style=submenuStyle;
aI("text=My Account;url=" + path + "myaccount.asp;");
aI("text=FAQ;url=" + path + "faq.asp;");
aI("text=Forum;url=" + path + "forum/index.php;");
aI("text=Contact Support;url=" + path + "contact.asp?ct=2;");
}

with(milonic=new menuname("Purchase")){
margin=7;
style=submenuStyle;
aI("text=Online Store;url=" + path + "purchase.asp;");
aI("text=My Shopping Cart;url=https://secure.shareit.com/shareit/cart.html?PRODUCT[215967]=0&cookies=1&languageid=1&currencies=USD,all;");
aI("text=Contact Sales;url=" + path + "contact.asp?ct=1;");
}

with(milonic=new menuname("About")){
margin=7;
style=submenuStyle;
aI("text=Company Information;url=" + path + "company.asp;");
aI("text=Newsroom;url=" + path + "news.asp;");
aI("text=Professionals Say;url=" + path + "comments.asp;");
aI("text=Contact Us;url=" + path + "contact.asp;");
}

drawMenus();

