var __modalvars={},__modalwins={},__cntProcesando=0;
function procesando2(on,win){
 var cnt=top.__cntProcesando?isNaN(top.__cntProcesando)?0:top.__cntProcesando:0;
 var v=getId('ifr_procesando',top.document);
 if(on){
  cnt=((++cnt)<1)?1:cnt;
  v.style.display='block';
  if(top.ifr_procesando.debugMode) top.ifr_procesando.debugMode();
  v=getId('procesando',top.frames.ifr_procesando.document);
  if(v){
   var vp=top.frames.ifr_procesando.document.body,vh;
   v.style.display='';
   vh=(vp.offsetHeight>1024)?1024:vp.offsetHeight;
   v.style.top=((vh-v.offsetHeight)/2)+'px';
   v.style.left=((vp.offsetWidth-v.offsetWidth)/2)+'px';
  }
 }else{
  if((--cnt)<1){
   v.style.display='';
   if(v=getId('procesando',top.frames.ifr_procesando.document)){
    v.style.display='none';
   }
   cnt=0;
  }
 }
 top.__cntProcesando=cnt;
}
function modalPortal2(p,win){
 var ifs=top.document.getElementsByTagName('IFRAME');
 var el=top.document.createElement('IFRAME');
 __modalvars['md'+ifs.length]=p;
 __modalwins['mw'+ifs.length]=win;
 el.name=el.id='mp'+ifs.length;
 el.frameBorder=el.scrolling='no';
 el.marginHeight=el.marginWidth='0';
 el.allowTransparency=getId('ifr_alerts').getAttribute('allowtransparency');
 el.src='/newintra/lib/modal.html?id='+ifs.length;
 el.className='modales';
 el.style.zIndex=99+ifs.length;
 top.document.body.appendChild(el);
}
function cierraModal(nom,win){
 var w=top.document.getElementById(nom);
 if(w) top.document.body.removeChild(w);
}
function muestraError2(e,et,win){
 try{
  top.frames.ifr_alerts.muestraError(e,win);
 }catch(err){
  alert(et||e.msg.replace(/<br[^>]*>|<li[^>]*><p[^>]*>/ig,'\n').replace(/<\/[^>]*>/ig,''));
 }
}
