function DoNav(theUrl)
{
  document.location.href = theUrl;
}

function insert(gif) 
{ 
  document.gb.comments.value +=gif; 
  return;       
} 
