function gotoURL(url){
  if(url != ""){
    document.location = url;
  }
}
