


window.moveTo (0,0);
window.resizeTo (screen.availWidth, screen.availHeight);

function abrirAviso(){

window.open("avisolegal.php","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=568,height=550"); 
}
function abrircondiciones(){

window.open("condiciones.php","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=568,height=590"); 
}
function abrirprivacidad(){

window.open("avisolegal.php","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=580,height=500"); 
}
function abrirdatos(){

window.open("datoscontacto.php","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=380,height=360"); 
}
function abrirlogin(){

window.open("nuevologin.php","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=300,height=530"); 
}
function abrircomentario(){
window.open("comentario.php?height=300&width=300","","class=thickbox","title='Contactar Instituto Investigaciones Evolutivas'",""); 
}


<!--
function MM_openBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v2.0
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = (screen.height-myHeight)/2;
    features+=(features!='')?',':'';
    features+=',left='+myLeft+',top='+myTop;
  }
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
}
//-->

