<!--
function popitup(url)
{
	newwindow=window.open(url,'name','status=1,toolbar=no,resizable=yes,scrollbars=yes,height=760,width=700');
	if (window.focus) {newwindow.focus()}
}

// -->
