<!--
/* ALAGOAS OFF ROAD
 * www.alagoasoffroad.com.br
 * www.alagoasoffroad.com.br
 */

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)}

////////////////////////////////////
// Propriedades do Menu Mágico    //
// Referencia sobre o menu:       //
// http://www.milonic.co.uk/menu  //
////////////////////////////////////

timegap=200                   // Tempo do Delay de aparecer ou sumir o menu
followspeed=30                 // Velocidade do Scrolling
followrate=30                 // Velocidade Scrolling Rate
suboffset_top=5              // Sub menu offset Top position
suboffset_left=5            // Sub menu offset Left position

efeitos="Shadow(color=777777, Direction=135, Strength=4);Alpha(style=0,opacity=85);";

//Exemplos de efeitos

//"RandomDissolve(duration=0.7)"
//"Alpha(style=0,opacity=85)"
//"Fade(duration=0.5)"
//"Shadow(color=000000, 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)"
//Para ver mais efeitos site: http://www.milonic.co.uk/menu/filters_sample.php

EasySampleStyle=[
"#E0E0E0",                    // Cor da fonte
"#000000",                    // Cor do Background (use zero para transparent no Netscape 6)
"#000000",                    // Cor da fonte no mouse over
"#E27056",                    // Cor do Background no mouse over
"#E27056",                    // Cor da borda do menu
"11",                          // Tamanho da fonte
"normal",                     // Font Style (italic ou normal)
"normal",                       // Font Weight (bold ou normal)
"Verdana",    // Nome da fonte
3,                            // Menu Padding ou spacing
"arrow.gif",                  // Imagem de Sub Menu (Deixe em branco se não precisar)
4,                            // 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
"2",                         // Distancia da esquerda do menu
]


//---------------------- MENU GALERIAS -------------------------------//


addmenu(menu=[
"galerias",                   // Menu Name - This is needed in order for this menu to be called
168,                          // Menu Top - The Top position of this menu in pixels
585,                          // Menu Left - The Left position of this menu in pixels
80,                          // 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
,"<font color=#FFFFFF>Prova</font>","show-menu=galeventos","index.html",,0
,"Resultado","galeria/copa_alagoas2003/resultado.htm",,,
])

//MENU GALERIAS/EVENTOS

addmenu(menu=[
"galeventos",
,
,
63,
0,
,
EasySampleStyle,
0,
,
efeitos,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Galeria 1","galeria/copa_alagoas2003/galeria.htm",,,
,"Galeria 2","galeria/copa_alagoas2003/galeria2.htm",,,
,"Galeria 3","galeria/copa_alagoas2003/galeria3.htm",,,
])

//---------------------- FIM DO MENU GALERIAS -------------------------------//


dumpmenus();

//-->