function butineurCall(){
	/* repertories:
	Gecko =  
	-	firefox
	-	mozilla
	-ie
	-opera (via detection ie!)
	
	*/
var cheminimg = "../../../../../bbtk/sJS/butineurs/0/i/list/";

Navigateur = navigator.appName;
  var agent = navigator.userAgent;
  
if (Navigateur == 'Netscape')
{/* alors Netscape / ou Mozilla ou Firefox */
/*rechercher dans la chaine de caractere le nom du navigateur */
/*MOZILLA*//*Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910*/
/*FIREFOX*//*Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.12) Gecko/20050919 Firefox/1.0.7*/
	if (agent.indexOf("Gecko", 1)!=-1)
	{	
		if( agent.indexOf("Firefox", 1)!=-1)	
		{retour = "firefox";		
		/*retour += "<span style='color: rgb(255, 121, 0);'><strong>" + "vive FIREFOX !! " + "</strong></span>";*/
		}
		else/* Gecko autre que Firefox*/		
		{retour = "mozilla";
		/*retour += "<span style='color: rgb(255, 121, 0);'><strong>" + "vive GECKO !!" + "</strong></span>";*/
		}
	}
}
else if (Navigateur == 'Microsoft Internet Explorer')
{
/*? es-ce opera qui feinte */
	if( agent.indexOf("Opera", 1)!=-1)	
	{retour = "opera";
	/*retour += "<span style='color: rgb(255, 121, 0);'><strong>" + "OPERA : espece de feinteur tu t fait passer pour IE !!" + "</strong></span> bug connu sous Opera : en gabarit fixe certaines images disparaissent au redimessionnemnt ou scoll";*/
	}
	else/* IE */		
	{retour = "ie";
	/*retour+="<span style='color: rgb(255, 121, 0);'><strong>booooooo ! Internet Explorer</strong></span> bug connu sous IE : en dessous de 800px de largeur le gabarit par defaut mord à froite";*/
	}		
}
else
{/*navigateur inconnu*/
retour = "?"
/*"<span style='color: rgb(200, 200, 200);'><strong>" + "Navigateur non r&eacutepertorié" + "</strong></span>";*/
}
return  retour;
}

