
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

// Editable properties START here

effect = "Fade(duration=0.2);Alpha(style=0,opacity=80);Shadow(color='#777777', Direction=135, Strength=5)"

timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=5;			// Sub menu offset Top position
suboffset_left=5;			// Sub menu offset Left position
plain_style=[			// Menu Properties Array
"696969",				// Off Font Color
"D8D7D5",				// Menu Back Color  84C3C6=verde claro
"000000",				// On Font Color
"F0F0F0",				// On Back Color  FFCC00=amarelo    #DDE8E0=(verde + calro novo)
"FFFFFF",				// Border Color
10,					// Font Size
"normal",				// Font Style
"bold",				// Font Weight
"Verdana, Arial, Tahoma, Helvetica",	// Font
4,					// Padding
"imagens/submenu.gif"		// Sub Menu Image
,					// 3D Border & Separator
,"66CCFF"				// 3D High Color
,"000099"				// 3D Low Color
]

addmenu(menu=[				// This is the array that contains your menu properties and details
"simplemenu1",				// Menu items Name
0,					// Top
12,					// left
100,					// Width
0,					// Border Width
"center",				// Screen Position - here you can use "center;left;right;middle;top;bottom"
plain_style,			// 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
,					// Reserved for future use
,					// Reserved for future use
,
,
,
,"Página Inicial","apresentacao.htm",,,1
,"A Empresa","show-menu=sobre",,,1	 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Protocolo Kyoto","kyoto.htm",,,1
,"Crédito Carbono","creditocarbono.htm",,,1
,"Reportagens","reportagem.htm",,,1
,"Fale Conosco","faleconosco.htm",,,1
,"Mapa do Site","mapasite.htm",,,1
,"Login","bioLogin.htm",,,1
])

addmenu(menu=["sobre",,,115,1,"",plain_style,,"left",,,,,,,,,,,,,
	,"História", "constituicao.htm",,,1
	,"UTE-Bandeirantes", "show-menu=UTEBand",,,1
])

addmenu(menu=["UTEBand",,,100,1,"",plain_style,,"left",,,,,,,,,,,,,
	,"Descritivo","utebandeir.htm",,,1
	,"Diagrama","usina.htm",,,1
	,"Fotos","acervofotos.htm",,,1
	,"Localização","localizacao.htm",,,1
	])

dumpmenus()
