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

