function acceso_plesk(dominio){
window.open("https://www."+dominio+":8443");
}
function acceso_webmail(dominio){
window.open("http://webmail."+dominio+"");
}
function popup2(url){
    var w = 510;
	var h = 560;
	var posicion_izquierda = (screen.width) ? (screen.width-w)/2 : 0;
	var posicion_top = (screen.height) ? (screen.height-h)/2 : 0;
	var atributos ='height='+w+',width='+h+',top='+posicion_top+',left='+posicion_izquierda+',scrollbars=yes,resizable=no,menubar=no,location=no'
	win = window.open(url,'',atributos)
	//if(win.window.focus){win.window.focus();}
}
// Hacemos aparecer el e-mail con su vinculo cuando se ejecuta la página, para no ser victima de spam
function set_emails(){
document.getElementById("email1").innerHTML = '<img src="img/p.gif" width="7" height="7">&nbsp; <a href="mailto:info@novaihost.com" class="arial txt_11 gris_oscuro">info@novaihost.com</a>';

document.getElementById("email2").innerHTML = '<img src="img/p.gif" width="7" height="7">&nbsp; <a href="mailto:administracion@novaihost.com" class="arial txt_11 gris_oscuro">administracion@novaihost.com</a>';

document.getElementById("email3").innerHTML = '<img src="img/p.gif" width="7" height="7">&nbsp; <a href="mailto:soporte@novaihost.com" class="arial txt_11 gris_oscuro">soporte@novaihost.com</a>';

document.getElementById("email4").innerHTML = '<img src="img/p.gif" width="7" height="7">&nbsp; <a href="mailto:desarrolloweb@novaihost.com" class="arial txt_11 gris_oscuro">desarrolloweb@novaihost.com</a>';
}
function set_emails1(){
document.getElementById("email5").innerHTML = '<a href="mailto:desarrolloweb@novaihost.com" class="arial txt_11 verde_oscuro">desarrolloweb@novaihost.com</a>';
}
function set_emails2(){
document.getElementById("email6").innerHTML = '(<a href="mailto:dominios@novaihost.com" class="arial txt_11 verde_oscuro">dominios@novaihost.com</a>)';
}
function set_emails3(){
document.getElementById("email7").innerHTML = '<a href="mailto:info@novaihost.com" class="arial txt_11 negro">info@novaihost.com</a>';
}
function set_emails4(){
document.getElementById("email8").innerHTML = 'Barcelona) o electr&oacute;nico (<a href="mailto:info@novaihost.com" class="arial txt_11 negro">info@novaihost.com</a>), en los t&eacute;rminos establecidos en la LOPD.';
}
function set_emails5(){
document.getElementById("email9").innerHTML = '(<span class="txt_11 negro">E-Mail: <a href="mailto:info@novaihost.com" class="arial txt_11 negro">info@novaihost.com</a></span>)';
}
 function popup()
 {
  if(document.domainForm.domain.value){
     url = 'whois/whois.php?domain=' + document.domainForm.domain.value + '&option=check&ext=' + document.domainForm.ext.options[document.domainForm.ext.selectedIndex].value;
     window.open(url,"Stort_bilde","toolbar=no,width=350,height=300,status=no,scrollbars=yes,resize=no,menubars=no");
  }else{
     alert('Por favor, introduzca un nombre de dominio');
  }
 }


