function menuGo(lnk) {
    try{
        window.location.replace(lnk);
    }catch(er) {
        //
    }
}
