// Code banniere
banniere = "ban.png";
root_site = "http://www.peuples.org/wpp";
banner="<div align=\"center\"><img src=\"" + root_site + "/ring/" + banniere + "\" width=\"416\" height=\"90\" border=\"0\" usemap=\"#BanMap\">\
		  <map name=\"BanMap\" id=\"BanMap\">\
			<area shape=\"rect\" coords=\"11,33,126,57\" href=\"" + root_site + "/ring/go.php?prv=" + site_id + "\" alt=\"Site Précédant\">\
			<area shape=\"rect\" coords=\"133,33,230,57\" href=\"" + root_site + "/ring/go.php?nxt=" + site_id + "\" alt=\"Site Suivant\">\
			<area shape=\"rect\" coords=\"319,3,411,18\" href=\"" + root_site + "\" alt=\"Portail des Peuples Premiers\">\
			<area shape=\"circle\" coords=\"282,42,44\" href=\"" + root_site + "\" alt=\"Portail des Peuples Premiers\">\
			<area shape=\"rect\" coords=\"369,19,411,30\" href=\"" + root_site + "/forum\" alt=\"Forum WPP\">\
			<area shape=\"rect\" coords=\"369,31,411,42\" href=\"" + root_site + "/infos.php\" alt=\"Infos WPP\">\
			<area shape=\"rect\" coords=\"369,44,411,54\" href=\"" + root_site + "/liens.php\" alt=\"Liens WPP\">\
		  </map>\
	  </div>";
document.write(banner);

// Code POPUP
var h=319;
var l=282;
var winl = (screen.width) ? (screen.width-l)/2 : 0;
var wint = (screen.height) ? (screen.height-h)/2 : 0;
winprops = 'height='+h+',width='+l+',top='+wint+',left='+winl+',status=0,toolbar=0,scrollbars=0,resizable=0' 
wpp_popup = window.open("http://www.peuples.org/wpp/popup/popup.html", "PEUPLES_PREMIERS", winprops);

self.focus();
