function menuLink(linkLoc){
     if (linkLoc != ""){
     window.location=linkLoc;
     }
  }
