/**/ /**/ function js_openWindow(url,ancho,alto,nombre){ if (ancho=='') ancho=500; if (alto=='') alto=500; var left=(screen.width - ancho)/2; var top=(screen.height - alto)/2; opciones='width='+ancho+',height='+alto+',left='+left+',top='+top+',location=no,toolbar=no,status=no,menubar=no,directories=no,resizable=yes,scrollbars=yes,copyhistory=no'; window.open(url,nombre,opciones); } /**/ function js_download(idFichero){ document.location.href='/components/generic/file/download.php?idFichero=' + idFichero; } /**/ function js_deshabilitarElement(tagName){ var elementos = document.getElementsByTagName(tagName); for (var i=0; i*/ function js_logout() { document.location.href='/common/login/logout.php'; } /**/ function js_addToFavorites(url,title) { if (window.sidebar) { window.sidebar.addPanel(title, url,""); } else if(document.all) { window.external.AddFavorite(url, title); } else if (window.opera && window.print) { return true; } } /**/ function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i*/ function js_onload() { menuAux_preloadImages(); }