function adminPopup(name, url, width, height) {
	window.open(url,name,"menubar=no,width="+width+",height="+height+",toolbar=no");
}

