var NoOffFirstLineMenus=9;// Number of first level items
var LowBgColor=0;// Background color when mouse is not over
var HighBgColor=0;// Background color when mouse is over
var FontLowColor='#001645';// Font color when mouse is not over
var FontHighColor='#FFFFFF';// Font color when mouse is over
var BorderColor=0;// Border color
var BorderWidthMain=0;			// Border width main items
var BorderWidthSub=0;			// Border width sub items
var BorderBtwnMain=0;			// Borderwidth between elements
var BorderBtwnSub=0;			// Borderwidth between elements sub items
var FontFamily="tahoma,arial,helvetica"; // Font family Menu items
var FontSize=11;// 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='left';// Menu horizontal position 'left', 'center' or 'right'
var MenuVerticalCentered='top';// Menu vertical position 'top', 'middle','bottom' or static
var ChildOverlap=-.05;// horizontal overlap child/ parent
var ChildVerticalOverlap=.05;// 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=3;// Left padding
var TopPaddng=5;// 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=300;// 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='menubox';// 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=0;				// enables/ disables Bottom up unfold 1 or 0
var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
var BaseHref="";	
var Arrws=["/images/icon-mid.gif",13,13,"/images/icon-mid_ov.gif",13,13,"/images/images/trileft.gif",12,11,"/images/triup.gif",10,5];
var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main Menu, subMenus,
var RememberStatus=0;			// RememberStatus: When set to 1, Menu unfolds to the presetted Menu item. 
var BuildOnDemand=1;			// 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 HooverBold=0;				// 1 or 0
var HooverItalic=0;				// 1 or 0
var HooverUnderLine=0;			// 1 or 0
var HooverTextSize=0;			// 0=off, number is font size difference on hoover 
var HooverVariant=0;			// 1 or 0
//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=#C0C0C0, direction=135, strength=7)";
var MenuOpacity="";
//var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";
function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}
var a='#002491';// Background color when mouse is not over on subs (LowSubBgColor)
var b='#1D70F4';// Background color when mouse is over on subs (HighSubBgColor)
var c='#FFF';// Font color subs when mouse is not over (FontSubLowColor)
var d='#FFF';// Font color subs when mouse is over (FontSubHighColor)
var e='#FFF';// Border color for subs (BorderSubColor)//
var HideTop=0;// Hide first level when loading new document 1 or 0
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 f='#242424';// Background color when mouse is not over on subs (LowSubBgColor)
var g='#242424';// Background color when mouse is over on subs (HighSubBgColor)
var h='#FFFFFF';// Font color subs when mouse is not over (FontSubLowColor)
var i='#EC008C';// Font color subs when mouse is over (FontSubHighColor)
var j='#EDEEE0';// Border color for subs (BorderSubColor)	

var k='#666666';// Background color when mouse is not over on subs (LowSubBgColor)
var l='#EBE8BC';// Background color when mouse is over on subs (HighSubBgColor)
var m='#666666';// Font color subs when mouse is not over (FontSubLowColor)
var n='#EC008C';// Font color subs when mouse is over (FontSubHighColor)
var o='#EDEEE0';// Border color for subs (BorderSubColor)	

// 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" 
//Menu2_8=new Array("» Grupos","javascript:void(0)","",0,20,180,a,b,c,d,e,"",-1,-1,-1,"","Grupos");

var Months=new MonthArray();
var WeekDays=new WeekDayArray();
d=new Date();
var day=d.getDate();
var month=d.getMonth();
var year=d.getYear();
var wday=d.getDay();
var calyear=getlongYear(year);
if(month>11){month=1;}
else{month=month+1;}
var nextmonth=month+1;
if(nextmonth>12){nextmonth=1;var nextcalyear=calyear+1;}




