function popitup(url) {
	newwindow=window.open(url,'name','height=600,width=960');
	if (window.focus) {newwindow.focus()}
	return ;
}
