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

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

function mostrar_introducion(Fila) {
   var elementos = document.getElementsByName(Fila);
   var i = 0;
   var k = 0;
   
   	  if (Fila == "datos_noticias1"){
	  for (i = 0; i < elementos.length; i++)
      elementos[i].style.display ="";
	  document.getElementsByName(Fila)
	  document.getElementById("noticias1").src ="imagenes/r1.gif";
	  document.getElementById("noticias2").src ="imagenes/o2.gif";
	  document.getElementById("noticias3").src ="imagenes/i2.gif";
      document.getElementById("datos_noticias2").style.display ="none";
	  document.getElementById("datos_noticias3").style.display ="none";
	  }
	  
	  else if (Fila == "datos_noticias2"){
	  for (i = 0; i < elementos.length; i++)
      elementos[i].style.display ="";
	  document.getElementsByName(Fila)
	  document.getElementById("noticias1").src ="imagenes/r2.gif";
	  document.getElementById("noticias2").src ="imagenes/o1.gif";
	  document.getElementById("noticias3").src ="imagenes/i2.gif";
	  document.getElementById("datos_noticias1").style.display ="none";
	  document.getElementById("datos_noticias3").style.display ="none";
	  }
	  
	  else {
	  for (i = 0; i < elementos.length; i++)
      elementos[i].style.display ="";
	  document.getElementsByName(Fila)
	  document.getElementById("noticias1").src ="imagenes/r2.gif";
	  document.getElementById("noticias2").src ="imagenes/o2.gif";
	  document.getElementById("noticias3").src ="imagenes/i1.gif";
	  document.getElementById("datos_noticias1").style.display ="none";
	  document.getElementById("datos_noticias2").style.display ="none";
	  }
}

function validar_lin(){
var url="http://www.";
url = url + (document.form1.dominio.value) + (":2082");
window.open(url);
}

function validar_win(){
var url2="http://www.";
url2 = url2 + (document.form2.dominio2.value) + (":8443");
window.open(url2);
}

function validar_mail(){
var url3="http://www.";
url3 = url3 + (document.form3.dominio3.value) + (":2095");
window.open(url3);
}