function img_popup(adresse,imgw,imgh) {
                winl = (screen.width - imgw) / 2;
                wint = (screen.height - imgh) / 2;
                window.open(adresse,'img_popup','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,menuBar=0,top='+wint+',left='+winl+',width='+imgw+',height='+imgh+'');
}
function popupRecommand(nom,adresse) {
                if (nom == 'do') {
                winl = (screen.width - 300) / 2;
                wint = (screen.height - 500) / 2;
                window.open(adresse,'RecommandSite','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,menuBar=0,top='+wint+',left='+winl+',width=300,height=500')
        }
}
function popupNewsletter(nom,adresse) {
                if (nom == 'do') {
                winl = (screen.width - 300) / 2;
                wint = (screen.height - 350) / 2;
                window.open(adresse,'Newsletter','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,menuBar=0,top='+wint+',left='+winl+',width=300,height=350')
        }
}
function popupPhotosNews(type,adresse) {
                if (type == 0) {
				w = 510;
				h = 424;
				}else{
				w = 510;
				h = 450;					
				}
                winl = (screen.width - w) / 2;
                wint = (screen.height - h) / 2;
                window.open(adresse,'popupPhotosNews','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,menuBar=0,top='+wint+',left='+winl+',width='+w+',height='+h+'')
}
function popupPhotosPages(type,adresse) {
                if (type == 0) {
				w = 510;
				h = 424;
				}else{
				w = 510;
				h = 450;					
				}
                winl = (screen.width - w) / 2;
                wint = (screen.height - h) / 2;
                window.open(adresse,'popupPhotosNews','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,menuBar=0,top='+wint+',left='+winl+',width='+w+',height='+h+'')
}
function popupPhotosAgenda(type,adresse) {
                if (type == 0) {
				w = 510;
				h = 424;
				}else{
				w = 510;
				h = 450;					
				}
                winl = (screen.width - w) / 2;
                wint = (screen.height - h) / 2;
                window.open(adresse,'popupPhotosAgenda','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,menuBar=0,top='+wint+',left='+winl+',width='+w+',height='+h+'')
}