var flashinstalled = 0; 

if (document.URL != "http://tramway.angersloiremetropole.fr/index.php?id=52384")
{
	MSDetect = "false";
	if (navigator.mimeTypes && navigator.mimeTypes.length)  
	{
		x = navigator.mimeTypes['application/x-shockwave-flash'];
		if (x && x.enabledPlugin)
		{
			flashinstalled = 2;
		}
		else
		{
			flashinstalled = 1;
		}
	}
	else
	{MSDetect = "true";};
}



