/*
 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.
"#003366",				// Mouse Off Font Color
"#FFFFFF",			// Mouse Off Background Color  original #FFFFFF ( Background )
"ffffff",			// Mouse On Font Color
"#003366",			// Mouse On Background Color
"",			// Menu Border Color 
10,					// 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
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"#003366",			// 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
105,	   			// Menu Top - The Top position of the menu in pixels 106
-100,    			// Menu Left - The Left position of the menu in pixels 45
118,			        // Menu Width - Menus width in pixels
0,					// 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
1,					// 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    
,"Home","/index.php",,"Página Principal",1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Escola"                ,"show-menu=mop1"     ,,"",1
,"Projetos"              ,"show-menu=mop2"     ,,"",1
,"Informações"           ,"show-menu=mop3"     ,,"",1
,"Notícias"              ,"show-menu=mop4"     ,,"",1
,"Hiperteca"             ,"show-menu=mop5"     ,,"",1

])
     // ----------------------------------------- Opcao 1
     addmenu(menu=["mop1",,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Histórico"           ,"show-menu=mop11",,,1
	,"Docentes"            ,"show-menu=mop12",,,1
	,"Alunos"              ,"show-menu=mop13",,,1
	,"PPP"                 ,"/historico/ppp.htm",,,1
	])
	
    addmenu(menu=["mop11",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Primeira Escola"        ,  "/historico/esc_ant.htm",,,1
	,"Segunda Escola"         ,  "/historico/segd_esc.htm",,,1
	,"Escola Atual"           ,  "/historico/atual_esc.htm",,,1
	])
		
	addmenu(menu=["mop12",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Docentes Ed. Infantil"        ,  "/funcionario/ed_infantil.htm",,,1
	,"Docentes Ens. Fundamental"    ,  "/funcionario/en_fundamental.htm",,,1
	,"Direção e outros"             ,  "/funcionario/direcao.htm",,,1
	])
		
	addmenu(menu=["mop13",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Educação Infantil"        ,  "/alunos/infantil/alunos.htm",,,1
	,"1ª a 4ª Séries"           ,  "/alunos/primario/alunos.htm",,,1
	,"5ª a 8ª Séries"           ,  "/noticias/all2007.htm",,,1
	])
	
	addmenu(menu=["mop131",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,	
    ,"Jardim A"                 , "/noticias/jardim_a.htm",,,1		
	])	
		
		
		
     // ----------------------------------------- Opcao 2      
     addmenu(menu=["mop2",,,140,1,"",style1,,"",effect,,,,,,,,,,,,
 	,"ESPIN"           ,"/projetos/p_espin.htm",,,1
	,"Apoio Inclusão"  ,"/noticias/pr_inclus.htm",,,1 
 	,"Biblioteca"      ,"/projetos/biblioteca/principal.htm",,,1
 	,"Aceleração"      ,"/projetos/aceleracao/principal.htm",,,1
	])

	  // ----------------------------------------- Opcao 3	 
     addmenu(menu=["mop3",,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	 ,"Ano 2008"           ,"show-menu=mop30",,,1 
	 ,"Ano 2007"           ,"show-menu=mop31",,,1
	 ,"Ano 2006"           ,"show-menu=mop32",,,1
    ])
	
	addmenu(menu=["mop30",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Calendário 2008"    ,  "/noticias.08/cal2008.htm",,,1
	])
	
	addmenu(menu=["mop31",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Calendário 2007"    ,  "/noticias/cal2007.htm",,,1
	,"Agenda 2007"         , "/noticias/agenda07.htm",,,
	])
	
	addmenu(menu=["mop32",,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
		
	,"Calendário 2006"    ,  "/noticias/noticias06.htm",,,1
	,"Agenda 2006"        ,  "/noticias/agenda.htm",,,1
	,"Grêmio 2006"        ,  "/noticias/gremio.htm",,,1 
	,"Formandos 2006"     ,  "/noticias/formandos.htm",,,1
	,"Jogos e Festas"     ,  "/galeria/2003/jog_festas/galeria01.htm",,,1
	])
				
     // ----------------------------------------- Opcao 4	
	addmenu(menu=["mop4",,,140,1,"",style1,,"",effect,,,,,,,,,,,,
    ,"Notícias 08"           ,"/noticias.08/noticias08.htm",,,1	
	,"Notícias 07"           ,"/noticias/noticias07.htm",,,1
  	,"Notícias 06"           ,"/noticias/noticias06.htm",,,1	
	])
	
     // ----------------------------------------- Opcao 5
     addmenu(menu=["mop5",,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	 ,"Site_teca"            ,"/hiperteca/siteteca.htm",,,1
	
	 
   	])		

dumpmenus()


