function submeter(pag){
    
    var d = document.farohotel;
    
    if ( pag != '' ){
        d.pag.value = pag;
        d.submit();
    }
    
}
