_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=20            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=10                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=10               // Only needed for Netcsape 4.x



with(MainMenuStyle=new mm_style()){
onbgcolor="#0202AC";
oncolor="FFFFFF";
offbgcolor="transparent";
offcolor="#2A1A7E";
bordercolor="#AA8000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#AA8000";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#ffffff";
itemheight=25;
}

with(SubMenuStyle=new mm_style()){
onbgcolor="#FFC20D";
oncolor="#210F6B";
offbgcolor="#0202AC";
offcolor="#FFFFFF";
bordercolor="#AA8000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#AA8000";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#D5A644";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/submenu_arrow_orange.gif";
onsubimage="/images/submenu_arrow_blue.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#F3E8CD', Direction=135, Strength=5)";
outfilter="Fade(duration=0.1)";
overflow="scroll";

}


with(maxmenu=new menuname("MenuPrincipal")){
style=MainMenuStyle;
alwaysvisible=1;
itemwidth=132;
position="relative";
orientation="vertical";
aI("text=Componentes;showmenu=Componentes;image=/images/menu_image.gif;subimage=/images/menu_arrow_blue.gif;onsubimage=/images/menu_arrow_orange.gif;");
aI("text=Computadores;showmenu=Computadores;image=/images/menu_image.gif;");
aI("text=Internet;showmenu=Internet;image=/images/menu_image.gif;");
aI("text=Software;showmenu=Software;image=/images/menu_image.gif;");
}

with(maxmenu=new menuname("Componentes")){
style=SubMenuStyle;
overflow="scroll";
aI("text=Produtos;url=/maxiadmin/maxshop/prod_gerir.php;");
aI("text=Categorias;url=/maxiadmin/maxshop/cat_gerir.php;showmenu=MaxShopCategorias;");
aI("text=Marcas;url=/maxiadmin/maxshop/marcas_gerir.php;showmenu=MaxShopMarcas;");
aI("text=Situações;url=/maxiadmin/maxshop/sit_gerir.php;showmenu=MaxShopSituacoes;");
aI("text=Utilizadores;url=/maxiadmin/maxshop/user_gerir.php;showmenu=MaxShopUtilizadores;");
}

with(maxmenu=new menuname("MaxShopCategorias")){
style=SubMenuStyle;
overflow="scroll";
aI("text=Gerir Categorias;url=/maxiadmin/maxshop/cat_gerir.php;");
aI("text=Ordernar Categorias;url=/maxiadmin/maxshop/cat_ord.php;");
aI("text=Parametros;url=/maxiadmin/maxshop/cat_param.php;");
}

with(maxmenu=new menuname("MaxShopMarcas")){
style=SubMenuStyle;
overflow="scroll";
aI("text=Gerir Marcas;url=/maxiadmin/maxshop/marcas_gerir.php;");
aI("text=Ordernar Marcas;url=/maxiadmin/maxshop/marcas_ord.php;");
aI("text=Parametros;url=/maxiadmin/maxshop/marcas_param.php;");
}

with(maxmenu=new menuname("MaxShopSituacoes")){
style=SubMenuStyle;
overflow="scroll";
aI("text=Gerir Situações;url=/maxiadmin/maxshop/sit_gerir.php;");
aI("text=Ordernar Situações;url=/maxiadmin/maxshop/sit_ord.php;");
aI("text=Parametros;url=/maxiadmin/maxshop/sit_param.php;");
}

with(maxmenu=new menuname("MaxShopUtilizadores")){
style=SubMenuStyle;
overflow="scroll";
aI("text=Gerir Utilizadores;url=/maxiadmin/maxshop/users_gerir.php;");
aI("text=Opções;url=/maxiadmin/maxshop/users_param.php;");
}

with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
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(maxmenu=new menuname("Partners")){
style=menuStyle;
aI("text=(aq) Web Hosting;url=http://www.a-q.co.uk/;status=(aq) Web Server Hosting & Services;");
aI("text=SMS 2 Email;url=http://www.sms2email.com/;");
aI("text=WebSmith;url=websmith;");
}