function nav(s, newWindow) {
    if (newWindow === true) window.open(s);
    else window.location = s;
}
