


_menuCloseDelay=200           // 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=40                // Follow scrolling Rate
_subOffsetTop=10              // 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="#FFB171";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#dddddd";
separatorsize="1";
separatorpadding="1";
padding=2;
onborder="1px solid #000000";
//offborder="1px solid #aaaaaa";
onbold="#ffffff";
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="green";
pagebgcolor="#FFF1E5";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="js/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#999999', Direction=135, Strength=4)";
outfilter="randomdissolve(duration=0.3)";
}

sampleStyle=new copyOf(menuStyle)
sampleStyle.fontsize="75%"
sampleStyle.padding=1

with(milonic=new menuname("empresa1")){
style = menuStyle;
top=130;
left=105;
//overflow="scroll";
orientation="vertical";
margin=3;
itemwidth=100;
aI("text=Empresa;url=empresa.asp#topo;image=js/images/seta.gif;");
aI("text=Localização;url=empresa.asp#loca;image=js/images/seta.gif;");
}

with(milonic=new menuname("servico1")){
style = menuStyle;
top=130;
left=197;
//overflow="scroll";
orientation="vertical";
margin=3;
itemwidth=200;
aI("text=Venda;url=sv_venda.asp#topo;showmenu=Venda;onsubimage=js/images/arrow1.gif;image=js/images/seta.gif;");
aI("text=Aluguel e Adm. de Imóveis;url=sv_imovel.asp#topo;showmenu=Imovel;onsubimage=js/images/arrow1.gif;image=js/images/seta.gif;");
aI("text=Serviços On Line;url=sv_online.asp;image=js/images/seta.gif;");
aI("text=Outros Serviços;url=sv_outros.asp#topo;showmenu=Outros;onsubimage=js/images/arrow1.gif;image=js/images/seta.gif;");
}


with(milonic=new menuname("Venda")){
style = sampleStyle;
margin=3
itemwidth=130;
aI("text=Avaliação;url=sv_venda.asp#topo;");
aI("text=Divulgação;url=sv_venda.asp#div;");
aI("text=Banco de Dados;url=sv_venda.asp#ban;");
aI("text=Documentação;url=sv_venda.asp#doc;");
}

with(milonic=new menuname("Imovel")){
style = sampleStyle;
margin=3
itemwidth=130;
aI("text=Avaliação;url=sv_imovel.asp#topo;");
aI("text=Divulgação;url=sv_imovel.asp#div;");
aI("text=Banco de Dados;url=sv_imovel.asp#ban;");
aI("text=Análise de Cadastro;url=sv_imovel.asp#ana;");
aI("text=Vistoria;url=sv_imovel.asp#vis;");
aI("text=Recebimento;url=sv_imovel.asp#rec;");
aI("text=Cobrança;url=sv_imovel.asp#cob;");
aI("text=Prestação de Contas;url=sv_imovel.asp#pre;");
aI("text=IPTU;url=sv_imovel.asp#ipt;");
aI("text=Custo;url=sv_imovel.asp#cus;");
}

with(milonic=new menuname("Outros")){
style = sampleStyle;
margin=3
itemwidth=130;
aI("text=Legalização;url=sv_outros.asp#topo;");
aI("text=Avaliação;url=sv_outros.asp#ava;");
aI("text=Adm. de Condomínio;url=sv_outros.asp#adm;");
aI("text=Assessoria Jurídica;url=sv_outros.asp#ass;");
}


drawMenus();

