function Pop_politica_privacidad()
{
window.open('pop_up/pp.htm','pruebas','width=420,height=480,menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=no,top=0,left=0');
}
function Pop_terminos_uso()
{
window.open('pop_up/tu.htm','pruebas','width=420,height=480,menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=no,top=0,left=0');
}
function Pop_proteccion_datos()
{
window.open('pop_up/pd.htm','pruebas','width=420,height=480,menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=no,top=0,left=0');
}
function poner_favoritos()
{
  var agra_txt="Gracias por añadir CONSERTEL a sus favoritos";
  var navegador= navigator.appVersion;
  var version= navigator.appVersion;

  if ((navegador.indexOf("MSIE") > 0) && (parseInt(version) >= 4))
  {
		var titulo= "CONSERTEL TELECOMUNICACIONES S.L.";
		var url="http://www.consertel.com";
		window.external.AddFavorite(url,titulo);
		window.alert(agra_txt);
  } 
  else
  {
		window.alert("Esta opción sólo está disponible para Internet Explorer 4 o superior");
  }
}

