_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="#d1e0f0";
	oncolor="#003366";
	offbgcolor="#f3f7fb";
	offcolor="#003366";
	bordercolor="#b2cce5";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#b2cce5";
	separatorsize="1";
	separatorpadding="1";
	padding=2;
	onborder="1px solid #7aa1c6";
	//offborder="1px solid #aaaaaa";
	onbold="#ffffff";
	fontsize="10";
	fontstyle="normal";
	fontfamily="Tahoma, Verdana, Arial";
	pagecolor="black";
	pagebgcolor="#ffffff";
	headercolor="#ffffff";
	headerbgcolor="#ffffff";
	subimage="js/images/seta.gif";
	subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color='#003366', Direction=135, Strength=2)";
	outfilter="randomdissolve(duration=0.2)";
}

sampleStyle=new copyOf(menuStyle)
sampleStyle.fontsize="11"
sampleStyle.padding=1

with(milonic=new menuname("importadora")) {
	style = menuStyle;
	top=85;
    left="offset=-349";
    screenposition="center";
	orientation="vertical";
	margin=2;
	itemwidth=140;
aI("text=A Importadora;url=im_nossahistoria.asp;image=js/images/seta.gif;");
aI("text=A Importadora e a GM;url=im_importadoraegm.asp;image=js/images/seta.gif;");
aI("text=General Motors;url=im_generalmotors.asp;image=js/images/seta.gif;");
aI("text=Novidades;url=im_novidades.asp;image=js/images/seta.gif;");
}

with(milonic=new menuname("veiculos")) {
	style = menuStyle;
	top=85;
    left="offset=-273";
    screenposition="center";
	orientation="vertical";
	margin=2;
	itemwidth=190;
aI("text=Consórcio;url=vc_consorcio.asp;image=js/images/seta.gif;");
aI("text=Financiamentos;url=vc_financiamento.asp;image=js/images/seta.gif;");
aI("text=Veículos Novos;url=vc_novos.asp;image=js/images/seta.gif;");
aI("text=Veículos Semi-novos;url=vc_seminovos.asp;image=js/images/seta.gif;");
aI("text=Veículos para frotistas;url=vc_frotistas.asp;image=js/images/seta.gif;");
}

with(milonic=new menuname("comunidade")) {
	style = menuStyle;
	top=235;
    left="offset=-258";
    screenposition="center";
	orientation="vertical";
	margin=2;
	itemwidth=118;
aI("text=Dicas;url=cm_dicas.asp;image=js/images/seta.gif;");
aI("text=História do Sushi;url=cm_historia.asp;image=js/images/seta.gif;");
aI("text=Novidades;url=cm_novidades.asp;image=js/images/seta.gif;");
aI("text=Receitas;url=cm_receitas.asp;image=js/images/seta.gif;");
}

with(milonic=new menuname("servicos")) {
	style = menuStyle;
	top=235;
    left="offset=-175";
    screenposition="center";
	orientation="vertical";
	margin=2;
	itemwidth=138;
aI("text=Buffet para Eventos;url=sr_buffet.asp;image=js/images/seta.gif;");
aI("text=Delivery;url=sr_delivery.asp;image=js/images/seta.gif;");
aI("text=Jantar Particular;url=sr_jantar.asp;image=js/images/seta.gif;");
}

drawMenus();

