function about(file) // simply opens a new window to tell about Keith
{
   window.open(file,null,"height=450,width=350,scrollbars=yes");
}