function Desconexion(){
document.frmlogin.NR_USER.value='Lector';
document.frmlogin.target='_top';
document.frmlogin.action='http://www.barcelo.com/NR/system/access/ManualLoginSubmit.asp';
document.frmlogin.NEXTURL.value='http://www.barcelo.com/Barcelo/'+gIdioma+'/default';
document.frmlogin.submit();}

function AbrirVentana(sUrl,sIEWidth,sIEHeight,sNSWidth,sNSHeight){
if(document.all){eval('window.showModalDialog(sUrl,"","center:yes; dialogWidth:'+sIEWidth+'px; dialogHeight:'+sIEHeight+'px")');}
else{window.open(sUrl,"","width="+sNSWidth+",height="+sNSHeight);}
}

function OpWin(sUrl){window.open(sUrl,"","resizable=1");}