<!--
function infonavigateur(){
var cheminimg = "../../../../../bbtk/sJS/butineurs/0/i/list/";

/*  "../../elts/icoS/navigateurs/list/"*/
<!-- /*"../../../icoS/navigateurs/list/";*/-->"

Navigateur = navigator.appName;
  var agent = navigator.userAgent;
  
var retour= "<span style='background-color:#FFFFFF'>";
if (Navigateur == 'Netscape')
{/* alors Netscape / ou Mozilla ou Firefox */
/*retour+="<span style='color: rgb(255, 121, 0);'><strong>Vive les navigateurs compatible</strong></span>";*/

/*rechercher dans la chaine de caractere le nom du navigateur */
/*MOZILLA*//*Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910*/
/*FIREFOX*//*Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.12) Gecko/20050919 Firefox/1.0.7*/
	if (agent.indexOf("Gecko", 1)!=-1)
	{	retour += "<img title='moteur gecko' alt='gecko compatible' src='../../../../../I/CREATION%20GABARITS/bbtk/sJS/butineurs/0/s/%22%20+%20cheminimg%20+%20%22gecko.gif' />";
		if( agent.indexOf("Firefox", 1)!=-1)	
		{retour += "<img title='butineur firefox' alt='firefox compatible' src='../../../../../I/CREATION%20GABARITS/bbtk/sJS/butineurs/0/s/%22%20+%20cheminimg%20+%20%22firefox.gif' />";		
		/*retour += "<span style='text-decoration:blink; font-size:0.6em;vertical-align:super; '>vive FIREFOX !! </span>";	*/
		/*retour += "<span style='color: rgb(255, 121, 0);'><strong>" + "vive FIREFOX !! " + "</strong></span>";*/
		}
		else/* Gecko autre que Firefox*/		
		{retour += "<img title='butineur/suite mozilla' alt='mozilla compatible' src='../../../../../I/CREATION%20GABARITS/bbtk/sJS/butineurs/0/s/%22%20+%20cheminimg%20+%20%22mozilla.png' />";
		/*retour += "<span style='color: rgb(255, 121, 0);'><strong>" + "vive GECKO !!" + "</strong></span>";*/
		}
	}
}
else if (Navigateur == 'Microsoft Internet Explorer')
{
/*? es-ce opera qui feinte */
	if( agent.indexOf("Opera", 1)!=-1)	
	{retour += "<img title='butineur opera' alt='opera compatible' src='../../../../../I/CREATION%20GABARITS/bbtk/sJS/butineurs/0/s/%22%20+%20cheminimg%20+%20%22opera.gif' />";
	/*retour += "<span style='color: rgb(255, 121, 0);'><strong>" + "OPERA : espece de feinteur tu t fait passer pour IE !!" + "</strong></span> bug connu sous Opera : en gabarit fixe certaines images disparaissent au redimessionnemnt ou scoll";*/
	}
	else/* IE */		
	{retour += "<img title='butineur ie' alt='ie compatible' src='../../../../../I/CREATION%20GABARITS/bbtk/sJS/butineurs/0/s/%22%20+%20cheminimg%20+%20%22ie.gif' />";
   	/*retour += "<span style='text-decoration:blink; font-size:0.6em;vertical-align:super; '> Utilisateur IE :</span>";	
	
	retour += "<a href='http://www.mozilla.com/'><img title='Solutions Actives recommande Gecko/ Firefox' alt='firefox compatible' src='../../../../../I/CREATION%20GABARITS/bbtk/sJS/butineurs/0/s/%22%20+%20cheminimg%20+%20%22firefox.gif' /></a>";
	retour += "<a href='index.php?id=choixbutineurs'><span style='text-decoration:blink; font-size:0.6em;vertical-align:super; cursor:help;'> Pourquoi Solutions Actives recommande Gecko/ Firefox (index.php choixbutineurs) </span>";	
	*/
	
	/*retour+="<span style='color: rgb(255, 121, 0);'><strong>booooooo ! Internet Explorer</strong></span> bug connu sous IE : en dessous de 800px de largeur le gabarit par defaut mord à froite";*/
	}		
}
else
{/*navigateur inconnu*/
retour += "<span style='color: rgb(200, 200, 200);'><strong>" + "Navigateur non r&eacutepertorié" + "</strong></span>";
}

/*
retour += "<br>" + "appName " + "<strong>" + navigator.appName + "</strong>";
retour += "<br>" + "appCodeName " +  "<strong>" +  navigator.appCodeName + "</strong>";
retour += "<br>" + "appVersion " +  "<strong>" +  navigator.appVersion + "</strong>";
retour += "<br>" + "userAgent " +  "<strong>" + navigator.userAgent + "</strong>";

retour += "<br>" ;
retour += "<br>" + "cookieEnabled " +  "<strong>" +    navigator.cookieEnabled + "</strong>";

retour += "<br>" ;
retour += "<br>" + "product " +  "<strong>" +  navigator.product + "</strong>";
retour += "<br>" ;
retour += "<br>" + "cpu " +  "<strong>" +   navigator.oscpu  + "</strong>";
*/
<!--retour += "<br>" + "userLanguage " +  navigator.userLanguage;-->
<!--retour += "<br>" + "userProfile " +  navigator.userProfile;-->


<!--retour += "<br>" + "appMinorVersion " +  navigator.appMinorVersion;-->


<!--retour += "<br>" + "onLine " +  navigator.onLine;-->



<!--retour += "<br>" + "langage " +  navigator.langage;-->
<!--retour += "<br>" + "browserLanguage " +  navigator.browserLanguage;-->


<!--retour += "<br>" + "plateform " +  navigator.plateform;-->





/*
userAgent
userLanguage
userProfile

appCodeName
appMinorVersion
appVersion

browserLanguage
langage

cookieEnabled
securityPolicy
onLine

plateform
cpuClass
oscpu
systemLanguage

mimeTypes[]

product
productSub
*/

retour +="</span>";
return  retour;

}
//-->