function Gotosite(url)
 {
  document.location = url;
 }  
 
 

