/* Glowing Text Script- c Dynamic Drive (www.dynamicdrive.com) For full source code, installa�Ʀon￿￿ns��uc��ons, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ function glowit(which){ if (document.all.glowtext[which].filters[0].strength==3) document.all.glowtext[which].filters[0].strength=2; else document.all.glowtext[which].filters[0].strength=3; } function glowit2(which){ if (document.all.glowtext.filters[0].strength==3) document.all.glowtext.filters[0].strength=2; else document.all.glowtext.filters[0].strength=3; } function startglowing(){ if (document.all.glowtext&&glowtext.length){ for (i=0;i" + text.substring(i, i + 1) + ""); } } pubs=new Array(); liens=new Array(); pubT=0; pub = -1; function AfficherPub(pubs,pubDelay1) { pubDelay = pubDelay1; pub = pub + 1; if (pub == pubs.length) pub = 0; document.pubImg.src = pubs[pub]; pubT = setTimeout("AfficherPub(pubs,pubDelay)", pubDelay1); } function VersionNavigateur(Netscape, Explorer) { if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') || (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft')) return true; else return false; }