<!-- Inicio codigo

nombre = navigator.appName;
version = parseInt(navigator.appVersion);

if ((nombre == "Netscape" && version >= 3) || (nombre == "Microsoft Internet Explorer" && version >= 2)) ver = "correcta";
        else ver = "incorrecta";

function avis01(){
   if (ver == "correcta") {
      window.open('./f_cripd_ley1.htm','','scrollbars=yes,resizable=yes,width=680,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis02(){
   if (ver == "correcta") {
      window.open('./f_pcrip_ley.htm','','scrollbars=yes,resizable=yes,width=680,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis03(){
   if (ver == "correcta") {
      window.open('./f_cripiz_ley1.htm','','scrollbars=yes,resizable=yes,width=680,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis04(){
   if (ver == "correcta") {
      window.open('./f_cripg_ley.htm','','scrollbars=yes,resizable=yes,width=680,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis05(){
   if (ver == "correcta") {
      window.open('./f_plano_cripleyre.htm','','scrollbars=yes,resizable=yes,width=680,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis06(){
   if (ver == "correcta") {
      window.open('./f_virila_ley.htm','','scrollbars=yes,resizable=yes,width=680,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
//-- Fin codigo -->
