ver = navigator.appVersion.substring(0,1)
if (ver >= 4)
{
document.write('<DIV ID="cache"><TABLE BORDER=0 CELLPADDING=2 CELLSPACING=0><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><TR>	<TD ALIGN=center VALIGN=middle><FONT FACE="Verdana" SIZE=4 COLOR=white><BR>Chargement en cours....<BR><BR></FONT></TD></TR></TABLE></TD></TR></TABLE></DIV>');
var navi = (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 4);
var HIDDEN = (navi) ? 'hide' : 'hidden';
var VISIBLE = (navi) ? 'show' : 'visible';
var cache = (navi) ? document.cache : document.all.cache.style;
largeur = screen.width;
cache.left = 500;
//Math.round((largeur/2)-400);
cache.visibility = VISIBLE;
}

function cacheOff()
{
if (ver >= 4)
{
cache.visibility = HIDDEN;
}
}


if (!document.layers&&!document.all)
event="test"
function showtip(current,e,text){

 if (document.all){
  thetitle=text.split('<br>')
  if (thetitle.length>1){
  thetitles=''
  for (i=0;i<thetitle.length;i++)
  thetitles+=thetitle[i]
  current.title=thetitles
 }
 else
  current.title=text
 }
 else if (document.layers){
  document.tooltip.document.write('<layer bgColor="lightyellow" '
     +'style="border:1px solid black;font-size:12px;color:black">'
	 +text+'</layer>')
  document.tooltip.document.close()
  document.tooltip.left=e.pageX-10
  document.tooltip.top=e.pageY+20
  document.tooltip.visibility="show"
 }
}

function hidetip(){
 if (document.layers)
 document.tooltip.visibility="hidden"
}

