function imprimir(){
  if (parseInt(navigator.appVersion)>4)
    window.print();
}

function MM_jumpMenu(targ,selObj,restore){
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

function mostrar_noticias_box(Fila) {
   var elementos = document.getElementsByName(Fila);
   var i = 0;
   var k = 0;
   
   	  if (Fila == "datos_noticias_box1"){
	  for (i = 0; i < elementos.length; i++)
      elementos[i].style.display ="";
	  document.getElementsByName(Fila)
	  document.getElementById("noticias_box1").src ="images/ico_masleidas2.gif";
	  document.getElementById("noticias_box2").src ="images/ico_valoradas1.gif";
	  document.getElementById("noticias_box3").src ="images/ico_ultimas1.gif";
      document.getElementById("datos_noticias_box2").style.display ="none";
	  document.getElementById("datos_noticias_box3").style.display ="none";
	  }
	  
	  else if (Fila == "datos_noticias_box2"){
	  for (i = 0; i < elementos.length; i++)
      elementos[i].style.display ="";
	  document.getElementsByName(Fila)
	  document.getElementById("noticias_box1").src ="images/ico_masleidas1.gif";
	  document.getElementById("noticias_box2").src ="images/ico_valoradas2.gif";
	  document.getElementById("noticias_box3").src ="images/ico_ultimas1.gif";
	  document.getElementById("datos_noticias_box1").style.display ="none";
	  document.getElementById("datos_noticias_box3").style.display ="none";
	  }
	  
	  else {
	  for (i = 0; i < elementos.length; i++)
      elementos[i].style.display ="";
	  document.getElementsByName(Fila)
	  document.getElementById("noticias_box1").src ="images/ico_masleidas1.gif";
	  document.getElementById("noticias_box2").src ="images/ico_valoradas1.gif";
	  document.getElementById("noticias_box3").src ="images/ico_ultimas2.gif";
	  document.getElementById("datos_noticias_box1").style.display ="none";
	  document.getElementById("datos_noticias_box2").style.display ="none";
	  }
}

function mostrar_noticias_box_int(Fila) {
   var elementos = document.getElementsByName(Fila);
   var i = 0;
   var k = 0;
   
   	  if (Fila == "datos_noticias_box1"){
	  for (i = 0; i < elementos.length; i++)
      elementos[i].style.display ="";
	  document.getElementsByName(Fila)
	  document.getElementById("noticias_box1").src ="images/ico_vistos2.gif";
	  document.getElementById("noticias_box2").src ="images/ico_valorados1.gif";
	  document.getElementById("noticias_box3").src ="images/ico_ultimos1.gif";
      document.getElementById("datos_noticias_box2").style.display ="none";
	  document.getElementById("datos_noticias_box3").style.display ="none";
	  }
	  
	  else if (Fila == "datos_noticias_box2"){
	  for (i = 0; i < elementos.length; i++)
      elementos[i].style.display ="";
	  document.getElementsByName(Fila)
	  document.getElementById("noticias_box1").src ="images/ico_vistos1.gif";
	  document.getElementById("noticias_box2").src ="images/ico_valorados2.gif";
	  document.getElementById("noticias_box3").src ="images/ico_ultimos1.gif";
	  document.getElementById("datos_noticias_box1").style.display ="none";
	  document.getElementById("datos_noticias_box3").style.display ="none";
	  }
	  
	  else {
	  for (i = 0; i < elementos.length; i++)
      elementos[i].style.display ="";
	  document.getElementsByName(Fila)
	  document.getElementById("noticias_box1").src ="images/ico_vistos1.gif";
	  document.getElementById("noticias_box2").src ="images/ico_valorados1.gif";
	  document.getElementById("noticias_box3").src ="images/ico_ultimos2.gif";
	  document.getElementById("datos_noticias_box1").style.display ="none";
	  document.getElementById("datos_noticias_box2").style.display ="none";
	  }
}

function mostrar_videos(Fila) {
   var elementos = document.getElementsByName(Fila);
   var i = 0;
   var k = 0;
   
   	  if (Fila == "datos_videos1"){
	  for (i = 0; i < elementos.length; i++)
      elementos[i].style.display ="";
	  document.getElementsByName(Fila)
	  document.getElementById("videos1").src ="images/ico_humor2.gif";
	  document.getElementById("videos2").src ="images/ico_monologos1.gif";
      document.getElementById("datos_videos2").style.display ="none";
	  }
	  
	  else {
	  for (i = 0; i < elementos.length; i++)
      elementos[i].style.display ="";
	  document.getElementsByName(Fila)
	  document.getElementById("videos1").src ="images/ico_humor1.gif";
	  document.getElementById("videos2").src ="images/ico_monologos2.gif";
	  document.getElementById("datos_videos1").style.display ="none";
	  }
}

function estado() {
document.form.titulo.value = "1";
document.form.submit()
 }

function estado2() {
document.form.titulo.value = "2";
document.form.submit()
 }

function estado3() {
document.form.titulo.value = "3";
document.form.submit()
 }

function estado4() {
document.form.titulo.value = "4";
document.form.submit()
 }

function estado5() {
document.form.titulo.value = "5";
document.form.submit()
 }
