function PL(){ 
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
}
function TT(){ 

MX=6
}
image="img/img1.jpg";

var imgUrl=new Array(); 
imgUrl[0]="img/img1.jpg"; 
imgUrl[1]="img/img2.jpg"; 
imgUrl[2]="img/img3.jpg"; 
imgUrl[3]="img/img4.jpg"; 
imgUrl[4]="img/img5.jpg"; 
imgUrl[5]="img/img6.jpg";

op = '<option value="'
fop = '</option>'

image1  = op+imgUrl[0]+'">Art Works Shop'+fop;
image2  = op+imgUrl[1]+'">Photostore'+fop; 
image3  = op+imgUrl[2]+'">Bookshop'+fop;
image4  = op+imgUrl[3]+'">Music Store'+fop;
image5  = op+imgUrl[4]+'">Baz&prime;Art Store'+fop;
image6  = op+imgUrl[5]+'">Arts&prime; Shows'+fop;

L = image1+image2+image3+image4+image5+image6

Limg=860 ;
Himg=258 ;

Mask="outils/gif1.gif";
Lmsk=100 ;
Hmsk=250 ;
Lmskstop=60 ;
bordure=0 ;
couleur="#003366" ;
document.write('<style type="text/css" media="screen">');
document.write('#Diapo360{width: '+ Limg + 'px; height: '+ Himg +'px; background-color:#000000;}'+'img {cursor: pointer;};');
document.write('</style>');
var Diapo360 = document.getElementById("Diapo360");
Diapo360.style.border = "solid "+bordure+"px "+couleur;
Diapo360.style.background = "url("+image+")  repeat";
X = 1;
Y = -1;
D = 30;

imd= '<img onmouseover=\'Y = ';
imf= '\' border=0 src=outils/gif1.gif width='+Lmsk+' height='+Hmsk+'>';

imfs= '\' border=0 src='+Mask+' width='+Lmskstop+' height='+Hmsk+'>';
setInterval('Deroulement()', 90);
function Deroulement()
{
X += Y / D*100 ;
document.getElementById("Diapo360").style.backgroundPosition = X + "px";
}

var editer  = ""+
imd+ -4 + imf+
imd+ -3 + imf+
imd+ -2 + imf+
imd+ -1 + imf+
imd+ 0 + imfs+
imd+ 1 + imf+
imd+ 2 + imf+
imd+ 3 + imf+
imd+ 4 + imf+
"";
Diapo360.innerHTML =(editer);

var selection = 0;
function versplus() {
TT()

if (selection >=MX-1)
alert('Fin du diaporama pour afficher d\'autres images \n\rCliquer sur: [ <<= ]\r\nOu sélectionnez une image dans la liste.');
selection = document.forms[1].elements[0].selectedIndex;
if (selection < document.forms[1].elements[0].length-1) {selection ++;} 
document.forms[1].elements[0].selectedIndex=selection;
}
function versmoins() {

if (selection == 0)
alert('Debut du diaporama pour afficher d\'autre images \n\rCliquer sur: [ =>> ]\r\nOu sélectionnez une image dans la liste.');
selection = document.forms[1].elements[0].selectedIndex;
if (selection > 0) {selection --;} 
document.forms[1].elements[0].selectedIndex=selection;
}
function ChoiX(selection) {
document.forms[1].elements[0].selectedIndex = selection;
}

function AppLiQuE() {
selection = document.forms[1].elements[0].selectedIndex;
document.Diapo360.style.backgroundImage = "url("+ imgUrl[selection] +")";
}

function changeliens(FF,x)
{
if(document.getElementById)
document.getElementById(x).innerHTML = FF;
}

function AffichE()
{
changeliens('<a title="afficher la page d\'information" target=_blank href='+document.imageimportee.choix.value+'.htm><img style="margin-top: 5px; margin-bottom: 1px; margin-right: 1px; margin-left: 3px" border=0 src=outils/apage.gif width=16 height=16> Page','lien_page'); changeliens('<a title="afficher l\'image entière" target=_blank href='+document.imageimportee.choix.value+'><img style="margin-top: 5px; margin-bottom: 1px; margin-right: 1px; margin-left: 5px" border=0 src=outils/aimage.gif width=16 height=16> Image','lien_image');
}