var bn=navigator.appName;
var vn=navigator.appVersion;

var indice1=null;
var indice2=null;
var indice3=null;
var indice4=null;
var indice5=null;
var indice6=null;
var indice7=null;
var indice8=null;
var indice9=null;
var indice10=null;

opcindice = new Array(20);

if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0"))
{
  opcindice[1]= new Image (87,16);
  opcindice[1].src="imagenes/bpresen.gif";
  opcindice[2]= new Image (87,16);
  opcindice[2].src="imagenes/bpresen2.gif";
  opcindice[3]= new Image (126,20);
  opcindice[3].src="imagenes/brazas.gif";
  opcindice[4]= new Image (126,20);
  opcindice[4].src="imagenes/brazas2.gif";
  opcindice[5]= new Image (147,20);
  opcindice[5].src="imagenes/bcacho.gif";
  opcindice[6]= new Image (147,20);
  opcindice[6].src="imagenes/bcacho2.gif";
  opcindice[7]= new Image (123,20);
  opcindice[7].src="imagenes/bcondi.gif";
  opcindice[8]= new Image (123,20);
  opcindice[8].src="imagenes/bcondi2.gif";
  opcindice[9]= new Image (155,20);
  opcindice[9].src="imagenes/bsementa.gif";
  opcindice[10]= new Image (155,20);
  opcindice[10].src="imagenes/bsementa2.gif";
  opcindice[11]= new Image (119,20);
  opcindice[11].src="imagenes/bhembras.gif";
  opcindice[12]= new Image (119,20);
  opcindice[12].src="imagenes/bhembras2.gif";
  opcindice[13]= new Image (119,20);
  opcindice[13].src="imagenes/bclientes.gif";
  opcindice[14]= new Image (119,20);
  opcindice[14].src="imagenes/bclientes2.gif";
  opcindice[15]= new Image (185,20);
  opcindice[15].src="imagenes/becologia.gif";
  opcindice[16]= new Image (185,20);
  opcindice[16].src="imagenes/becologia2.gif";
  opcindice[17]= new Image (173,20);
  opcindice[17].src="imagenes/bveterinarios.gif";
  opcindice[18]= new Image (173,20);
  opcindice[18].src="imagenes/bveterinarios2.gif";
  opcindice[19]= new Image (128,20);
  opcindice[19].src="imagenes/badopcion.gif";
  opcindice[20]= new Image (128,20);
  opcindice[20].src="imagenes/badopcion2.gif";
 }

function on_indice(loc,img)
  {
  if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0"))
    loc.src=opcindice[img].src;
  }

