function popitup(url) {
	newwindow=window.open(url,'name','height= 400,width=830,location,menubar,scrollbars,resizable');
	if (window.focus) {newwindow.focus()}
		return false;
}
