browser_detection(5);


if(hasActiveX || navPlugins){
	if(!hasFlash){
		if(browsername="MSIE"){
		window.location = "../commun/flashdetect/noflash.html";
		}
		else{
		window.location = "../commun/flashdetect/noflash_nn.html";
		}
	}
}
else{
	if(browsername="MSIE"){
	window.location = "../commun/flashdetect/noflash.html";
	}
	else{
	window.location = "../commun/flashdetect/noflash_nn.html";
	}
}