function popitup(url,param) {
	newwindow=window.open(url,'name',param);
	if (window.focus) {newwindow.focus()}
	return false;
}
