function launchWindow(url) {
	helpWindow = window.open(url, 'help', ['width=470', 'height=380', 'scrollbars=yes'])
	helpWindow.opener.name = "opener";
	helpWindow.top.focus();
}
