// awb512-119-u

	var menuNumber=4;
	var NoOffFirstLineMenus=2;			// Number of main menu  items
	var TargetLoc="menuCommunity";				// span id for relative positioning

// Menu tree:
// MenuX=new Array(bulletImg+"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(bulletImg+"Donaciones"+underLine,"/Donaciones.php",menuBg,0,15,140,"transparent","","","","transparent","",-1,-1,-1,"","");
Menu2=new Array(bulletImg+"Foro"+underLine,"",menuBg,3,15,140,"transparent","","","","transparent","",-1,-1,-1,"","");
	Menu2_1=new Array(bulletImg+"Foro"+underLine,"/URL.Foro.php",menuBg,0,15,140,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array(bulletImg+"Pol&iacute;tica del Foro"+underLine,"/Politica.Foro.php",menuBg,0,15,140,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array(bulletImg+"Registrarse en el Foro"+underLine,"/URL.Foro.Registro.php",menuBg,0,15,140,"","","","","","",-1,-1,-1,"","");

