/* ******************************* */ /* Visionneuse d'une page Magazine */ /* ******************************* */ //chemin des images var strPathImg = "/templates/llv/images/"; /* Fonction DstepPreload Precharge les "grandes" images en arriere plan au chargement de la page. Appelee dans le MyOnLoad de la page. */ function DstepPreload() { var doc=document; if(doc.images){ if(!doc.Drstp) doc.Drstp=new Array(); var i,j=doc.Drstp.length,a=DstepPreload.arguments;for(i=0; i' ; msg+= inputImg ; msg+= '' ; msg+= ''; msg += ''+inputTxt+'
'; if(inputFiche != "") { msgFiche = ''+altFiche+''; } if(inputDetail != "") { msgDetail = ''+altDetail+''; } msgZoom = ''+altZoom+'
'; /*alert("msgFiche="+msgFiche); alert("msgDetail="+msgDetail); alert("msgZoom="+msgZoom);*/ msg += msgFiche + msgDetail + msgZoom; if (ns6){ var lyr = document.getElementById('divText').innerHTML = msg; } else if (ie4){ document.all.divText.innerHTML = msg; } }