// Created by iWeb 2.0.3 local-build-20080622

var menu_defile;//l'élement a déplacer
var pscrnt = 0;//position verticale de départ
function texteDefile()
{
   if (typeof this.sens == 'undefined')
      this.sens = -1;
   if(!menu_defile)
      menu_defile = document.getElementById('menu_defile');
   if((pscrnt < -menu_defile.offsetHeight) || (pscrnt > 0))
      this.sens *= -1;
   pscrnt += this.sens * 1;//sens * nb de pixel par déplacement
   menu_defile.style.top = pscrnt+"px";
}
var timer = setInterval("texteDefile()", 5);//délai de deplacement
setTransparentGifURL('Media/transparent.gif');function applyEffects()
{var registry=IWCreateEffectRegistry();registry.registerEffects({shadow_0:new IWShadow({blurRadius:10,offset:new IWPoint(4.2426,4.2426),color:'#000000',opacity:0.750000})});registry.applyEffects();}
function hostedOnDM()
{return false;}
function onPageLoad()
{loadMozillaCSS('index_files/indexMoz.css')
fixAllIEPNGs('Media/transparent.gif');IMpreload('index_files','shapeimage_4','0');IMpreload('index_files','shapeimage_5','0');IMpreload('index_files','shapeimage_6','0');IMpreload('index_files','shapeimage_8','0');applyEffects()}
function ouvrir() {
var index=document.forms[0].elements[0].options.selectedIndex;
if (index>0) {
var page=document.forms[0].elements[0].options[index].value;
window.open(page,"","");
}
}
function opt_disabled(){
try {
var index=document.forms[0].elements[0].options.selectedIndex;
if (document.forms[0].elements[0].options[index].disabled){
while (document.forms[0].elements[0].options[index].disabled) index +=1;
document.forms[0].elements[0].options.selectedIndex = index;
}
return true;
}
catch(e){
}
}
agenda= new Image( );
agenda.src="index_files/agenda.png";
photos= new Image( );
photos.src="index_files/shapeimage_2.png";