function popUp(url, params) {
	var ST_newWindow;
	ST_newWindow = window.open(url, 'ST_window', params);
	return false;
}