 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="black";			// Background color when mouse is not over
	var HighBgColor="black";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="red";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="verdana, helvetica, sans-serif";	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;				// 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="left";			// Menu horizontal position can be: left, center, 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=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=2;				// Left padding
	var TopPaddng="-1";				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="foot";			// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=1;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="http://www.creuroja.org/";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=../../rrhh/js//%22%22+BaseHref+%22MyImage/%22>"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"borsadetreball/pics/tri.gif",5,10,BaseHref+"borsadetreball/pics/tridown.gif",10,5,BaseHref+"borsadetreball/pics/trileft.gif",5,10,BaseHref+"borsadetreball/pics/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=1;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
//	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=75)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("QUI SOM", "", "", 10, 24, 95, "", "", "", "", "", "", -1, -1, -1, "", "QUI SOM");
Menu2=new Array("QUÈ FEM", "", "", 10, 24, 95, "", "", "", "", "", "", -1, -1, -1, "", "QUÈ FEM");
Menu3=new Array("COM HO FEM", "", "", 2, 24, 100, "", "", "", "", "", "", -1, -1, -1, "", "COM HO FEM");
Menu4=new Array("ON SOM", "cat/cercadorof/cerca.asp", "", 0, 24, 95, "", "", "", "", "", "", -1, -1, -1, "", "ON SOM");
Menu5=new Array("FORMACIÓ", "", "", 5, 24, 95, "", "", "", "", "", "", -1, -1, -1, "", "FORMACIÓ");
Menu6=new Array("CREU ROJA JOVENTUT", "", "", 4, 24, 126, "", "", "", "", "", "", 8, -1, -1, "", "CREU ROJA JOVENTUT");
Menu7=new Array("EMPRESES SOLIDÀRIES", "", "", 0, 24, 126, "", "", "", "", "", "", 8, -1, -1, "", "EMPRESES SOLIDÀRIES");
	Menu1_1=new Array("Benvinguda", "cat/qui_som/wa_pr.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Benvinguda");
	Menu1_2=new Array("Organització", "", "", 2, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Organització");
	Menu1_3=new Array("Socis", "cat/socis/fer_soci.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Socis");
	Menu1_4=new Array("Voluntariat", "cat/voluntariat/voluntariat01.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Voluntariat");
	Menu1_5=new Array("Preguntes més freqüents", "cat/qui_som/resp_pr.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Preguntes més freqüents");
	Menu1_6=new Array("Història", "", "", 2, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Història");
	Menu1_7=new Array("La visió, la missió", "cat/qui_som/visiomissio.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "La visió, la missió");
	Menu1_8=new Array("Els 7 principis fonamentals", "cat/qui_som/principis.asp", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Els 7 principis fonamentals");
	Menu1_9=new Array("Contact´ns", "cat/qui_som/form_sug.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Contacta amb nosaltres");
	Menu1_10=new Array("Borsa de treball", "borsadetreball/default.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Borsa de treball");
	Menu2_1=new Array("Cooperació Internacional", "", "", 8, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Cooperació Internacional");
	Menu2_2=new Array("Creu Roja Joventut", "javascript:NewWin=window.open('http://www.creurojajoventut.org','NWin');window['NewWin'].focus()", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Creu Roja Joventut");
	Menu2_3=new Array("Drets Humans i Dret Internacional Humanitari", "", "", 5, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Drets Humans i Dret Internacional Humanitari");
	Menu2_4=new Array("Intervenció social", "", "", 8, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Intervenció social");
	Menu2_5=new Array("Prevenció i socors", "cat/que_fem/qf200411.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Prevenció i socors");
	Menu2_6=new Array("Formació", "", "", 6, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Formació");
	Menu2_7=new Array("Serveis per a l´ocupació", "", "", 5, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Serveis per a l´ocupació");
	Menu2_8=new Array("Relacions institucionals i patrocinis", "", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Relacions institucionals i patrocinis");
	Menu2_9=new Array("Publicacions", "", "", 3, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Publicacions");
	Menu2_10=new Array("Fons d´Art de Creu Roja a Catalunya", "", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Fons d´Art de Creu Roja a Catalunya");
	Menu3_1=new Array("Pressupost", "cat/com_ho_fem/chfpressupost.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Pressupost");
	Menu3_2=new Array("Difusió", "", "", 2, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Difusió");
	Menu5_1=new Array("Informació i activitats", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Informació i activitats");
	Menu5_2=new Array("Cursos", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Cursos");
	Menu5_3=new Array("Crèdits de lliure elecció", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Crèdits de lliure elecció");
	Menu5_4=new Array("Escola universitària", "", "", 2, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Escola universitària");
	Menu5_5=new Array("Formació virtual", "", "", 2, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Formació virtual");
	Menu6_1=new Array("Qui som", "", "", 5, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Qui som");
	Menu6_2=new Array("Què fem", "", "", 8, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Què fem");
	Menu6_3=new Array("SOM.NIT", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "SOM.NIT");
	Menu6_4=new Array("DICSAT", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "DICSAT");
		Menu1_2_1=new Array("Moviment Internacional de la Creu Roja i la Mitja Lluna Roja", "", "", 3, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Moviment Internacional de la Creu Roja i la Mitja Lluna Roja");
		Menu1_2_2=new Array("Creu Roja a Catalunya", "", "", 3, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Creu Roja a Catalunya");
		Menu1_6_1=new Array("Història de Creu Roja", "cat/qui_som/o_hist.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Història de Creu Roja");
		Menu1_6_2=new Array("Història de Creu Roja a Catalunya", "cat/qui_som/o_histcat.asp", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Història de Creu Roja a Catalunya");
		Menu2_1_1=new Array("Món local", "cat/que_fem/ci01.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Món local");
		Menu2_1_2=new Array("Projectes de sensibilització", "cat/que_fem/ci02.asp", "", 0, 30, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Projectes de sensibilització");
		Menu2_1_3=new Array("La figura del delegat", "cat/que_fem/ci03.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "La figura del delegat");
		Menu2_1_4=new Array("Projectes de desenvolupament - Cofinançament", "cat/que_fem/ci04.asp", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Projectes de desenvolupament - Cofinançament 2004");
		Menu2_1_5=new Array("Acció humanitària i emergència", "cat/que_fem/ci05.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Acció humanitària i emergència");
		Menu2_1_6=new Array("Fons de cooperació internacional de Creu Roja", "cat/que_fem/ci06.asp", "", 0, 50, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Fons de cooperació internacional de Creu Roja");
		Menu2_1_7=new Array("Manual de gènere", "cat/que_fem/manualgenere.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Manual de gènere");
		Menu2_1_8=new Array("Àfrica al gra", "javascript:NewWin=window.open('http://www.creuroja.org/africalgra/','NWin');window['NewWin'].focus()", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Àfrica al gra");
		Menu2_3_1=new Array("Qui som", "cat/gdhicdih/default.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Qui som");
		Menu2_3_2=new Array("Que fem", "cat/gdhicdih/qf.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Que fem");
		Menu2_3_3=new Array("On som", "cat/gdhicdih/os.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "On som");
		Menu2_3_4=new Array("Com fer-te membre", "cat/gdhicdih/cfm01.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Com fer-te membre");
		Menu2_3_5=new Array("Commemoració del 60è aniversari DUDH", "cat/gdhicdih/60anys.asp", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Commemoració del 60è aniversari DUDH");
		Menu2_4_1=new Array("Refugiats i immigrants", "cat/que_fem/qf200401.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Refugiats i immigrants");
		Menu2_4_2=new Array("Gent gran", "", "", 2, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Gent gran");
		Menu2_4_3=new Array("Persones amb discapacitats", "cat/que_fem/qf200403.asp", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Persones amb discapacitats");
		Menu2_4_4=new Array("Infància i joventut", "que_fem/qf200404.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Infància i joventut");
		Menu2_4_5=new Array("Malalts de la sida i drogodependents", "que_fem/qf200405.asp", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Malalts de la sida i drogodependents");
		Menu2_4_6=new Array("Altres col·lectius", "que_fem/qf200406.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Altres col·lectius");
		Menu2_4_7=new Array("Aliments per a la solidaritat", "que_fem/qf200407.asp", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Aliments per a la solidaritat");
		Menu2_4_8=new Array("Programes de medi ambient", "que_fem/qf200409.asp", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Programes per a l'ocupació");
		Menu2_6_1=new Array("Informació i activitats", "cat/que_fem/qf200412.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Informació i activitats");
		Menu2_6_2=new Array("Cursos", "", "", 3, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Cursos");
		Menu2_6_3=new Array("Crèdits de lliure elecció pdf 86Kb", "javascript:NewWin=window.open('http://www.creuroja.org/cat/formacio/reconeixementcredits0809.pdf','NWin');window['NewWin'].focus()", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Crèdits de lliure elecció");
		Menu2_6_4=new Array("Escola universitària", "", "", 2, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Escola universitària");
		Menu2_6_5=new Array("Formació virtual", "", "", 2, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Formació virtual");
		Menu2_6_6=new Array("Material de formació en primers auxilis", "cat/formacio/material.asp", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Material de formació en primers auxilis");
		Menu2_7_1=new Array("Objectius", "cat/ocupacio/default.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Objectius");
		Menu2_7_2=new Array("Política i objectius de qualitat", "javascript:NewWin=window.open('http://www.creuroja.org/cat/ocupacio/politicaiobjectiusdequalitat.pdf','NWin');window['NewWin'].focus()", "", 0, 30, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Política i objectius de qualitat");
		Menu2_7_3=new Array("Programes", "cat/ocupacio/defaulti.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Programes");
		Menu2_7_4=new Array("Memòria 2007 (pdf 1Mb)", "javascript:NewWin=window.open('http://www.creuroja.org/cat/ocupacio/memoriaocupabilitat2007.pdf','NWin');window['NewWin'].focus()", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Memòria 2007 (pdf 1Mb)");
		Menu2_7_5=new Array("Materials", "cat/ocupacio/defaultii.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Materials");
		Menu2_9_1=new Array("Altres publicacions", "publicacions/altrespublicacions.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Altres publicacions");
		Menu2_9_2=new Array("Memòria Creu Roja", "publicacions/memoriescrc.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Memòria Creu Roja");
		Menu2_9_3=new Array("Revistes CR/CAT", "publicacions/revistescrc.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Revistes CR/CAT");
		Menu3_2_1=new Array("Campanyes de sensibilització", "cat/com_ho_fem/chf200401.asp", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Campanyes de sensibilització");
		Menu3_2_2=new Array("Campanyes d´imatge", "cat/com_ho_fem/chf200702.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Campanyes d´imatge");
		Menu5_2_1=new Array("Programació gener-juny Barcelona", "", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Programació gener-juny Barcelona");
		Menu5_2_2=new Array("Programació gener-juny Girona", "", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Programació gener-juny Girona");
		Menu5_2_3=new Array("Programació gener-juny Lleida", "", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Programació gener-juny Lleida");
		Menu5_2_4=new Array("Programació gener-juny Tarragona", "", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Programació gener-juny Tarragona");
		Menu5_2_5=new Array("Cercador de cursos", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Cercador de cursos");
		Menu5_4_1=new Array("Consulta d'expedients i consulta de notes", "", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Consulta d'expedients i consulta de notes");
		Menu5_4_2=new Array("Web de l'Escola", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Web de l'Escola");
		Menu5_5_1=new Array("Curs de formació bàsica institucional", "", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Curs de formació bàsica institucional");
		Menu5_5_2=new Array("Taller multimèdia de prevenció d´accidents", "", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Taller multimèdia de prevenció d´accidents");
		Menu6_1_1=new Array("Informació", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Informació");
		Menu6_1_2=new Array("La xarxa territorial", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "La xarxa territorial");
		Menu6_1_3=new Array("Com ens organitzem", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Com ens organitzem");
		Menu6_1_4=new Array("Àmbit internacional", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Àmbit internacional");
		Menu6_1_5=new Array("Àmbit local", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Àmbit local");
		Menu6_2_1=new Array("Infància hospitalitzada", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Infància hospitalitzada");
		Menu6_2_2=new Array("Grup de joves", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Grup de joves");
		Menu6_2_3=new Array("Campanya de Reis", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Campanya de Reis");
		Menu6_2_4=new Array("Ludoteques", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Ludoteques");
		Menu6_2_5=new Array("Altres projectes", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Altres projectes");
		Menu6_2_6=new Array("SOM.NIT", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "SOM.NIT");
		Menu6_2_7=new Array("Autobusos informatius", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Autobusos informatius");
		Menu6_2_8=new Array("Educació desenvolupament", "", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Educació desenvolupament");
			Menu1_2_1_1=new Array("Federació Internacional de la Creu Roja i la Mitja Lluna Roja", "cat/qui_som/o_ifrc.asp", "", 0, 50, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Federació Internacional de la Creu Roja i la Mitja Lluna Roja");
			Menu1_2_1_2=new Array("Comitè Internacional de la Creu Roja", "", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Comitè Internacional de la Creu Roja");
			Menu1_2_1_3=new Array("Societats Nacionals", "", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Societats Nacionals");
			Menu1_2_2_1=new Array("Com ens organitzem", "cat/qui_som/qs200401.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Com ens organitzem");
			Menu1_2_2_2=new Array("Estatuts i reglaments", "cat/qui_som/estatuts.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Estatuts i reglaments");
			Menu1_2_2_3=new Array("Pla d´Acció 2007-2011 pdf 13.7 Mb", "javascript:NewWin=window.open('http://www.creuroja.org/documents/comunicacio/logotipscr/publicacions/PLA_DACCIO_20072011.pdf','NWin');window['NewWin'].focus()", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Pla d´Acció");
			Menu2_4_2_1=new Array("Informació", "cat/que_fem/qf200402.asp", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Informació");
			Menu2_4_2_2=new Array("Jornada de reflexió sobre la Llei de Dependència", "javascript:NewWin=window.open('http://www.creuroja.org/jornadesdependencia','NWin');window['NewWin'].focus()", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Jornada de reflexió sobre la Llei de Dependència");
			Menu2_6_2_1=new Array("Programació 2009 (pdf 210Kb)", "javascript:NewWin=window.open('http://www.creuroja.org/cat/formacio/ProgramaciocursosCRC2009.pdf','NWin');window['NewWin'].focus()", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Programació 2009 (pdf 210Kb)");
			Menu2_6_2_2=new Array("Catàleg cursos (pdf 2,37Mb)", "javascript:NewWin=window.open('http://www.creuroja.org/cat/formacio/catalegcursos2008.pdf','NWin');window['NewWin'].focus()", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Catàleg cursos (pdf 2,37Mb)");
			Menu2_6_2_3=new Array("Cercador de cursos", "javascript:NewWin=window.open('http://www.cruzroja.es/pls/portal30/portal.formacion.busqueda_cursos','NWin');window['NewWin'].focus()", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Cercador de cursos");
			Menu2_6_4_1=new Array("Consulta d'expedients i consulta de notes", "eui/index.asp", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Consulta d'expedients i consulta de notes");
			Menu2_6_4_2=new Array("Web de l'Escola", "javascript:NewWin=window.open('http://www.creuroja.org/escola/index.htm','NWin');window['NewWin'].focus()", "", 0, 24, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Web de l'Escola");
			Menu2_6_5_1=new Array("Curs de formació bàsica institucional", "javascript:NewWin=window.open('http://www.creuroja.org/cat/virtual/fbicat/portada.html','NWin');window['NewWin'].focus()", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Curs de formació bàsica institucional");
			Menu2_6_5_2=new Array("Taller multimèdia de prevenció d´accidents", "javascript:NewWin=window.open('http://www.creuroja.org/cat/virtual/tmpacat/portada.html','NWin');window['NewWin'].focus()", "", 0, 35, 150, "", "", "", "", "", "", -1, -1, -1, "left", "Taller multimèdia de prevenció d´accidents");
//Menu8=new Array("rollover?"+BaseHref+"cat/pics/botoxatforum0.gif?"+BaseHref+"cat/pics/botoxatforum1.gif", "foro_chat/menu.asp", "", 0, 22, 44, "black", "black", "", "", "", "", -1, -1, -1, "", "XAT I FÒRUMS");



//Menu1=new Array("rollover?"+BaseHref+"aliesmll.jpg?"+BaseHref+"appies.jpg","file.htm","",1,100,100,"","","","","","",-1,-1,-1,"","Own text entered");
//	Menu1_1=new Array("Example 1_1","file.htm","",0,20,100,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");
//Menu2=new Array("rollover?"+BaseHref+"busts.jpg?"+BaseHref+"adamosmll.jpg","file.htm","",2,100,0,"","","","","","",-1,-1,-1,"","");
//	Menu2_1=new Array("Example 2.1","file.htm","",3,20,190,"red","white","yellow","blue","yellow","",-1,-1,-1,"","");	
//		Menu2_1_1=new Array("Example 2.1.1","","",1,20,200,"blue","white","yellow","blue","yellow","",-1,-1,-1,"","");
//			Menu2_1_1_1=new Array("<img src="../../rrhh/js/+BaseHref+"\"busts.jpg\">","file.htm","",0,128,128,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");
//		Menu2_1_2=new Array("Example 2.1.2","file.htm","",0,0,0,"purple","white","yellow","blue","yellow","",-1,-1,-1,"","");
//		Menu2_1_3=new Array("Example 2.1.3","file.htm","",0,0,0,"red","white","yellow","blue","yellow","",-1,-1,-1,"","");
//	Menu2_2=new Array("Example 2.2","file.htm","",8,20,190,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");
//		Menu2_2_1=new Array("Example 2.2.1","file221.htm","",0,20,200,"black","white","yellow","black","yellow","",-1,-1,-1,"","");
//		Menu2_2_2=new Array("Example 2.2.2","file.htm","",0,0,0,"maroon","white","white","blue","yellow","",-1,-1,-1,"","");
//		Menu2_2_3=new Array("Example 2.2.3","file.htm","",0,0,0,"black","white","green","blue","yellow","",-1,-1,-1,"","");
//		Menu2_2_4=new Array("Example 2.2.4","file.htm","",0,0,0,"green","white","yellow","blue","yellow","",-1,-1,-1,"","");
//		Menu2_2_5=new Array("Example 2.2.5","file.htm","",1,0,0,"black","white","red","blue","yellow","",-1,-1,-1,"","");
//			Menu2_2_5_1=new Array("Example 2.2.5.1","file.htm","",1,32,150,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");
//		Menu2_2_5_1_1=new Array("Example 2.2.5.1.1","file.htm","",1,20,90,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");
//			Menu2_2_5_1_1_1=new Array("Example 2.2.5.1.1.1","file.htm","",0,22,400,"black","white","yellow","blue","yellow","",-1,-1,-1,"","");
//Menu2_2_6=new Array("Example 2.2.6","file.htm","",0,0,0,"yellow","black","red","blue","yellow","",-1,-1,-1,"","");
//Menu2_2_7=new Array("Example 2.2.7","file.htm","",0,0,0,"white","black","black","blue","yellow","",-1,-1,-1,"","");
//		Menu2_2_8=new Array("Example 2.2.8","file.htm","",0,0,0,"black","white","lightblue","blue","yellow","",-1,-1,-1,"","");
//Menu3=new Array("Example 3","file3.htm","",0,20,0,"","","","","","",-1,-1,-1,"","");
//Menu4=new Array("Open in new","javascript:NewWin=window.open(\"file.htm\",\"NWin\");window[\"NewWin\"].focus()","",0,20,0,"purple","yellow","yellow","purple","","",-1,1,-1,"","");
//Menu5=new Array("Open in top","javascript:top.location.href=\"file.htm\"","rollover?"+BaseHref+"fclose.gif?"+BaseHref+"fopen.gif",2,20,0,"","","","","","arial",9,1,1,"right","");
//	Menu5_1=new Array("Example 5.1 ","file.htm","",0,20,180,"black","green","yellow","blue","yellow","times new roman",10,-1,-1,"left","");
//	Menu5_2=new Array("Example 5.2 ","file52.htm","",0,30,0,"black","white","yellow","blue","yellow","technical",14,1,1,"center","");