function linkNav(str){

    document.location.href = str;
}

