<!-- 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_pstam1_sangu.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./index.htm";
   }
}
function avis02(){
   if (ver == "correcta") {
      window.open('./f_timp_sangu.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./index.htm";
   }
}
function avis03(){
   if (ver == "correcta") {
      window.open('./f_ptoc_sangu.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./index.htm";
   }
}
function avis04(){
   if (ver == "correcta") {
      window.open('./f_enji_stama.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./index.htm";
   }
}
function avis05(){
   if (ver == "correcta") {
      window.open('./f_enjd_stama.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./index.htm";
   }
}
function avis06(){
   if (ver == "correcta") {
      window.open('./f_marias_stama.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./index.htm";
   }
}
function avis07(){
   if (ver == "correcta") {
      window.open('./f_apostoles_stama.htm','','scrollbars=yes,resizable=yes,width=660,height=540')
   }else{
      parent.location.href="./index.htm";
   }
}
//-- Fin codigo -->
