function resolution(){
	var largeur=screen.width
	var hauteur=screen.height
	if(largeur==800 && hauteur==600) {window.location.replace("index.php?res=800")}
}

function fond_gauche() {
	document.getElementById('gauche').className = 'fond_gauche';
}

function fond_droite() {
	document.getElementById('droite').className = 'fond_droite';
}

function searchZone(idpays, langue) {
	sw=Math.round((screen.availWidth-658)/2);
	sh=Math.round((screen.availHeight-450)/2);
	w=open("popup-distrib.php?pays="+idpays+"&langue="+langue,"distributeur","width=658,height=450,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}

function PopupSite() {
	sw=Math.round((screen.availWidth-1004)/2);
	sh=Math.round((screen.availHeight-600)/2);
	titre="Jadis";
	window.open("site.php",titre,"width=1004,height=600,toolbar=no,scrollbars=no,resizable=no,top="+sh+",left="+sw+"");
}

function PopupImg(img) {
	w=open("popup-img.php?img="+img,"image","width=400,height=400,menubar=no,toolbar=no,scrollbars=no,resizable=no,top=0,left=0");
}
function PopupImg25(img) {
	w=open("popup-img25.php?img="+img,"image","width=400,height=400,menubar=no,toolbar=no,scrollbars=no,resizable=no,top=0,left=0");
}

function PopupArticle(type,id,langue) {
	sw=Math.round((screen.availWidth-658)/2);
	sh=Math.round((screen.availHeight-450)/2);
	w=open("popup-article.php?type="+type+"&id="+id+"&lang="+langue,"article","width=658,height=450,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}

function PopupFaq(langue) {
	sw=Math.round((screen.availWidth-658)/2);
	sh=Math.round((screen.availHeight-450)/2);
	w=open("popup-faq.php?lang="+langue,"faq","width=658,height=450,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}

function Popuppreamp(produit,langue){
	sw=Math.round((screen.availWidth-658)/2);
	sh=Math.round((screen.availHeight-450)/2);
	titre="Produits";
	window.open("popup-preamp.php?id="+produit+"&lang="+langue,titre,"width=658,height=450,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}

function Popupampui(produit,langue){
	sw=Math.round((screen.availWidth-658)/2);
	sh=Math.round((screen.availHeight-450)/2);
	titre="Produits";
	window.open("popup-ampui.php?id="+produit+"&lang="+langue,titre,"width=658,height=450,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}

function Popupampint(produit,langue){
	sw=Math.round((screen.availWidth-658)/2);
	sh=Math.round((screen.availHeight-450)/2);
	titre="Produits";
	window.open("popup-ampint.php?id="+produit+"&lang="+langue,titre,"width=658,height=450,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}

function Popupdrive(produit,langue){
	sw=Math.round((screen.availWidth-656)/2);
	sh=Math.round((screen.availHeight-450)/2);
	titre="Produits";
	window.open("popup-drive.php?id="+produit+"&lang="+langue,titre,"width=656,height=450,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}

function Popupcables(produit,langue){
	sw=Math.round((screen.availWidth-658)/2);
	sh=Math.round((screen.availHeight-450)/2);
	titre="Produits";
	window.open("popup-cables.php?id="+produit+"&lang="+langue,titre,"width=658,height=450,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}

function Popupdivers(produit,langue){
	sw=Math.round((screen.availWidth-658)/2);
	sh=Math.round((screen.availHeight-450)/2);
	titre="Produits";
	window.open("popup-divers.php?id="+produit+"&lang="+langue,titre,"width=658,height=450,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}

function PopupUne(langue){
	sw=Math.round((screen.availWidth-658)/2);
	sh=Math.round((screen.availHeight-450)/2);
	titre="Une";
	window.open("popup-une.php?lang="+langue,titre,"width=658,height=450,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}
 
/* Newsletter */
function InscNews(langue){
	sw=Math.round((screen.availWidth-658)/2);
	sh=Math.round((screen.availHeight-450)/2);
	titre="Inscription";
	window.open("popup-inscription.php?langue="+langue,titre,"width=658,height=450,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}
function DesinscNews(langue){
	sw=Math.round((screen.availWidth-658)/2);
	sh=Math.round((screen.availHeight-450)/2);
	titre="Desinscription";
	window.open("popup-desinscription.php?langue="+langue,titre,"width=658,height=450,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}
function derNews(id,langue){
	sw=Math.round((screen.availWidth-850)/2);
	sh=Math.round((screen.availHeight-450)/2);
	titre="Newsletter";
	window.open("newsletter.php?id="+id+"&langue="+langue,titre,"width=850,height=450,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}

/* 25th */
function popup25(langue){
	sw=Math.round((screen.availWidth-800)/2);
	sh=Math.round((screen.availHeight-600)/2);
	titre="25";
	window.open("popup-25th.php?langue="+langue,titre,"width=800,height=600,toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw+"");
}