
<!--

/*if (windowsmedia_en.ver9)
{
	// Do Windows Media 9.0 stuff
	// See notes below for compatibility issues.
	document.formu.winmedia.value = "Vous avez Windows Media Player 9 ou ultérieur";
}
else*/ 
if (windowsmedia_en.installed)
{
	// do Windows Media stuff
	document.formu.winmedia.value = "> Windows Media Player is correctly installed";
}
else
{
	// Windows Media is NOT installed.  Do something else.
	document.formu.winmedia.value = "> You have to download Windows Media Player";
}

-->
