

var tss;
var iss;
var jss = 0;
var pss = Picture.length-1;

var preLoad = new Array();
for (iss = 1; iss < pss+1; iss++){
preLoad[iss] = new Image();
preLoad[iss].src = Picture[iss];
}

function control(how){
if (showHot){
if (how=="H") jss = 1;
if ((how=="F") && (jss==0)) jss = jss + 1;
if ((how=="F") && (jss!=0)) jss = jss + 1;
if (how=="B") jss = jss - 1;
if (jss > (pss)) jss=1;
if (jss < 1) jss = pss;
if (document.all){
document.images.PictureBox.style.filter="blendTrans(duration=2)";
document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)";
document.images.PictureBox.filters.blendTrans.Apply();}
document.images.PictureBox.src = preLoad[jss].src;
document.images.PictureBox.height = Caption_height[jss];
document.images.PictureBox.width = Caption_width[jss];
document.images.PictureBox.title = Caption[jss];
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= Caption[jss];
if (document.all) document.images.PictureBox.filters.blendTrans.Play();
}}



function control_manuel(num){
	if (showHot){
jss = num;
document.images.PictureBox.src = preLoad[jss].src;
document.images.PictureBox.height = Caption_height[jss];
document.images.PictureBox.width = Caption_width[jss];
document.images.PictureBox.title = Caption[jss];
}}



function changeMessage(txt,obj,statut)
    {
	if (statut=='over') document.getElementById(obj).className='sous_menu_nom_artiste_over' ;
	else document.getElementById(obj).className='sous_menu_nom_artiste' ;
	document.getElementById(obj).innerHTML = txt;
    }

function changeMessage_menu(txt,obj,statut)
    {
	if (statut=='over') document.getElementById(obj).className='menu_over' ;
	else document.getElementById(obj).className='menu' ;
	document.getElementById(obj).innerHTML = txt;
    }
	
	function changeMessage_fleche(txt,obj,statut)
    {
	if (statut=='over') document.getElementById(obj).className='fleche_over' ;
	else document.getElementById(obj).className='fleche' ;
	document.getElementById(obj).innerHTML = txt;
    }

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function show(blocid) {
var monbloc1= document.getElementById(blocid);
if (!monbloc1) return;
monbloc1.style.display = "block";
}

function hide(blocid) {
var monbloc1= document.getElementById(blocid);
if (!monbloc1) return;
monbloc1.style.display = "none";
}


