//-------------------------------------------------------------------
// a besoin des fontions fadeBackground et ToHexa qui se trouves dans index.php
//-------------------------------------------------------------------

//alert(top.Enhancements);
   if (top.Enhancements) {
      // Rich background...
      document.writeln('<BODY BGCOLOR="#FFFFFF">');
      // ... and nice visual fade in efect
      if (top.DoFade)
		top.fadeBackground(document, 0x00,0x00,0x00, 0xFF,0xFF,0xFF, 100);
      // (only Fade at first load !)
      top.DoFade = false;
   }
   else
      document.writeln('<BODY BGCOLOR="#FFFFFF">');

