function popitup(url,wd,ht) {
	newwindow=window.open(url,'newWin','scrollbars=yes,outerWidth='+wd+',width='+wd+',height='+ht);
	if (window.focus) {newwindow.focus();}
	return false;
}