<!-- 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_port_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis02(){
   if (ver == "correcta") {
      window.open('./f_capiz_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis03(){
   if (ver == "correcta") {
      window.open('./f_capde_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis04(){
   if (ver == "correcta") {
      window.open('./f_capin1_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis05(){
   if (ver == "correcta") {
      window.open('./f_nave2_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis06(){
   if (ver == "correcta") {
      window.open('./f_nave4_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis07(){
   if (ver == "correcta") {
      window.open('./f_nave_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis08(){
   if (ver == "correcta") {
      window.open('./f_capin2_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis09(){
   if (ver == "correcta") {
      window.open('./f_capcl4_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis10(){
   if (ver == "correcta") {
      window.open('./f_capcl2_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis11(){
   if (ver == "correcta") {
      window.open('./f_cla4_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis12(){
   if (ver == "correcta") {
      window.open('./f_cla2_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis13(){
   if (ver == "correcta") {
      window.open('./f_capcl3_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}
function avis14(){
   if (ver == "correcta") {
      window.open('./f_capcl1_olite.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./indice.htm";
   }
}


//-- Fin codigo -->
