function popup( url, name, width, height ) {
	window.open( url, name, 'menubar=no, resizable=no, scrollbars=no, width='+width+', height='+height);
}