function popup(url, w, h) {
	window.open(url, 'popup', 'width=' + w + ',height=' + h + ',scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes,location=yes');
}