// Galerie des visiteurs - Intro
// (c) Cpt Harddock 2006-2010
// http://www.thorgal-bd.fr/

var titre_g=new Array(0,270,0,130);
var titre_1=new Array("","Chambre des Enluminures","Tour des Murmures","Souterrain aux Artefacts");
var titre_2=new Array("","Dessins, peintures...","Récits, poèmes, chants...","Photos, objets, costumes...");
var titre_3=new Array("","34 toiles en stock","7 parchemins en stock","17 artefacts en stock");

function debut(){
if (document.all){
document.all("appel").style.visibility="hidden";
document.all("fond").style.visibility="visible";}
if (!document.all){
document.getElementById("appel").style.visibility="hidden";
document.getElementById("fond").style.visibility="visible";}
}

function letitre(qui){
if(qui==0&&document.all){
document.all("f1").style.visibility="hidden";
document.all("f2").style.visibility="hidden";
document.all("f3").style.visibility="hidden";
document.all("titre").style.visibility="hidden";
return true;}
if(qui==0&&!document.all){
document.getElementById("f1").style.visibility="hidden";
document.getElementById("f2").style.visibility="hidden";
document.getElementById("f3").style.visibility="hidden";
document.getElementById("titre").style.visibility="hidden";
return true;}

if (document.all){
document.all("titre").style.pixelLeft=this.gd-260+titre_g[qui];
document.all("titre_in").innerHTML='<span class="gros"><big><b>'+titre_1[qui]+'</b></big></span><br><span class="petit"><i>'+titre_2[qui]+'</i><br><br>'+titre_3[qui]+'</span>';
document.all("titre").style.visibility="visible";
document.all("f"+qui).style.visibility="visible";}
if (!document.all){
document.getElementById("titre").style.left=this.gd-260+titre_g[qui];
document.getElementById("titre_in").innerHTML='<span class="gros"><big><b>'+titre_1[qui]+'</b></big></span><br><span class="petit"><i>'+titre_2[qui]+'</i><br><br>'+titre_3[qui]+'</span>';
document.getElementById("titre").style.visibility="visible";
document.getElementById("f"+qui).style.visibility="visible";}
}

function en_place(){
if (!document.all){
this.hb=window.innerHeight/2-10;
this.gd=window.innerWidth/2;
document.getElementById("fond").style.top=this.hb-196;
document.getElementById("fond").style.left=this.gd-206;
document.getElementById("titre").style.top=this.hb+245;
document.getElementById("f1").style.top=this.hb-77;
document.getElementById("f1").style.left=this.gd-93;
document.getElementById("f2").style.top=this.hb-144;
document.getElementById("f2").style.left=this.gd-157;
document.getElementById("f3").style.top=this.hb-42;
document.getElementById("f3").style.left=this.gd-29;}
if (document.all){
this.hb=document.body.clientHeight/2-10;
this.gd=document.body.clientWidth/2;
document.all("fond").style.pixelTop=this.hb-196;
document.all("fond").style.pixelLeft=this.gd-206;
document.all("titre").style.pixelTop=this.hb+245;
document.all("f1").style.pixelTop=this.hb-77;
document.all("f1").style.pixelLeft=this.gd-93;
document.all("f2").style.pixelTop=this.hb-144;
document.all("f2").style.pixelLeft=this.gd-157;
document.all("f3").style.pixelTop=this.hb-42;
document.all("f3").style.pixelLeft=this.gd-29;}

if(document.location.href.charAt(document.location.href.length-1)=="r"){debut();}else{
if(document.all)document.all("appel").style.visibility="visible";
if(!document.all)document.getElementById("appel").style.visibility="visible";
}
}

function antispam(){
document.write('<a href="mailto:webmestre@thorgal-bd.fr?subject=Galerie des visiteurs" onmouseover="self.status=\'Galerie des visiteurs\';return true;" onfocus="blur();">');
}