// JavaScript Document
function popup(url) {
	window.open(url, "slavetradePopup", "width=580,height=360,scrollbars");
}