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