/*var allowSound = "true";

var NSsound = navigator.plugins && navigator.plugins["LiveAudio"];
var IEsound = navigator.plugins && document.all;
var audioEnabled = NSsound || IEsound;
*/
function init()
{
/*	if(getCookie("bckmusic")=="false")
	{
		document.bckmusic.stop();
		allowSound = "false";
		document.getElementById("speaker").src="images/spk_off.jpg"
	}
*/	
}
/*
function mutesound()
{
	if (allowSound=="false")
	{
	 	document.bckmusic.play();
    		setCookie("bckmusic", "true");
		document.getElementById("speaker").src="images/spk_on.jpg";
		allowSound="true";
    	}	
	else
	{
		document.bckmusic.stop();
    		setCookie("bckmusic", "false");
		document.getElementById("speaker").src="images/spk_off.jpg";		
		allowSound="false";
	}


}*/

//document.write('<embed name="bckmusic" src="Jarabe De Palo - Bonito.mp3" MASTERSOUND autostart="true" loop="true" hidden="true"></embed>');

document.write('<!-- Preload des images -->');
document.write('<img src="images/menu_liens_acces_o.jpg" alt="" style="display:none;"/>');
document.write('<img src="images/menu_video_o.jpg" alt="" style="display:none;"/>');
document.write('<img src="images/menu_carte_o.jpg" alt="" style="display:none;"/>');
document.write('<img src="images/menu_lieu_o.jpg" alt="" style="display:none;"/>');
document.write('<img src="images/menu_liens_acces.jpg" alt="" style="display:none;"/>');
document.write('<img src="images/menu_video.jpg" alt="" style="display:none;"/>');
document.write('<img src="images/menu_carte.jpg" alt="" style="display:none;"/>');
document.write('<img src="images/menu_lieu.jpg" alt="" style="display:none;"/>');

document.write('<table width="100%" height="100%" CELLPADDING="0" CELLSPACING="0"');
document.write('	<tr height="195">');
document.write('		<td class="fondperdu" rowspan=3 width="50%"></td>');
document.write('		<td width="800px">');
document.write('			<table width="800px" height="195px" CELLPADDING="0" CELLSPACING="0">');
document.write('				<tr>');
document.write('					<td rowspan="3">');
document.write('						<img src="images/header_left.jpg" width="259" height="195" alt=""/></td>');
document.write('					<td colspan="4">');
document.write('						<img src="images/header_top.jpg" width="416" height="80" alt=""/></td>');
document.write('					<td colspan="2" rowspan="3" align="right" valign="bottom" STYLE="background-image:url(images/header_right.jpg)" width="125px" height="195px">');
document.write('						<!--img id="speaker" STYLE="cursor: hand;" alt="Muet/Son" src="images/spk_on.jpg" onclick="mutesound();"/-->&nbsp;&nbsp;&nbsp;</td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td width="91"><a id="video" href="index.htm"><img src="images/blank.gif" alt="La Vidéo"/></a></td>');
document.write('					<td width="88"><a id="lieu" href="lieu.htm"><img src="images/blank.gif" alt="Le Lieu"/></a></td>');
document.write('					<td width="97"><a id="carte" href="carte.htm"><img src="images/blank.gif" alt="La Carte"/></a></td>');
document.write('					<td width="140"><a id="liens_acces" href="lien_acces.htm"><img src="images/blank.gif" alt="Liens &amp; accès"/></a></td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td colspan="4">');
document.write('						<img src="images/header_bottom.jpg" width="416" height="67" alt=""/></td>');
document.write('				</tr>');
document.write('			</table>');
document.write('		</td>');
document.write('		<td class="fondperdu" rowspan=3 width="50%"></td>');
document.write('	</tr>');
document.write('	<tr height="100%">');
document.write('		<td>');