<!--
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=[
"#0E3683",						// Cor da fonte
"#FFFFFF",						// Cor do Background (use zero para transparent no Netscape 6)
"#FFFFFF",						// Cor da fonte no mouse over
"#0E3683",						// Cor do Background no mouse over
"#FFFFFF",						// 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)
,								// 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=[
"algodao",				// Menu Name - This is needed in order for this menu to be called
317,							// Menu Top - The Top position of this menu in pixels
parseInt(inicio) + 156,  		// Menu Left - The Left position of this menu in pixels
200,  							// 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.
0,								// 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
,"Cotton Balls","balls.htm",,,
,"Cotton Pads","pleated.htm",,,
,"Cotton for Car Polishing","burnishing.htm",,,
,"Facial Cleasing Pads","sponges.htm",,,
,"All Purpose Cotton","inbox.htm",,,
,"Square Cotton","square.htm",,,

])

addmenu(menu=[
"hastes",					// Menu Name - This is needed in order for this menu to be called
338,							// Menu Top - The Top position of this menu in pixels
parseInt(inicio) + 156,			// Menu Left - The Left position of this menu in pixels
200,							// 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.
0,								// 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
,								// Miscellaneous Menu Properties
,"Box with 75 Units","75unidades2.htm",,,
,"Box with 120 Units","120_unidades2.htm",,,
,"Box with 280 Units","280_unidades2.htm",,,

])

addmenu(menu=[
"curativos",
360,
parseInt(inicio) + 156,
230,
0,
,
EasySampleStyle,
0,
,
efeitos,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Bansept","bansept2.htm",,,
,"Bansept Transparent","transparent2.htm",,,
,"Bandy","bandy2.htm",,,
,"First Aid All Purpose Tape","esparadrapo2.htm",,,
,"Hypoalergical Micropore Surgical Tape","fita2.htm",,,

])

addmenu(menu=[
"lencos",
382,
parseInt(inicio) + 156,
200,
0,
,
EasySampleStyle,
0,
,
efeitos,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Box with 40 Units","40lencos2.htm",,,
,"Box with 75 Units","75lencos2.htm",,,
,"Box with 450 Units","450lencos2.htm",,,
,"Economic Refill","refil752.htm",,,


])

dumpmenus();

//-->
