// (c) ABACOX Software 2003 NN=false;VN=0.1;V=window; with (navigator) {NN=(appName=="Netscape")?true:false;VN=parseFloat(appVersion.substring(0,appVersion.indexOf(" ")));} if ( (NN && VN<3) || (!NN && VN<4) ) alert("SU VERSION DE NAVEGADOR ES DEMASIADO ANTIGUA\n\n"+"Es posible que estas paginas no se visualicen\n"+"correctamente.\n"); window.name="VMAIN"; // PARA EL TARGET function patras(){ window.history.back();} function palante(){ window.history.forward();} function salto(url,tgt) { if (!tgt) {self.location.href=url;} else {w2=window.open(url,tgt);} }