function popup(basePath, name, width, height) {
	window.open(basePath, name, 'width=' + width +', height=' + height +', toolbar=no, location=no, resizable=no, top=300, left=400, scrollbars=yes');
}