<!--
function Recomendar ()	{
  window.open("/recomendar.php", "Recomendar", "width=400,height=300,left=10,top=10");
}
function imprimir() {
  if (window.print)
    window.print();
  else
    alert("Disculpe, su navegador no soporta esta opción.");
}
function imprimeNoticiaYa ()	{
	if ( window.confirm('¿Desea imprimir automáticamente esta noticia?') ) {
		imprimir();
	}
}

function agregarFavoritos(url,titulo){
	if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
		window.external.AddFavorite(url,titulo);
	}
	else {
		if(navigator.appName == "Netscape") 
			alert ("Presione Crtl+D para agregar este sitio en sus Bookmarks");
	}
}

function openPictureWindow_Fever(imageName,imageWidth,imageHeight,alt,posLeft,posTop) {
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html><title>'+alt+'</title><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">'); 
	newWindow.document.write('<img src="'+imageName+'" width="'+imageWidth+'" height="'+imageHeight+'" alt="'+alt+'" border="0">'); 
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
function MM_displayStatusDefault() { //v1.0
  status=document.title;
  document.MM_returnValue = true;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
 window.open(theURL,winName,features);
}

function go(wintype) {
 picture=window.open(wintype,"picture","toolbar=no,directories=no,scrollbars=no,resizable=no,status=no,menubar=no,width=153,height=123"); 
}

function go2(wintype) {
 picture=window.open(wintype,"picture","toolbar=no,directories=no,scrollbars=no,resizable=no,status=no,menubar=no,width=150,height=250"); 
}

function gosinstatus(wintype,name) {
 window.open(wintype,name,"location=yes,toolbar=yes,directories=yes,scrollbars=yes,resizable=yes,status=no,menubar=yes,width=780,height=450"); 
}

function mOvr(src,clrOver) {
 if (!src.contains(event.fromElement)) {
	 src.style.cursor = 'hand';
	 src.bgColor = clrOver;
 }
}
function mOut(src,clrIn) {
 if (!src.contains(event.toElement)) {
	 src.style.cursor = 'default';
	 src.bgColor = clrIn;
 }
 MM_displayStatusDefault();
 return document.MM_returnValue
}
function mClk(src) {
 if(event.srcElement.tagName=='TD')
	 src.children.tags('A')[0].click();
}

// ESTE SCRIPT ES PARA LAS LISTAS DESPLEGABLES
function GoUrl(s) {
 var d = s.options[s.selectedIndex].value
 window.top.location.href = d
 s.selectedIndex=0
}
function MM_jumpMenu(targ,selObj,restore){ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
