function launchWin(urlPath, winName, params) {
	winName = window.open (urlPath,winName,params);
	winName.focus();
}