// Gestion du player audio
function player() {
    window.open ("http://"+document.domain+"/static/zik.php", "player","menubar=no, status=no, scrollbars=no, menubar=no, width=350, height=400");
    self.focus();
}

// Gestion du player audio
function popMdp() {
    window.open ("http://"+document.domain+"/client/pop_passw.php", "mdp","menubar=no, status=no, scrollbars=no, menubar=no, width=350, height=400");
}

// Message par defaut newsLetter
function effaceTxtBoxNl(){
	document.getElementById("txtBoxLetter").value="";
}


$(document).ready(function() {
						   
		//On prépare le menu
		menu();
		//On l'execute une foi
		redim();
		//On redimentionne le site en fonction de la fenêtre
		$(window).resize(function(){
			redim();
		});
});
