/*
 Milonic DHTML Website Navigation Menu - Version 3.x
 Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
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)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

// Alguns modelos de Efeitos
// Fade(duration=0.2)             	Duracao de 0.1  ... 1.5
// stretch(duration=0.5)			Duracao de 0.1 ... 1.5
// inset(duration=0.5)				Duracao de 0.1 ... 1.5.
// gradientwipe(size=1.00, wipestyle=0, motion=Forward, duration=0.5)

////////////////////////////////////////
// Propriedades Edição - Inicia Aqui  //
///////////////////////////////////////

// Efeito especial para abertura do Menu
effect = "gradientwipe(size=1.00, wipestyle=0, motion=Forward, duration=0.3);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"

timegap=100			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=4;	// Sub menu offset Top position 
suboffset_left=6;	// Sub menu offset Left position
closeOnClick = true

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",			// Mouse Off Font Color
"ffcc33",			// Mouse Off Background Color  original ccccff ( Background )
"000000",			// Mouse On Font Color
"ff9900",			// Mouse On Background Color
"000000",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
2,					// Menu Item Padding
"/js/setadireita.gif",	// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"99ff99",			// 3D High Color
"009900",			// 3D Low Color
"660000",			// Current Page Item Font Color (leave this blank to disable)
"ffffff",				// Current Page Item Background Color (leave this blank to disable)
"/js/setaabaixo.gif",   // Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
,       			// Menu Header Background Color (Leave blank if headers are not needed) - "000099"
"CCCCCC", 			// Menu Item Separator Color - navy
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
115,	    		// Menu Top - The Top position of the menu in pixels 106
-100,    			// Menu Left - The Left position of the menu in pixels 45
141,		        // Menu Width - Menus width in pixels
1,					// Menu Border Width 
"center",  			// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1 ,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use                  
   ,"Início","/eefpak/index.htm",, "Página Principal",1  // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
   ,"Informações"                 ,"show-menu=mop1"     ,,"Informações sobre a escola",1
   ,"Notícias"                   ,"show-menu=mop2"     ,,"Notícias 2006",1
// ,"ESPIN"                      ,"show-menu=mop3"     ,,"ESPIN",1
   ,"Projetos"                   ,"show-menu=mop4"     ,,"Projetos",1
   ,"EEFPAK Tec"                 ,"http://www.eefpak.wordpress.com target=new"     ,,"Blog da Escola",1
// ,"WebQuest","/eefpak/webquest/2006/webquest_2006.htm",,"WebQuest",1
])

     // ----------------------------------------- Opcao 1
     addmenu(menu=["mop1",,,200,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Nossa História"   ,"/eefpak/escola/historia_da_escola/nossa_historia.htm",,"Nossa História",1
//	,"P.P.P."           ,"/eefpak/escola/ppp_da_escola/ppp.htm",,"P.P.P",1
	,"Estrutura"       ,"/eefpak/escola/estrutura_da_escola/estrutura_escola.htm",,"Estrutura da Escola",1	
	])
	   	
				
     // ----------------------------------------- Opcao 2      
     addmenu(menu=["mop2",,,200,1,"",style1,,"",effect,,,,,,,,,,,,
 	    ,"Notícias 2007"          ,"/eefpak/noticias/2007/index_noticias2007.htm",,"Notícias da Escola",1 	
		,"Notícias 2006"          ,"/eefpak/noticias/2006/index_noticias2006.htm",,"Notícias da Escola",1		
 		])

    // ----------------------------------------- Opcao 3
     addmenu(menu=["mop3",,,200,1,"",style1,,"",effect,,,,,,,,,,,, 
 	,"Fotos"             ,"/eefpak/projetos/espin_1.htm",,"Fotos de Alunos utilizando o ESPIN",1 
	,"P.P.P."            ,"http://www.espin.com.br/pppi/pppiv2.htm",,"P.P.P. do ESPIN",1   
	])
	
     // ----------------------------------------- Opcao 4	 
     addmenu(menu=["mop4",,,200,1,"",style1,,"",effect,,,,,,,,,,,,
	 ,"ESPIN 2007"                   ,"/eefpak/espin/espin_index.htm",,,1
	 ,"4a Série.com"                 ,"http://www.semebrusque.com.br/4serie target=new",,"",1
	 ,"Jornal da Escola"             ,"http://semebrusque.com.br/4serie/imagens/galeria/2007/jornal/galeria01/1bm02.htm target=new",,"",1
//	 ,"Vitrine Literária Virtual"    ,"/eefpak/projetos/vitrine_literaria/vitrine.htm",,,1
//	 ,"Reforço Escolar"              ,"/eefpak/projetos/reforco/reforco.htm",,,
//	 ,"Recreateca"                   ,"show-menu=mop48"     ,,"",1
//	 ,"Aceleração 2003"              ,"/eefpak/projetos/aceleracao/aceleracao.htm",,,1 
//   ,"ADEB"                         ,"/eefpak/projetos/adeb_1.htm",,,1 
//	 ,"Artes"                       ,"show-menu=mop49"     ,,"",1			
//	 ,"Capoeira"                    ,"/eefpak/projetos/capoeira_1.htm",,,1 
//	 ,"APID"                        ,"/eefpak/projetos/projetos_2004/apid_1.htm",,,1	
//	 ,"Curso de Pintura"            ,"/eefpak/projetos/pintura_1.htm",,,1		
//	 ,"ESPIN"                       ,"show-menu=mop50"     ,,"",1			
//	 ,"Inglês"                      ,"/eefpak/projetos/ingles/ingles.htm",,,1
	 
	  	 ])
	addmenu(menu=["mop48",,,200,1,"",style1,,"",effect,,,,,,,,,,,,
		,"Projeto"        ,  "/eefpak/projetos/recreateca/recreateca_p.htm",,,1
		,"Fotos"          ,  "/eefpak/projetos/recreateca/index_fotos.htm",,,1		
					 ])
//	addmenu(menu=["mop50",,,200,1,"",style1,,"",effect,,,,,,,,,,,,
//		,"Projetos"        ,  "/eefpak/projetos/espin/geral_projetos.htm",,,1
//		,"Fotos"          ,"/eefpak/projetos/espin_1.htm",,,1		
//		])	
		 
//	addmenu(menu=["mop49",,,200,1,"",style1,,"",effect,,,,,,,,,,,,
//		,"Fotos Olaria"        ,  "/eefpak/projetos/artes_olaria1.htm",,,1
//		,"Fotos Máscaras"        ,  "/eefpak/projetos/mascaras.htm",,,1
		
//		])	
     // ----------------------------------------- Opcao 5	
	addmenu(menu=["mop5",,,200,1,"",style1,,"",effect,,,,,,,,,,,,
		,"Professores"           ,"/eefpak/professores/professores.htm",,"Professores",1 
		,"Administrativa"        ,"/eefpak/construcao.htm",,"Em Construção",1		
		
	])  
dumpmenus()
