<!--
var ascenseur=false

isNS4 = (document.layers) ? true : false;
isIE4 = (document.all && !document.getElementById) ? true : false;
isIE5 = (document.all && document.getElementById) ? true : false;
isNS6 = (!document.all && document.getElementById) ? true : false;	

if (isIE5 || isIE4)
{
var ascenseurHeight=divContainer.offsetHeight;
if (divContent.offsetHeight>=divContainer.offsetHeight)
{
var LocationBottom=divContainer.offsetHeight-divContent.offsetHeight
ascenseur=true
}
}

if (isNS4)
{
var ascenseurHeight=document.divContainer.clip.height;
if (document.divContainer.document.divContent.document.height>=document.divContainer.clip.height)
{
var LocationBottom=document.divContainer.clip.height-document.divContainer.document.divContent.document.height
ascenseur=true
}
}

if (isNS6)
{

var elm1 = document.getElementById("divContainer");
var elm2 = document.getElementById("divContent");
var ascenseurHeight=elm1.offsetHeight;
if (elm2.offsetHeight>elm1.offsetHeight)
{
var LocationBottom=elm1.offsetHeight-elm2.offsetHeight
ascenseur=true
}
}

var CorrectedPath;
if (CorrectedPath==null){CorrectedPath="";}

if (ascenseur==true)
{
var mypath=location.href
var lastslash=mypath.lastIndexOf("/")
var rep=mypath.substring(lastslash-2,lastslash)
document.write("<div id=\"divAscenseur\"><table width=\"10\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"" + ascenseurHeight + "\">\n<tr>\n<td valign=\"top\" height=50><a href=\"#\" onClick=\"gotoTop();return false\" onMouseOver=\"status='';PerformScroll(-7)\" onMouseOut=\"CeaseScroll()\"><img src=\"http:\/\/www.andre-belfort.com\/img\/navigation\/arrow_up.gif\" width=\"10\" height=\"10\" border=\"0\"><\/a><\/td>\n<\/tr>\n<tr>\n<td valign=\"bottom\"><a href=\"#\" onClick=\"gotoBottom();return false\" onMouseOver=\"status='';PerformScroll(7)\" onMouseOut=\"CeaseScroll()\"><img src=\"http:\/\/www.andre-belfort.com\/img\/navigation\/arrow_down.gif\" width=\"10\" border=\"0\"><\/a><\/td>\n<\/tr>\n<\/table><\/div>");
}
//-->

