function PL(){ 
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
}
function TT(){  
}
image="360/pano.jpg";
var imgUrl=new Array(); 
imgUrl[1]="360/pano.jpg"; 
op = '<option value="'
fop = '</option>'
image1  = op+imgUrl[1]+''+fop;
L = image1
Limg=480 ; 
Himg=116 ; 
Mask="360/mask.gif"; 
Lmsk=480 ; 
Hmsk=116; 
Lmskstop=480 ;
bordure=0 ; 
couleur="#003366" ; 
document.write('<style type="text/css" media="screen">');
document.write('#D360{width: '+ Limg + 'px; height: '+ Himg +'px; background-color:#000000;}'+'IMG ;');
document.write('</style>');
var D360 = document.getElementById("D360");
D360.style.border      = "solid "+bordure+"px "+couleur;
D360.style.background  = "url("+image+")  repeat";
X = 1;
Y = -1; 
D = 10;
setInterval('Deroulement()', 80);
function Deroulement()
{
X += Y / D*20 ;
document.getElementById("D360").style.backgroundPosition = X + "px";
}
function versplus() {
TT()
selection = document.forms[1].elements[0].selectedIndex;
if (selection < document.forms[1].elements[0].length-1) {selection ++;} 
document.forms[1].elements[0].selectedIndex=selection;
}




