


var text  = "mms belgique, c'est des logos en couleur, des sonneries polyphoniques et toujours plus de services mms !"
var speed = 200
var x = 0
function bb()
{
var a=text.substring(0,x)
var b=text.substring(x,x+1).toUpperCase()
var c=text.substring(x+1,text.length)
window.status = a + b + c
if (x == text.length)
{
x=0
}
else
{
x++
}
setTimeout("bb()",speed)
}
bb();


<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

//////////  script tableaux rollover

function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}
function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
source.style.backgroundColor=originalcolor
}


///// logos couleurs 

function ouvre(fichier,w,h) {
  ff=window.open(fichier,"leftFrame","width="+w+",height="+h+",left=10,top=10,scrollbars=no") ;
  titre="Apercu X5";
  if (ff) {
  ff.document.open(); 



 ff.document.write('<style>');
 ff.document.write('BODY{');
 ff.document.write('scrollbar-arrow-color: #FFFFFF;');
 ff.document.write('scrollbar-3dlight-color: #656E92;');
 ff.document.write('scrollbar-highlight-color: #A2B8D7;');
 ff.document.write('scrollbar-face-color: #656E92;');
 ff.document.write('scrollbar-shadow-color: #A2B8D7;');
 ff.document.write('scrollbar-darkshadow-color: #656E92;');
 ff.document.write('scrollbar-track-color: #343D5E;');
 ff.document.write('}');
 ff.document.write('<\/style>');
 ff.document.write('<\/head>');
ff.document.write('<body bgcolor="343D5E"onBlur="top.close()">');

ff.document.write('<div id="Layer1" style="position:absolute; left:0px; top:0px; width:158px; height:500px; z-index:1; visibility: visible"><img src="..\/telephone.gif" width="158" height="500" usemap="#Map" border="0"> ');
ff.document.write('  <map name="Map"> ');
ff.document.write('    <area shape="rect" coords="5,383,52,405" href="#" onmouseover="div1.style.display=\'block\';div2.style.display=\'none\';div3.style.display=\'none\';">');
ff.document.write('    <area shape="rect" coords="5,408,69,430" href="#" onmouseover="div2.style.display=\'block\';div1.style.display=\'none\';div3.style.display=\'none\';">');
ff.document.write('    <area shape="rect" coords="6,435,72,457" href="#" onmouseover="div3.style.display=\'block\';div1.style.display=\'none\';div2.style.display=\'none\';">');
ff.document.write('    <area shape="rect" coords="4,460,157,476" href="#" onmouseover="div1.style.display=\'none\';div2.style.display=\'none\';div3.style.display=\'none\';div4.style.display=\'none\';div5.style.display=\'none\';div6.style.display=\'none\';div7.style.display=\'none\';">');
ff.document.write('    <area shape="rect" coords="131,383,153,402" href="#" onmouseover="div4.style.display=\'block\';">');
ff.document.write('    <area shape="rect" coords="134,440,150,455" href="#" onmouseover="div7.style.display=\'block\';">');
ff.document.write('    <area shape="rect" coords="136,419,148,436" href="#" onmouseover="div6.style.display=\'block\';">');
ff.document.write('    <area shape="rect" coords="134,403,151,416" href="#" onmouseover="div5.style.display=\'block\';">');
ff.document.write('  <\/map>');
ff.document.write('<\/div>');
ff.document.write('<div id="Layer2" style="position:absolute; left:30px; top:66px; width:101px; height:80px; z-index:2; visibility: visible"><img src="'+fichier+'" width="101" height="81"><\/div>');
ff.document.write('<div id="Layer3" style="position:absolute; left:30px; top:66px; width:101px; height:80px; z-index:3; visibility: visible"><img src="..\/Base.gif" width="101" height="80"><\/div>');
ff.document.write('<div id=div1 style="position:absolute; left:60px; top:97px; width:39px; height:16px; display: none; z-index: 6"><img src="..\/sfr.gif" width="39" height="16"><\/div>');
ff.document.write('<div id=div2 style="position:absolute; left:56px; top:97px; width:53px; height:18px; display: none; z-index: 6"><img src="..\/Orange.gif" width="53" height="18"><\/div>');
ff.document.write('<div id=div3 style="position:absolute; left:51px; top:97px; width:62px; height:16px; display: none; z-index: 6"><img src="..\/bouygues.gif" width="62" height="16"><\/div>');

ff.document.write('<div id=div4 style="position:absolute; left:88px; top:66px; width:17px; height:13px; display: none; z-index: 7"><img src="..\/gprs+cadenas.gif" width="17" height="13"><\/div>');
ff.document.write('<div id=div5 style="position:absolute; left:55px; top:66px; width:13px; height:11px; display: none; z-index: 7"><img src="..\/msg.gif" width="13" height="11"><\/div>');
ff.document.write('<div id=div6 style="position:absolute; left:68px; top:66px; width:9px; height:13px; display: none; z-index: 7"><img src="..\/silence.gif" width="9" height="13"><\/div>');
ff.document.write('<div id=div7 style="position:absolute; left:117px; top:133px; width:14px; height:14px; display: none; z-index: 7"><img src="..\/hotline.gif" width="14" height="14"><\/div>');
ff.document.write('<\/body>');
 ff.document.close();
         }
  }


