// Galerie des visiteurs - Tour des Murmures
// (c) 2006-2011
// http://www.thorgal-bd.fr/

var titre_1=new Array("Arlac","Vengeance","La princesse de Valnor","Aldraïd","Le commerce d'armes","La rencontre avec Sigwald","Les chemins d'Umbria");
var titre_2=new Array("Lucie - 2009","Arnaud - 2007","Arnaud - 2005","Arnaud - 2005","Arnaud - 2005","Arnaud - 2005","Arnaud - 2006");
var titre_3=new Array("Le petit duc rencontre l'être qui va changer sa vie.","Alors que Jolan et Manthor s'éloignent dans la nuit,<br>trois ombres silencieuses se glissent derrière Thorgal...","L'histoire d'une princesse<br>qui rêvait d'aventure...","Kriss de Valnor fait une rencontre qui marquera sa vie...","Kriss cherche sa place dans un monde d'hommes...","Kriss rencontre ici son compagnon d'armes.","Kriss et Sigwald ont besoin d'armes pour attaquer un convoi...");

thorgal=new Object;
thorgal.ou=0;
thorgal.maxi=Math.ceil(titre_1.length/3)-1;
thorgal.v=0;
var tableau_gd=new Array(-235,-110,0,110,220);
thorgal.posx=-235;

function letitre(qui){
if(qui==5){c_nav("t2").style.visibility="hidden";return true;}
thorgal.v=qui+1;
var guil="&quot;";
var choix=qui+(thorgal.ou*3);
c_nav("com1").innerHTML=titre_1[choix];
c_nav("com2").innerHTML=titre_2[choix];
c_nav("com3").innerHTML=guil+titre_3[choix]+guil;
if(titre_1.length>choix)c_nav("t2").style.visibility="visible";
}

function avant(){
thorgal.v=0;
if (thorgal.ou==0){var com="Pour retourner dans la rue";}else{var com="Pour retourner dans la salle précédente";}
c_nav("com1").innerHTML="Retour";
c_nav("com2").innerHTML="";
c_nav("com3").innerHTML=com;
if (thorgal.ou==0)c_nav("com1").innerHTML="Sortie";
c_nav("t2").style.visibility="visible";
}

function apres(){
thorgal.v=4;
if (thorgal.ou==thorgal.maxi){var com="La visite s'arrête ici...<br>Cliquez pour retourner dans la rue.";}else{var com="Pour visiter la salle suivante";}
c_nav("com1").innerHTML="Suite";
c_nav("com2").innerHTML="";
c_nav("com3").innerHTML=com;
if (thorgal.ou==thorgal.maxi)c_nav("com1").innerHTML="Sortie";
c_nav("t2").style.visibility="visible";
}

function sortie(qui){
if (qui==1){
thorgal.posx=220;
if (thorgal.ou>0){thorgal.ou--;avant();aff_qui();}else{self.location.href="thorgal_galerie.php";}}
if (qui==2){
thorgal.posx=-235;
if (thorgal.ou<thorgal.maxi){thorgal.ou++;apres();aff_qui();}else{self.location.href="thorgal_galerie.php";}}
}

function en_place(){
if(!document.all){
document.getElementById("cadre").style.top=(window.innerHeight/2)-190;
document.getElementById("cadre").style.left=(window.innerWidth/2)-275;
}
if(document.all){
document.all("cadre").style.pixelTop=(document.body.clientHeight/2)-190;
document.all("cadre").style.pixelLeft=(document.body.clientWidth/2)-275;
}
aff_qui();
}

function ouvrir_g(qui){
if (qui+(thorgal.ou*3)>titre_1.length)return true;
c_nav("histoire").innerHTML='<iframe src="images/galerie/h'+(qui+(thorgal.ou*3))+'.php" frameborder="0" width="445" height="275" scrolling="auto"></iframe>';
c_nav("cadre").style.visibility="visible";
c_nav("fond").style.visibility="hidden";
}

function fermer(){
c_nav("cadre").style.visibility="hidden";
c_nav("fond").style.visibility="visible";
}

function aff_qui(){
for(i=1;i<=3;i++){if (titre_1.length>=(i+(thorgal.ou*3))){c_nav("f"+i).innerHTML='<table border="0" cellpadding="10" cellspacing="0" background="images/galerie/parchemin.gif" width="80" height="114"><tr><td align="center"><span class="moyen"><b>'+titre_1[i+(thorgal.ou*3)-1]+'</b></span></td></tr></table>';}else{c_nav("f"+i).innerHTML="";}}
}

function visiteurs(){
var x=Math.round(thorgal.posx+((tableau_gd[thorgal.v]-thorgal.posx)/25));
var y=0-Math.abs(Math.round(thorgal.posx/5));
c_left("couple",x);
c_top("couple",y);
thorgal.posx=x;
setTimeout("visiteurs()",30);
}
