	var serveradr='http://www.cetpenedes.com/'
	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#5a8540';			// Background color when mouse is not over
	var LowSubBgColor='FFFFCC';			// Background color when mouse is not over on subs
	var HighBgColor='FFFFCC';			// Background color when mouse is over
	var HighSubBgColor='#5a8540';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='#5a8540';			// Font color subs when mouse is not over
	var FontHighColor='#5a8540';			// Font color when mouse is over
	var FontSubHighColor='FFFFCC';			// Font color subs when mouse is over
	var BorderColor='#5a8540';			// Border color
	var BorderSubColor='#5a8540';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=110;				// Menu offset x coordinate 65
	var StartLeft=0;				// 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=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=['./imatges/tri.gif',5,10,'./imatges/tridown.gif',10,5,'./imatges/trileft.gif',5,10];	// 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("Inici",serveradr+"default.htm","",0,20,57);

Menu2=new Array("Qui som?","","",6,20,83);
	
	Menu2_1=new Array("Presentació",serveradr+"centre.asp","",0,20,83);	
		//Menu2_1_1=new Array("Normal",serveradr+"buscador.asp?accio=4","",0,20,150);
		//Menu2_1_2=new Array("Avançada",serveradr+"cercaav.asp?accio=2","",0);
	Menu2_2=new Array("Acreditacions",serveradr+"acreditacions.asp","",0,20,83);
	Menu2_3=new Array("Instal.lacions",serveradr+"fotografies.asp","",0);
	Menu2_4=new Array("On som?",serveradr+"situacio.asp","",0)
	Menu2_5=new Array("Contacte",serveradr+"contacte.asp","",0)
	Menu2_6=new Array("Suggeriments",serveradr+"suggeriments.asp","",0)

Menu3=new Array("Formació Reglada","","",2,20,128);
  Menu3_1=new Array("Cicles Formatius","","",3,20,128);
  Menu3_1_1= new Array("Itinerari Cicles",serveradr+"itinerari.asp","",0,20,128);
	Menu3_1_2= new Array("CFGS","","",4,20,128);	
	  Menu3_1_2_1=new Array("Presentació",serveradr+"Presentacio.asp","",0,20,128);
		//Menu3_1_1=new Array("Normal",serveradr+"buscador.asp?accio=5","",0,20,150);
		//Menu3_1_2=new Array("Avançada",serveradr+"cercaav.asp?accio=3","",0);
	  Menu3_1_2_2=new Array("Continguts","","",3);
		Menu3_1_2_2_1=new Array("DAI",serveradr+"DAI.asp","",0,20,150);
		Menu3_1_2_2_2=new Array("ASI",serveradr+"ASI.asp","",0);
		Menu3_1_2_2_3=new Array("DAI i ASI",serveradr+"DAI_ASI.asp","",0);
	  Menu3_1_2_3=new Array("Informació General",serveradr+"info_general.asp","",0);
	  Menu3_1_2_4=new Array("Sol.licitar Informació",serveradr+"contacteCicles.asp","",0);
	Menu3_1_3= new Array("CFGM","","",4,20,128);	
	  Menu3_1_3_1=new Array("Presentació",serveradr+"Presentacio.asp","",0,20,128);
		//Menu3_1_1=new Array("Normal",serveradr+"buscador.asp?accio=5","",0,20,150);
		//Menu3_1_2=new Array("Avançada",serveradr+"cercaav.asp?accio=3","",0);
	
	  Menu3_1_3_2=new Array("ESI",serveradr+"ESI.asp","",0,20,150);
	  Menu3_1_3_3=new Array("Informació General",serveradr+"info_generalCFGM.asp","",0);
	  Menu3_1_3_4=new Array("Sol.licitar Informació",serveradr+"contacteCiclesCFGM.asp","",0);
  Menu3_2=new Array("Proves d'accés CFGS",serveradr+"pa/indexpa.asp","",0,20,135);
	
Menu4=new Array("Formació Subvencionada","","",2,20,168);
	Menu4_1=new Array("Ocupacional (per aturats)",serveradr+"foc/indexactiu.asp","",0,20,168);
	Menu4_2=new Array("Contínua (per treballadors)","","",2);
		Menu4_2_1=new Array("Bonificada",serveradr+"boni/indexcat.htm","",0,20,168);
		Menu4_2_2=new Array("Per a treballadors en actiu",serveradr+"actiu/indexactiu.asp","",0,20,168);
	//Menu4_3=new Array("Assignar curs",serveradr+"assignar_curs.asp","",0);
	//Menu4_4=new Array("Informació Cursos",serveradr+"infocursos.asp","",0)

//Menu5=new Array("Formació Privada","","",3,20,135)
	//Menu5_1=new Array("Proves d'accés CFGS",serveradr+"pa/indexpa.htm","",0,20,135)
	//Menu5_2=new Array("Modular",serveradr+"plantilla.htm","",0,20,135)
	//Menu5_3=new Array("Empresa",serveradr+"plantilla.htm","",0,20,135)
		//Menu5_3_1=new Array("Veure resultats",serveradr+"resultats.asp","",0,20,150)
		//Menu5_3_2=new Array("Veure resultats per IP",serveradr+"resultats_ip.asp","",0,20,150)
	
Menu5=new Array("Documents",serveradr+"documentacio.asp","",0,20,83);
Menu6=new Array("Notícies",serveradr+"noticies/noticies.asp","",0,20,83);
Menu7=new Array("Cursos on line",serveradr+"online/indexactiu.asp","",0,20,90);
//	Menu6_1=new Array("Reciclatge",serveradr+"veure_incidencies.asp","",0,20,140);
//	Menu6_2=new Array("Foc",serveradr+"int_incidencia.asp","",0,20,140);
//	Menu6_3=new Array("Buscar/Esborrar",serveradr+"buscar_incidencies.asp","",0,20,140);
//Menu7=new Array("Cercador","","",0,20,60);
//	Menu7_1=new Array("Alumnes per curs",serveradr+"veure_alumnes_curs.asp","",0,20,180);
//	Menu7_2=new Array("Alumnes pendents pagament",serveradr+"alumnes_pendents_pag.asp","",0,20,180);
//	Menu7_3=new Array("Personal Centre",serveradr+"veure_personal.asp","",0,20,180);