Menu1=new Array(" Inicio","/",BaseHref+"/images/btn_bg.gif",0,22,40,"","","","","","",-1,-1,-1,"","Inicio");
Menu2=new Array("|  Noticias","javascript:void(0)",BaseHref+"/images/btn_bg.gif",2,22,75,"","","","","","",-1,-1,-1,"","Noticias");
	Menu2_1=new Array("Noticias del Mundo Judío","javascript:void(0);","",0,20,180,a,b,c,d,e,"",-1,-1,-1,"","Noticias del Mundo Judío");
	Menu2_2=new Array("El Islam en Latinoamérica","/bin/titulares_islam.cgi","",0,20,145,a,b,c,d,e,"",-1,-1,-1,"","El Islam en Latinoamérica");
	//Menu2_3=new Array("La Noticia al Día","/bin/titulares_islam.cgi","",15,20,145,a,b,c,d,e,"",-1,-1,-1,"","La Noticia al Día");
		//var Menu2_3_1=new Array("Región Fronteriza","/bin/secciones.cgi?q=1","",5,20,150,a,b,c,d,e,"",-1,-1,-1,"","Región");
		//var Menu2_3_1_1=new Array("Condado San Diego","/bin/secciones.cgi?q=1&s=1","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Condado San Diego");
		//var Menu2_3_1_2=new Array("Tijuana","/bin/secciones.cgi?q=1&s=34","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Tijuana");
		//var Menu2_3_1_3=new Array("California","/bin/secciones.cgi?q=1&s=2","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","California");
		//var Menu2_3_1_4=new Array("Baja California","/bin/secciones.cgi?q=1&s=3","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Baja California");
		//var Menu2_3_1_5=new Array("Inmigración","/bin/secciones.cgi?q=6","",2,20,110,a,b,c,d,e,"",-1,-1,-1,"","Inmigración");
			////var Menu2_3_1_5_1=new Array("Noticias","/bin/secciones.cgi?q=6&s=36","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Noticias");
			//var Menu2_3_1_5_2=new Array("Ayuda Legal","/bin/secciones.cgi?q=6&s=37","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Ayuda Legal");
			
	//var Menu2_3_2=new Array("Mundo","/bin/secciones.cgi?q=2","",8,20,70,a,b,c,d,e,"",-1,-1,-1,"","Mundo");
		//var Menu2_3_2_1=new Array("Estados Unidos","/bin/secciones.cgi?q=2&s=4","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Estados Unidos");
		//var Menu2_3_2_2=new Array("México","/bin/secciones.cgi?q=2&s=5","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","México");
		//var Menu2_3_2_3=new Array("América Latina","/bin/secciones.cgi?q=2&s=6","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","América Latina");
		//var Menu2_3_2_4=new Array("Europa","/bin/secciones.cgi?q=2&s=7","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Europa");
		//var Menu2_3_2_5=new Array("Asia","/bin/secciones.cgi?q=2&s=8","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Asia");
		//var Menu2_3_2_6=new Array("Africa","/bin/secciones.cgi?q=2&s=9","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Africa");
		//var Menu2_3_2_7=new Array("Oceanía","/bin/secciones.cgi?q=2&s=35","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Oceanía");
		//var Menu2_3_2_8=new Array("BBC Mundo","/bbc.html","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","BBC Mundo");
	
		
	//var Menu2_3_3=new Array("Deportes","/bin/secciones.cgi?q=3","",10,20,90,a,b,c,d,e,"",-1,-1,-1,"","Deportes");
		//var Menu2_3_3_1=new Array("Futbol","/bin/secciones.cgi?q=3&s=10","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Futbol");
		//var Menu2_3_3_2=new Array("Beisbol","/bin/secciones.cgi?q=3&s=11","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Beisbol");
		//var Menu2_3_3_3=new Array("NFL","/bin/secciones.cgi?q=3&s=12","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","NFL");
		//var Menu2_3_3_4=new Array("Basquetbol","/bin/secciones.cgi?q=3&s=13","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Basquetbol");
		//var Menu2_3_3_5=new Array("Automovilismo","/bin/secciones.cgi?q=3&s=14","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Automovilismo");
		//var Menu2_3_3_6=new Array("Boxeo","/bin/secciones.cgi?q=3&s=15","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Boxeo");
		//var Menu2_3_3_7=new Array("Golf","/bin/secciones.cgi?q=3&s=16","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Golf");
		//var Menu2_3_3_8=new Array("Tenis","/bin/secciones.cgi?q=3&s=17","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Tenis");
		//var Menu2_3_3_9=new Array("Olimpiadas Beijing 2008","/bin/secciones.cgi?q=3&s=47","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Olimpiadas Beijing 2008");
		//var Menu2_3_3_10=new Array("Otros","/bin/secciones.cgi?q=3&s=18","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Otros");
	
	//var Menu2_3_4=new Array("Espectáculos","/bin/secciones.cgi?q=4","",0,20,100,a,b,c,d,e,"",-1,-1,-1,"","Gente");
		//var Menu2_3_5=new Array("Salud","/bin/secciones.cgi?q=5&s=26","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Salud");
		//var Menu2_3_6=new Array("Especiales","/bin/secciones.cgi?q=5&s=27","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Especiales");
		//var Menu2_3_7=new Array("Arte y Cultura","/bin/secciones.cgi?q=5&s=43","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Arte y Cultura");
		//var Menu2_3_8=new Array("Ciencia y Tecnología","/bin/secciones.cgi?q=5&s=28","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Ciencia y Tecnología");
		//var Menu2_3_9=new Array("Moda y Belleza","/bin/secciones.cgi?q=5&s=29","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Moda y Belleza");
		//var Menu2_3_10=new Array("Bienes Raíces","/bin/secciones.cgi?q=5&s=30","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Bienes Raíces");
		//var Menu2_3_11=new Array("Finanzas","/bin/secciones.cgi?q=5&s=44","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Finanzas");
		//var Menu2_3_12=new Array("Al Volante","/bin/secciones.cgi?q=5&s=40","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Al Volante");
		//var Menu2_3_13=new Array("Elecciones 2008","/bin/elecciones.cgi","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Elecciones 2008");
		//var Menu2_3_14=new Array("Noticias Curiosas","/bin/secciones.cgi?q=5&s=31","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Noticias Curiosas");
		//var Menu2_3_15=new Array("Sociales","/bin/secciones.cgi?q=5&s=23","",0,22,160,a,b,c,d,e,"",-1,-1,-1,"","Sociales");

