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