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;

opcindice = new Array(16);

if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0"))
{
  opcindice[1]= new Image (14,41);
  opcindice[1].src="../imagenes/parqued2.gif";
  opcindice[2]= new Image (14,42);
  opcindice[2].src="../imagenes/natacionder.gif";
  opcindice[3]= new Image (14,41);
  opcindice[3].src="../imagenes/showsde2.gif";
  opcindice[4]= new Image (14,41);
  opcindice[4].src="../imagenes/poblado2.gif";
  opcindice[5]= new Image (14,42);
  opcindice[5].src="../imagenes/diversi2.gif";
  opcindice[6]= new Image (14,41);
  opcindice[6].src="../imagenes/tiendas2.gif";
  opcindice[7]= new Image (14,41);
  opcindice[7].src="../imagenes/natural2.gif";
  opcindice[8]= new Image (14,42);
  opcindice[8].src="../imagenes/accesos2.gif";

  opcindice[9]= new Image (14,41);
  opcindice[9].src="../imagenes/parqueder.gif";
  opcindice[10]= new Image (14,42);
  opcindice[10].src="../imagenes/natacion.gif";
  opcindice[11]= new Image (14,41);
  opcindice[11].src="../imagenes/showsder.gif";
  opcindice[12]= new Image (14,41);
  opcindice[12].src="../imagenes/pobladoder.gif";
  opcindice[13]= new Image (14,42);
  opcindice[13].src="../imagenes/diversionder.gif";
  opcindice[14]= new Image (14,41);
  opcindice[14].src="../imagenes/tiendasder.gif";
  opcindice[15]= new Image (14,41);
  opcindice[15].src="../imagenes/naturalezader.gif";
  opcindice[16]= new Image (14,42);
  opcindice[16].src="../imagenes/accesosder.gif";
 }

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