// Code banniere

banniere = "minibanniere.png";
root_site = "http://www.peuples.org/wpp";
banner="<div align=\"center\"><img src=\"" + root_site + "/ring/" + banniere + "\" width=\"200\" height=\"56\" border=\"0\" usemap=\"#BanMap\">\
		  <map name=\"BanMap\" id=\"BanMap\">\
			<area shape=\"rect\" coords=\"17,0,57,35\" href=\"" + root_site + "/ring/go.php?prv=" + site_id + "\" alt=\"Site Précédant\">\
			<area shape=\"rect\" coords=\"143,1,184,38\" href=\"" + root_site + "/ring/go.php?nxt=" + site_id + "\" alt=\"Site Suivant\">\
			<area shape=\"rect\" coords=\"60,1,140,61\" href=\"" + root_site + "\" alt=\"Portail des Peuples Premiers\">\
		  </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();

