<!--
var lista = new Array();

    lista[0] = new Array("../foto/foto_pol/ftterpol1.jpg", "");
    lista[1] = new Array("../foto/foto_pol/ftterpol2.jpg", "");
    lista[2] = new Array("../foto/foto_pol/ftterpol3.jpg", "");
    lista[3] = new Array("../foto/foto_pol/ftterpol4.jpg", "");
    lista[4] = new Array("../foto/foto_pol/ftterpol5.jpg", "");
    lista[5] = new Array("../foto/foto_pol/ftterpol6.jpg", "");
    lista[6] = new Array("../foto/foto_pol/ftterpol7.jpg", "");
    lista[7] = new Array("../foto/foto_pol/ftterpol8.jpg", "");
    lista[8] = new Array("../foto/foto_pol/ftterpol9.jpg", "");
    lista[9] = new Array("../foto/foto_pol/ftterpol10.jpg", "");
    lista[10] = new Array("../foto/foto_pol/ftterpol11.jpg", "");
    lista[11] = new Array("../foto/foto_pol/ftterpol12.jpg", "");
    lista[12] = new Array("../foto/foto_pol/ftterpol13.jpg", "");
    lista[13] = new Array("../foto/foto_pol/ftterpol14.jpg", "");
    lista[14] = new Array("../foto/foto_pol/ftterpol15.jpg", "");
    lista[15] = new Array("../foto/foto_pol/ftterpol16.jpg", "");
    lista[16] = new Array("../foto/foto_pol/ftterpol17.jpg", "");
    lista[17] = new Array("../foto/foto_pol/ftterpol18.jpg", "");
    lista[18] = new Array("../foto/foto_pol/ftterpol19.jpg", "");
    lista[19] = new Array("../foto/foto_pol/ftterpol20.jpg", "");
    lista[20] = new Array("../foto/foto_pol/ftterpol21.jpg", "");
    lista[21] = new Array("../foto/foto_pol/ftterpol22.jpg", "");
    lista[22] = new Array("../foto/foto_pol/ftterpol23.jpg", "");
    lista[23] = new Array("../foto/foto_pol/ftsubpol24.jpg", "");
    lista[24] = new Array("../foto/foto_pol/ftsubpol25.jpg", "");
    lista[25] = new Array("../foto/foto_pol/ftsubpol26.jpg", "");
    lista[26] = new Array("../foto/foto_pol/ftsubpol27.jpg", "");
    lista[27] = new Array("../foto/foto_pol/ftsubpol28.jpg", "");
    lista[28] = new Array("../foto/foto_pol/ftsubpol29.jpg", "");
    lista[29] = new Array("../foto/foto_pol/ftsubpol30.jpg", "");
  
var i = 0;

function calind(ind) { var indstring = ind.substring(ind.indexOf("i") + 1, ind.length);
                       ind = parseInt(indstring);
                       return ind;
}

function checkfoto(ind) { i = calind(ind);
                          document.imgbase.src = lista[i][0];
                          document.imgbase.alt = lista[i][1];
                          document.getElementById("descr").innerText = lista[i][1];
                          
}
// -->
