function popup(url, w, h) {
	window.open('/' + url + '/index.html', '_blank', 'width=' + w + ',height=' + h + ',scrollbars=yes');
}