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