function cambioIdioma(){
    document.getElementById('form:cambioIdioma').click();
}  
function abrirProteccionDatos(){
    document.getElementById('formPie:botonProteccionDatos').click()
}
function abrirSiteMap(){
    document.getElementById('formPie:botonSiteMap').click()
}
function entrar(){
               
    if( document.getElementById('form:entrar').value== "1"){
        document.getElementById('form:botonEntrar').click()
            
    }
}
            
function abrirQuienesSomos(){
    document.getElementById('form:botonQuienesSomos').click();
}

function abrirDirectorio(){
    document.getElementById('form:botonNuestrosHoteles').click();
}

function abrirAccesoAgencia(){
    var windowprops ="top=0,left=0,toolbar=no,location=no,status=no, menubar=no, resizable=yes,scrollbars=no,width=300,height=200,top=200,left=430";
                   
    window.open("http://www.restel.es/rsWeb/web/accesoAgencias.jsp","AccesoAgencias",windowprops);
}   
function abrirMantenimiento(){
    var windowprops ="top=0,left=0,toolbar=no,location=no,status=no, menubar=no, resizable=yes,scrollbars=no,width=800,height=600";                                
    window.open("http://www.hotelresb2b.com/restelc/link.html","Mantenimiento",windowprops);
}  

function abrirRegistro(){
    var idioma = document.getElementById('idioma').value;
    if(idioma=="es") idioma = "1";
    else if(idioma=="en") idioma = "2";
    else if(idioma=="fr") idioma = "3";
    else if(idioma=="de") idioma = "4";
    else if(idioma=="it") idioma = "5";
    else if(idioma=="pt") idioma = "6";
    //var entorno = document.getElementById('vista:form:entorno').value;
    //var windowprops ="top=0,left=0,toolbar=no,location=no,status=no, menubar=no, resizable=yes,scrollbars=no,width=800,height=600";                                
    var windowprops ="top=0,left=0,toolbar=no,location=no,status=no, menubar=no, resizable=yes,scrollbars=no,width=800,height=600";                                
    window.open("http://www.restel.es/rsWeb/web/registrese/reg_begin.jsp?username=Guest&password=Guest&idioma="+idioma+"&afiliacion=RS","Registro",windowprops);
    //window.open("http://www.restelhotels.com/registrese/reg_begin.jsp?username=Guest&password=Guest&idioma="+idioma+"&afiliacion=RS","Registro",windowprops);
    
    //var entorno = document.getElementById('vista:form:entorno').value;
    //window.open("http://www.restelhotels.com/registrese/reg_begin.jsp?username=Guest&password=Guest&idioma="+idioma+"&afiliacion=RS","Registro",windowprops);          
    //window.open(entorno+"rsWeb/web/registrese/registrese.jsp","Registrese",windowprops);
}    

function abrirRommingList(){    
    var windowprops ="top=0,left=0,toolbar=no,location=no,status=no, menubar=no, resizable=yes,scrollbars=no,width=800,height=600";                                
    window.open("http://www.hotelresb2b.com/restelc/reservas.html","Rooming",windowprops);
    
}
