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