function popitup(url) {
	newwindow=window.open(url,'name','height=900, width=950,resizable=1,scrollbars=1,toolbar=0,');
	if (window.focus) {newwindow.focus()}
	return false;
}
