function quickNavigate(url) {
 if(url.length>0) {
  window.location.href=url;
 }
}
