<!--

function popwin(url,width,height)
{var newwindow;newwindow=window.open(url,'VitalPoint','width='+width+',height='+height+',status=0');if (window.focus) {newwindow.focus()}}


//-->
