// Created by iWeb 3.0.1 local-build-20100322

setTransparentGifURL('Media/transparent.gif');function applyEffects()
{var registry=IWCreateEffectRegistry();registry.registerEffects({stroke_1:new IWStrokeParts([{rect:new IWRect(-1,1,2,222),url:'index_files/stroke.png'},{rect:new IWRect(-1,-1,2,2),url:'index_files/stroke_1.png'},{rect:new IWRect(1,-1,291,2),url:'index_files/stroke_2.png'},{rect:new IWRect(292,-1,2,2),url:'index_files/stroke_3.png'},{rect:new IWRect(292,1,2,222),url:'index_files/stroke_4.png'},{rect:new IWRect(292,223,2,2),url:'index_files/stroke_5.png'},{rect:new IWRect(1,223,291,2),url:'index_files/stroke_6.png'},{rect:new IWRect(-1,223,2,2),url:'index_files/stroke_7.png'}],new IWSize(293,224)),stroke_0:new IWEmptyStroke()});registry.applyEffects();}
function hostedOnDM()
{return false;}
function onPageLoad()
{loadMozillaCSS('index_files/indexMoz.css')
adjustLineHeightIfTooBig('id1');adjustFontSizeIfTooBig('id1');adjustLineHeightIfTooBig('id2');adjustFontSizeIfTooBig('id2');adjustLineHeightIfTooBig('id3');adjustFontSizeIfTooBig('id3');adjustLineHeightIfTooBig('id4');adjustFontSizeIfTooBig('id4');adjustLineHeightIfTooBig('id5');adjustFontSizeIfTooBig('id5');fixAllIEPNGs('Media/transparent.gif');IMpreload('index_files','shapeimage_1','0');IMpreload('index_files','shapeimage_2','0');IMpreload('index_files','shapeimage_3','0');IMpreload('index_files','shapeimage_4','0');IMpreload('index_files','shapeimage_5','0');IMpreload('index_files','shapeimage_6','0');applyEffects()}
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()", 10);//délai de deplacement
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){
}
}