<!--
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)}

var inicio = parseInt((document.body.clientWidth - 738) / 2);
if(inicio < 0) inicio = 0;

timegap=500                   // Tempo do Delay de aparecer ou sumir o menu
followspeed=30                 // Velocidade do Scrolling
followrate=30                 // Velocidade Scrolling Rate
suboffset_top=0              // Sub menu offset Top position
suboffset_left=5            // Sub menu offset Left position

efeitos="Shadow(color=777777, Direction=135, Strength=3);Alpha(style=0,opacity=90);";

//Exemplos de efeitos

//"RandomDissolve(duration=0.7)"
//"Alpha(style=0,opacity=85)"
//"Fade(duration=0.5)"
//"Shadow(color=777777, Direction=135, Strength=5)"
//"barn(motion=Out, orientation=Horizontal, duration=0.5)"
//"blinds(bands=8, direction=Up, duration=0.5)"
//"checkerboard(direction=Up, sqauresx=2, sqauresy=2, duration=0.5)"
//"gradientwipe(size=1.00, wipestyle=0, motion=Forward, duration=0.5)"
//"inset(duration=0.5)"
//"iris(style=Diamond, motion=In, duration=0.5)"
//"Pixelate(sqaures=2, duration=0.5)"
//"RadialWipe(sqaures=Clock, duration=0.5)"
//"randombars(orientation=Horizontal, duration=0.5)"
//"slide(bands=1, duration=0.5)"
//"spiral(gridx=8, gridy=8, duration=0.5)"
//"strips(direction=Left Up, duration=0.5)"
//"stretch(duration=0.5)"
//"wheel(spokes=2, duration=0.5)"
//"zigzag(gridx=8, gridy=8, duration=0.5)"

EasySampleStyle=[
"#666666",						// Cor da fonte
"#FFFFFF",						// Cor do Background (use zero para transparent no Netscape 6)
"#FFFFFF",						// Cor da fonte no mouse over
"#568290",						// Cor do Background no mouse over
"0",						// Cor da borda do menu
"10",							// Tamanho da fonte
"normal",						// Font Style (italic ou normal)
"normal",						// Font Weight (bold ou normal)
"Verdana,arial",				// Nome da fonte
2,								// Menu Padding ou spacing
"images/arrow.gif",				// Imagem de Sub Menu (Deixe em branco se não precisar)
0,								// 3D Border & Separator bar
"66ccff",						// 3D High Color
"000099",						// 3D Low Color
,								// Current Page Item Font Color (leave this blank to disable)
,								// Current Page Item Background Color (leave this blank to disable)
,								// Top Bar image (Leave this blank to disable)
,								// Menu Header Font Color (Leave blank if headers are not needed)
"images/backmenu.gif",			// Menu Header Background Color (Leave blank if headers are not needed)
,								// Menu Item Separator Color
"3",							// Distancia da esquerda do menu
]

//---------------------- MENU VISITANTE -------------------------------//
addmenu(menu=[
"produtos",      				// Menu Name - This is needed in order for this menu to be called
177, 							// Menu Top - The Top position of this menu in pixels
parseInt(inicio) + 30,  		// Menu Left - The Left position of this menu in pixels
120,  							// Menu Width - Menus width in pixels
0,								// Menu Border Width
,								// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
EasySampleStyle,				// Properties Array - this array is declared higher up as you can see above
0,								// Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,								// Alignment - sets this menu elements text alignment, values valid here are: left, right or center
efeitos,						// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,								// Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
50,								// Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,								// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,								// Position of TOP sub image left:center:right
,								// Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,								// Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,								// Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,								// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,								// Background image for menu Color must be set to transparent for this to work
0,								// Scrollable Menu
0,								// Miscellaneous Menu Properties
,"Country","country.html",,,
,"Luminárias","lumi.html",,,
,"Color","color.html",,,
,"Natural","natural.html",,,
,"Livre","livre.html",,,
,"Quincas","quincas.html",,,


])

dumpmenus();

//-->