/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#006600';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#000000';			// Background color when mouse is over
	var HighSubBgColor='#000000';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#D1EFFF';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="comic sans ms"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.3;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;			// vertical overlap child/ parent
	var StartTop=2;				// Menu offset x coordinate
	var StartLeft=110;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='menu';			// Frame where first level appears
	var SecLineFrame='info';			// Frame where sub levels appear
	var target='_parent';	
	var DocTargetFrame='info';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',6,50,'tridown.gif',50,6,'trileft.gif',6,50];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("portada","http://www.frampa.com/index.htm","",0,17,80);

Menu2=new Array("junta","","",3,17,90);
	Menu2_1=new Array("composició","","",0,17,160);	
  	Menu2_2=new Array("calendari reunions","http://www.frampa.com/calendari_junta.html","",0);
	Menu2_3=new Array("notícies","novetats_web.html","",0);
	
Menu3=new Array("extraescolars","","",8,17,90);
	Menu3_1=new Array("acollida","http://www.frampa.com/acollida.html","",0,17,190);
	Menu3_2=new Array("anglès","http://www.frampa.com/angles.html","",0);
	Menu3_3=new Array("bàsquet","http://www.frampa.com/basquet_extraescolar.html","",0);
	Menu3_4=new Array("gim jazz i hip hop","http://www.frampa.com/gimjazz_hiphop.html","",0);
	Menu3_5=new Array("patinatge","http://www.frampa.com/patinatge.html","",0);
	Menu3_6=new Array("teatre","http://www.frampa.com/teatre.html","",0);
	Menu3_7=new Array("música","http://www.frampa.com/musica.html","",0);
	Menu3_8=new Array("psicomotricitat","http://www.frampa.com/psicomotricitat.html","",0);
		  	
Menu4=new Array("comissions","","",8,17,80);
	Menu4_1=new Array("menjador","","",0,17,180);
	Menu4_2=new Array("jornades esportives","","",0);
	Menu4_3=new Array("bricolatge","http://www.frampa.com/bricolatge.html","",0);
	Menu4_4=new Array("festes","","",0);
 	Menu4_5=new Array("revista","","",0);
	Menu4_6=new Array("excursions","http://www.frampa.com/tio_2oo6.html","",0);
	Menu4_7=new Array("carnestoltes","http://www.frampa.com/Carnestoltes_07_01.html","",0);
	Menu4_8=new Array("bàsquet mares i pares","http://www.frampa.com/basquet_07.html","",0);
			
Menu5=new Array("agenda","","",4,17,90);
    Menu5_1=new Array("Activitats aMPa (InfoAmpa)","http://www.frampa.com/InfoAmpa_2007_3.html","",0,17,150);
	Menu5_2=new Array("agenda d´Activitats","http://www.frampa.com/calendari.html","",0,17,110);
	Menu5_3=new Array("InfoAmpa I","http://www.frampa.com/InfoAmpa_2006_1.html","",0,17,110);
	Menu5_4=new Array("InfoAmpa II","http://www.frampa.com/InfoAmpa_2006_2.html","",0,17,110);	
Menu6=new Array("Enllaços","","",0,17,80);
