<!--

ver=parseInt(navigator.appVersion)
ie4=(ver>3  && navigator.appName!="Netscape")?1:0
ns4=(ver>3  && navigator.appName=="Netscape")?1:0
ns3=(ver==3 && navigator.appName=="Netscape")?1:0

function initMusic()
{
    if (ie4)
        window.open("music.html", "_media", "screenX=1500, left=1500, width=200, height=150, status=no, toolbar=no, menubar=no, location=no");
	self.location = "accueil.html";
}

function playSound() {
 if (ie4) document.all['Bear'].src='/sound/bear.au';
}

function stopSound() {
 if (ie4) document.all['BGSOUND_ID'].src='jsilence.au';
}

function autoClose()
{
    var howLong = 315000;
	t = null;
	t = setTimeout("self.close()", howLong);
}

function playMusic()
{
	if (ie4)
		document.write("<BGSOUND SRC='sound/Leprofes.mid' LOOP='1'>");
}

function Grizzly()
{
	if (navigator.appName == "Microsoft Internet Explorer")
		document.write("<BGSOUND id='Bear' LOOP='1' SRC='jsilence.mid'>");
}

//-->
