timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Off Font Color
"B2B2B2",					// Off Back Color
"000000",					// On Font Color
"CCCCCC",					// On Back Color
"999999",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",						// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
2,							// Padding
"image/arrow.gif",			// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
]

menu1=[				// This is the array that contains your menu properties and details
77,					// Top
227,				// left
,					// Width
0,					// Border Width
"left",				// Screen Position - here you can use "center;middle;right"
prop1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time
"center",			// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation
,					// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 					// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,					// Position of sub image left:center:right:middle:top:bottom
,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
"HOME","http://www.grupoamaral.com.br",,"Grupo Amaral (Bras&iacute;lia-DF)",1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"|","#",,"",1,
"EMPRESA","show-menu3","index.html","Empresa Santo Antônio de Transporte e Turismo - Grupo Amaral (Bras&iacute;lia-DF)",1,
"|","#",,"",1,
"FROTA","show-menu2","frota.htm","Nossa Frota",1,
"|","#",,"",1,
"LINHAS E HORÁRIOS","JavaScript:consulta()",,"Consulta direta à base de dados de linhas e horários disponíveis",1,
"|","#",,"",1,
"SERVIÇOS","show-menu4",,"Serviços prestados por nossa empresa",1,
"|","#",,"",1,
"AGÊNCIAS","agencias.htm","","Agências de venda de passagens e outros serviços.",1,
"|","#",,"",1,
"SAC","show-menu5",,"Serviço de Atendimento ao Cliente.",1
]

menu2=[
,,130,1,"",prop1,,"left",effect,,,,,,,
"Frota","frota.htm",,"Nossa Frota",1,
"Manutenção","manutencao.htm",,"Nossos cuidados com a manutenção de nossa frota.",1
]

menu3=[
,,80,1,"",prop1,,"left",effect,,,,,,,
"Garagens","show-menu6","garagens.htm","Rela&ccedil;&atilde;o de garagens ESA",1
]

menu4=[,,130,1,,prop1,0,"left",effect,0,,,,,,
"Encomendas","encomendas.htm",,"Transporte de encomendas - Empresa Santo Antônio",1
]

menu5=[,,85,1,,prop1,0,"left",effect,0,,,,,,
"Fale Conosco","JavaScript:fale_conosco()",,"Entre em contato conosco",1,
"Dicas","dicas.htm",,"Orientações e Dicas",1,
"Links Úteis","links.htm",,"Links úteis relacionados com transporte de passageiros",1
]

menu6=[
,,135,1,"",prop1,,"left",effect,,,,,,,
"Matriz Bras&iacute;lia / DF","garagens.htm#brasilia",,"Garagem Central",1,
"Janu&aacute;ria / MG","garagens.htm#januaria",,"Garagem de Janu&aacute;ria / MG",1,
"S&atilde;o Francisco / MG","garagens.htm#saofrancisco",,"Garagem de S&atilde;o Francisco / MG",1
]