


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=2               // Sub menu top offset
_subOffsetLeft=-10            // 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="#cccccc";
oncolor="#000000";
offbgcolor="#fdbb53";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="11px";
fontstyle="";
fontweight="bold"
fontfamily="Verdana";
pagecolor="white";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="1";

}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=72;
left=404;
alwaysvisible=1;
orientation="horizontal";
aI("text=HOME;url=http://www.jgi.com.br/;status=HOME;onbgcolor=#fdbb53;");
aI("text=SERVIÇOS;showmenu=Serviços;");
aI("text=SUPORTE;url=http://www.jgi.com.br/index.php?pag=contato&secao=suporte;status=SUPORTE");
aI("text=FALE CONOSCO;url=http://www.jgi.com.br/index.php?pag=contato;status=CONTATO");
aI("text=MAPA DO SITE;url=http://www.jgi.com.br/index.php?pag=mapa;status=MAPA DO SITE");
}

with(milonic=new menuname("Serviços")){
style=menuStyle;
borderwidth=1;
top=91;
left=445;
aI("text=Hospedagem;showmenu=Hospedagem;status=HOSPEDAGEM;");
aI("text=Domínios;showmenu=Domínios;status=DOMÍNIOS");
aI("text=Websites;showmenu=Websites;status=WEBSITES");
/*aI("text=E-Marketing;showmenu=E-Marketing;status=E-MARKETING;");*/
aI("text=Consultoria;url=http://www.jgi.com.br/index.php?pag=consultoria;status=CONSULTORIA;");
aI("text=Hardware;url=http://www.jgi.com.br/index.php?pag=hardware;status=HARDWARE;");
aI("text=Redes;url=http://www.jgi.com.br/index.php?pag=redes;status=REDES;");
}

with(milonic=new menuname("Hospedagem")){
style=menuStyle;
borderwidth=1;
top=95;
left=553;
aI("text=Planos;url=http://www.jgi.com.br/index.php?pag=planos;status=PLANOS;");
aI("text=Assinar Plano;url=http://www.jgi.com.br/registro.php;status=ASSINAR PLANO");
aI("text=Painel de Controle;url=http://www.jgi.com.br/index.php?pag=painel;status=PAINEL DE CONTROLE");
aI("text=Pagamentos;url=http://www.jgi.com.br/hospedagem/user/;status=PAGAMENTOS");
aI("text=Politica de Uso;url=http://www.jgi.com.br/index.php?pag=politica;status=POLITICA DE USO");
aI("text=Dúvidas;url=http://www.jgi.com.br/index.php?pag=duvidas;status=DÚVIDAS");
}

with(milonic=new menuname("Domínios")){
style=menuStyle;
borderwidth=1;
top=113;
left=553;
aI("text=Sobre Domínios;url=http://www.jgi.com.br/index.php?pag=dominios;status=SOBRE DOMÍNIOS");
aI("text=Registrar Domínio;url=http://www.jgi.com.br/registro.php;status=REGISTRAR DOMÍNIO");
aI("text=Preços;url=http://www.jgi.com.br/index.php?pag=precosdominios;status=PREÇOS");
aI("text=Dúvidas;url=http://www.jgi.com.br/index.php?pag=duvidasdominios;status=DÚVIDAS");
}

with(milonic=new menuname("Websites")){
style=menuStyle;
borderwidth=1;
top=130;
left=553;
aI("text=Criação de Sites;url=http://www.jgi.com.br/index.php?pag=sites;status=CRIAÇÃO DE SITES");
aI("text=Portfólio;url=http://www.jgi.com.br/index.php?pag=portfolio;status=PORTFÓLIO");
aI("text=Manutenção de Sites;url=http://www.jgi.com.br/index.php?pag=manutencaodesites;status=MANUTENÇÃO DE SITES");
/*aI("text=Divulgação;url=http://www.jgi.com.br/index.php?pag=divulgacao;status=DIVULGAÇÃO");*/
aI("text=Solicitar Orçamento;url=http://www.jgi.com.br/index.php?pag=orcamento;status=SOLICITAR ORÇAMENTO");
}
/*
with(milonic=new menuname("E-Marketing")){
style=menuStyle;
borderwidth=1;
top=150;
left=553;
aI("text=Como Funciona;url=http://www.jgi.com.br/index.php?pag=emarketing;status=COMO FUNCIONA");
aI("text=Modelos;url=http://www.jgi.com.br/index.php?pag=modelos;status=MODELOS");
aI("text=Noticias E-Marketing;url=http://www.jgi.com.br/index.php?pag=noticiasemarketing;status=NOTICIAS E-MARKETING");
aI("text=Solicitar Orçamento;url=http://www.jgi.com.br/index.php?pag=contato&secao=emarketing;status=SOLICITAR ORÇAMENTO");
}
*/
drawMenus();


