function runSlideShow(){

	if (document.all){
		document.images.SlideShow.style.filter="blendTrans(duration=2)"
		document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"
		document.images.SlideShow.filters.blendTrans.Apply()
	}
	document.images.SlideShow.src = preLoad[j].src
	document.getElementById("Lien_panier").href = Link_panier[j]
	document.getElementById("Lien_pdt1").href = Link_pdt[j]
	document.getElementById("Lien_pdt2").href = Link_pdt[j]
	document.getElementById("Lien_pdt3").href = Link_pdt[j]
	document.getElementById("Lien_pdt4").href = Link_pdt[j]
	
	if (document.all){
		document.images.SlideShow.filters.blendTrans.Play()
	}
	j = j + 1
	if (j > (p-1)) j=0
	t = setTimeout('runSlideShow()', slideShowSpeed)
}
function ouvre_popup(page, width, height) {
	window.open(page,"nom_popup","menubar=no, status=no, scrollbars=no, menubar=no, width="+width+", height="+height+"");
}