<!--
if (navigator.appVersion.indexOf("Mac") != -1) {
document.write('<LINK REL=stylesheet HREF="styles/stylmac.css" TYPE="text/css">'); }
else if (navigator.appVersion.indexOf("Linux") != -1) {
document.write('<LINK REL=stylesheet HREF="styles/styllinux.css" TYPE="text/css">'); }
else if (navigator.appName.indexOf("Netscape") != -1) {
document.write('<LINK REL=stylesheet HREF="styles/stylnet.css" TYPE="text/css">'); }
else {
document.write('<LINK REL=stylesheet HREF="styles/stylpc.css" TYPE="text/css">'); }
// -->


<!--
function motpasse()	{
	code = window.prompt("Entre le mot de passe :","Mot de passe");
	if (code == "picoboy") window.location="deadpic/deadpic.php";
	else window.alert("Mauvais mot de passe");
}
// -->


<!--
var nom="vide";
var largeur=0, hauteur=0;
function openWindow(nom,largeur,hauteur)	{
	popupwin=window.open(nom,"","scrollbars=yes,resizable=no,width="+largeur+",height="+hauteur+",left=50,top=50,toolbar=0,status=0");
}
// -->


<!--
var haut, gauche;
if (screen.width < 900)	{haut = 80; gauche = 130;}
if ( (screen.width > 900) && (screen.width < 1100) )	{haut = 80; gauche = 220;}
if ( (screen.width > 1100) && (screen.width < 1200) )	{haut = 80; gauche = 280;}
if (screen.width > 1200)	{haut = 80; gauche = 340;}

function menu_on()
{
	document.all["menu_club"].style.visibility='visible';
}

function menu_off()
{
	document.all["menu_club"].style.visibility='hidden';
}
// -->