//XXXXXXXXXXXXXXXX  visualizzare le immagini

var miastringa;
var mun=0;
var interTempo;
var playS;



function chiudiSlide(){
//document.location.href='http://www.abibex.com';
mun= 0;
miastringa = undefined ;
stringa = undefined;
}

function caricaStringa(stringa,playSlide){
if(playSlide=='ok'){
playS=playSlide;

}
else
{
playS=playSlide;

}


miastringa = stringa.split(",");
vai();
function vai(){

mun++;
if (mun>=miastringa.length) mun=0;


setTimeout(function () {if(playS=='ok'){fotoGrande(miastringa[mun]);document.getElementById('racolta2').innerHTML= 'foto numero '+ parseInt(mun+1);vai()}},5000);
}
}


function apriFoto(id_immagini,utente,album){
fotoGrande(id_immagini);
if(document.ricerca.accesso.value=="ok"){

document.getElementById("black_light_chat").style.display="block";
document.getElementById("black_light_chat").style.height = h+"px";
document.getElementById("black_light_chat").style.width = w+"px";
document.getElementById("black_light_chat").style.marginLeft = ww+"px";
document.getElementById("black_light_chat").style.left = "50%";
document.getElementById("black_light_chat").style.marginTop = hh+"px";
document.getElementById("black_light_chat").style.top = "50%";
document.getElementById("fotoGrande").style.display="block";
/***/
//inserisco la foto ingrandita nella pagina

document.getElementById("utente").value=utente;
document.getElementById("album").value=album;
//contributo AJAX
setTimeout(function () {fotoRacolta(utente, album);document.getElementById('comand_p').style.display='block'}, 1000);
//fine contributo AJAX

}
else
{
window.alert('Per vedere meglio devi logati al sito.');
}


}
function chiudiFoto(){
chiudiSlide();
document.getElementById('comand_p').style.display='none'
document.getElementById('comand_s').style.display='none'
document.getElementById("black_light_chat").style.display="none";
document.getElementById("fotoGrande").style.display="none";
}








