function popitup(obj) {
	newwindow=window.open(obj.href,'name','height=350,width=350');
	if (window.focus) {newwindow.focus()}
	return false;
}