document.write('<scr'+'ipt type="text/javascript" src="/bin/nav.cgi?menu=3&prefix=videos" id="myScriptTag"><\/script>'); 


Menu4=new Array("|  Eventos","/calendario/index.cgi?website=paratiparami",BaseHref+"/images/btn_bg.gif",4,22,73,"","","","","","",-1,-1,-1,"","Eventos");	
	Menu4_1=new Array("Calendario Mundial de Eventos Judíos","/calendario/index.cgi?website=paratiparami","",0,22,220,a,b,c,d,e,"",-1,-1,-1,"","Calendario Mundial de Eventos Judíos");
	Menu4_2=new Array("Eventos Judíos en México","/calendario/index.cgi?request=category&website=paratiparami&category_id=24","",0,22,220,a,b,c,d,e,"",-1,-1,-1,"","Eventos Judíos en México");
	Menu4_3=new Array("Calendario de Festividades Judías","/calendarioperpetuo.html","",0,22,220,a,b,c,d,e,"",-1,-1,-1,"","Calendario de Festividades Judías");
	Menu4_4=new Array("Hoy en la Historia","/bin/efemerides.cgi","",0,22,220,a,b,c,d,e,"",-1,-1,-1,"","Hoy en la Historia");
	

Menu5=new Array("|  Recursos","/directorio",BaseHref+"/images/btn_bg.gif",7,22,80,"","","","","","",-1,-1,-1,"","Recursos");	
	var Menu5_1=new Array("Luach (Calendario Perpetuo Judío)","/calendarioperpetuo.html","",0,20,200,a,b,c,d,e,"",-1,-1,-1,"","left","Luach (Calendario Perpetuo Judío)");
	var Menu5_2=new Array("Directorio Web del Mundo Judío","/directorio","",0,20,190,a,b,c,d,e,"",-1,-1,-1,"","left","Directorio Web del Mundo Judío");
	var Menu5_3=new Array("Directorio Mundial de Sinagogas","/sinagogas.html","",0,20,190,a,b,c,d,e,"",-1,-1,-1,"","left","Directorio Mundial de Sinagogas");
	var Menu5_4=new Array("Google en Yiddish","javascript:window.open('http://www.google.com/webhp?ie=utf-8&oe=utf-8&hl=yi&btng.x=77&btng.y=11')","",0,20,190,a,b,c,d,e,"",-1,-1,-1,"","left","Google en Yiddish");
	var Menu5_5=new Array("Google en Hebréo","javascript:window.open('http://www.google.co.il/setprefs?sig=0_kGgbXlcTQ072_rW8v45SkjYTenA=&hl=iw')","",0,20,190,a,b,c,d,e,"",-1,-1,-1,"","left","Google en Hebréo");
	var Menu5_6=new Array("Wikipedia en Yiddish","javascript:window.open('http://yi.wikipedia.org/')","",0,20,190,a,b,c,d,e,"",-1,-1,-1,"","left","Wikipedia en Yiddish");
	var Menu5_7=new Array("Wikipedia en Hebréo","javascript:window.open('http://he.wikipedia.org/')","",0,20,190,a,b,c,d,e,"",-1,-1,-1,"","left","Wikipedia en Hebréo");
