
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

mafenetrefit = window.name;
if(window.name!="fitness"){
	window.name = "fitness";
	mafenetrefit = window.name;
	mafenetrefit.focus();
}
//-->


function affCom(div)
{
	var com = document.getElementById(div);
	if(com.style.display == "block") com.style.display = "none";
	else com.style.display = "block";
}


function favoris() 
{
	if ( navigator.appName != 'Microsoft Internet Explorer' )
	{ 
		window.sidebar.addPanel("BSA Shop","http:/www.bsa-shop.fr",""); 
	}
	else 
	{ 
		window.external.AddFavorite("http://www.www.bsa-shop.fr","BSA Shop"); 
	} 
}