<!--
function popitup(url) {
	newwindow=window.open(url,'name','height=185,width=417,scrollbars=no,status=no,toolbar=no,resizable=no');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->