Menu6=new Array("|  Podcasts","/bin/programas.cgi",BaseHref+"/images/btn_bg.gif",0,22,72,"","","","","","",-1,-1,-1,"","Podcasts");
Menu7=new Array("|  El Clima","/bin/clima/index.cgi",BaseHref+"/images/btn_bg.gif",3,20,75,"","","","","","",-1,-1,-1,"","El Clima");	
	var Menu7_1=new Array("El Clima en Español","/bin/clima/index.cgi","",0,20,200,a,b,c,d,e,"",-1,-1,-1,"","left","El Clima en Español");
	var Menu7_2=new Array("El Clima en Yiddish","javascript:window.open('http://yiddishunicode.wunderground.com/')","",0,20,190,a,b,c,d,e,"",-1,-1,-1,"","left","El Clima en Yiddish");
	var Menu7_3=new Array("El Clima en Yiddish Transliterado","javascript:window.open('http://yiddishtransliterated.wunderground.com/')","",0,20,190,a,b,c,d,e,"",-1,-1,-1,"","left","El Clima en Yiddish Transliterado");
	
Menu8=new Array("|  Finanzas","javascript:void(0)",BaseHref+"/images/btn_bg.gif",3,22,85,"","","","","","",-1,-1,-1,""," Finanzas");
	Menu8_1=new Array("Noticias","/bin/secciones.cgi?q=5&s=44","",0,20,145,a,b,c,d,e,"",-1,-1,-1,"","Noticias");
	Menu8_2=new Array("Bolsa de Valores","/bolsa.html","",0,20,145,a,b,c,d,e,"",-1,-1,-1,"","Bolsa de Valores");
	Menu8_3=new Array("Cambio de Divisas","/divisas.html","",0,20,145,a,b,c,d,e,"",-1,-1,-1,"","Cambio de Divisas");
Menu9=new Array("|  Clasificados","/clasificados/?website=ptypm",BaseHref+"/images/btn_bg.gif",3,22,110,"","","","","","",-1,-1,-1,"","Calendar");
	Menu9_1=new Array("Regístrate","/clasificados/?website=ptypm&request=register","",0,20,240,a,b,c,d,e,"",-1,-1,-1,"","Regístrate");
	Menu9_2=new Array("Anúnciate","/clasificados/?website=ptypm&request=new","",0,20,240,a,b,c,d,e,"",-1,-1,-1,"","Anúnciate");
	Menu9_3=new Array("Buscar Por Categorías","/clasificados/?website=ptypm","",0,20,240,a,b,c,d,e,"",-1,-1,-1,"","Buscar Por Categorías");

