function goTo(theURL) 
{
  window.location.href=theURL;
}



