function popup (width, height, url) {
	var win = window.open (url, "cme-popup", "height=" + height + ", width=" + width);
	win.focus ();
}
