posYmenuAASQA = 10;
posXmenuAASQA = 10;
bgcolorAASQA='#DFE7FF';
bgcolor2AASQA='#B9CBFF';

document.write('<style type="text/css">');
document.write('.cadreAASQA {position:absolute ; VISIBILITY: hidden; top:'+posYmenuAASQA +'px; left:'+posXmenuAASQA +'px; z-index:20; }')
document.write('</style>')
document.write('<DIV class=cadreAASQA id=\'calqueAASQA\'>s </DIV>');


var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { TypecalqueAASQA = document.calqueAASQA }
else if (dom) { TypecalqueAASQA = document.getElementById("calqueAASQA").style }
else if (iex) { TypecalqueAASQA = calqueAASQA.style }



function AfficheAASQA(Nom,url,posXmenu,posYmenu,event)
  {
   cadreAASQA(Nom,url,posXmenu,posYmenu,event)
  }

function cadreAASQA(msg,url,posXmenuAASQA,posYmenuAASQA,event)
  {
    TypecalqueAASQA.visibility = "hidden";
    var content='<span class="affiche_assqa">'+msg+'</span>'
    if (nava)
      { //netscap communicator 4
       posXSouris = event.pageX;
       posYSouris = event.pageY;
       //alert(posYSouris)
       TypecalqueAASQA.document.write(content);
       TypecalqueAASQA.document.close();
       TypecalqueAASQA.visibility = "visible";
       //TypecalqueAASQA.MozOpacity=0.5;
      }
      else
         if (dom)
          { //netscap 6 et ie
           //netscape
           if (navigator.appName.substring(0,3) == "Net")
             {posXSouris = event.pageX;
              posYSouris = event.pageY;
             }
             else
               {//ie
               posXSouris  = event.x+document.body.scrollLeft ;
               posYSouris  = event.y+document.body.scrollTop;
               }
           //alert(posYSouris)
           document.getElementById("calqueAASQA").innerHTML = content;
           TypecalqueAASQA.visibility = "visible";
           TypecalqueAASQA.filter= "Alpha(opacity=90,finishopacity=90,style=2)";

           }

  if ((posYmenuAASQA=='') || (nava))
     {
      TypecalqueAASQA.top = posYSouris +20 ;
      TypecalqueAASQA.left = posXSouris +20;
     }
      else
         {TypecalqueAASQA.top = posYSouris ;//385  ;
           TypecalqueAASQA.left = posXSouris;//350 ;
         }

  }
function killAasqa()
{
    TypecalqueAASQA.visibility = "hidden";

}
//document.onclick = killAasqa;


