var jscript;

  if ( (navigator.userAgent.indexOf("a/3",6) == -1) &&
       (navigator.userAgent.indexOf("a/4",6) == -1) ) {
    jscript = 0;
  }
  else    {
  jscript = 1;
  }

  if ( jscript ) {

az_on = new Image();
az_on.src = "img/ton_azi.gif";

az = new Image();
az.src = "img/t_azi.gif";


ind_on = new Image();
ind_on.src = "img/ton_ind.gif";

ind = new Image();
ind.src = "img/t_ind.gif";

la_on = new Image();
la_on.src = "img/ton_lav.gif";

la = new Image();
la.src = "img/t_lav.gif";


pa_on = new Image();
pa_on.src = "img/ton_par.gif";

pa = new Image();
pa.src = "img/t_par.gif";


co_on = new Image();
co_on.src = "img/ton_con.gif";

co = new Image();
co.src = "img/t_con.gif";

ho_on = new Image();
ho_on.src = "img/ton_hom.gif";

ho = new Image();
ho.src = "img/t_hom.gif";


}

function imageChange(imageID,imageName)
{
        if ( jscript ) {

document.images[imageID].src = eval(imageName + ".src");
}
}
