function viewHi() // simply opens a new window to tell about Keith
{
   window.open("sampHi.html",null,"height=550,width=769,scrollbars=yes");
}

function viewLo() // simply opens a new window to tell about Keith
{
   window.open("sampLo.html",null,"height=550,width=569,scrollbars=yes");
}
