document.write("      <table cellspacing='0' cellpadding='0' border='0' width='800'>");
document.write("        <tr>");
document.write("        <td align='center'>");

if (Current_Page=="home") {
document.write("          <a href='index.html' class='nav_item' style='font-weight: bold;'>Home</a>");
} else {
document.write("          <a href='index.html' class='nav_item'>Home</a>");
}

document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;");

if (Current_Page=="about") {
document.write("          <a href='about.html' class='nav_item' style='font-weight: bold;'>About Sanjania</a>");
} else {
document.write("          <a href='about.html' class='nav_item'>About Sanjania</a>");
}

document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;");

if (Current_Page=="quickfacts") {
document.write("          <a href='quickfacts.html' class='nav_item' style='font-weight: bold;'>Quick Facts</a>");
} else {
document.write("          <a href='quickfacts.html' class='nav_item'>Quick Facts</a>");
}

document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;");

if (Current_Page=="wheretogo") {
document.write("         <a href='wheretogo.html' class='nav_item' style='font-weight: bold;'>Where to Go</a>");
} else {
document.write("          <a href='wheretogo.html' class='nav_item'>Where to Go</a>");
}

/*
document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;");

if (Current_Page=="gallery") {
document.write("          <a href='gallery.html' class='nav_item' style='font-weight: bold;'>Gallery</a>");
} else {
document.write("          <a href='gallery.html' class='nav_item'>Gallery</a>");
}
*/

document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;");

if (Current_Page=="howto") {
document.write("          <a href='howto.html' class='nav_item' style='font-weight: bold;'>How To</a>");
} else {
document.write("          <a href='howto.html' class='nav_item'>How To</a>");
}

document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;");

if (Current_Page=="community") {
document.write("          <a href='community.html' class='nav_item' style='font-weight: bold;'>Community</a>");
} else {
document.write("          <a href='community.html' class='nav_item'>Community</a>");
}

document.write("&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;");

if (Current_Page=="estore") {
document.write("          <a href='estore.html' class='nav_item' style='font-weight: bold;'>E-Store</a>");
} else {
document.write("          <a href='estore.html' class='nav_item'>E-Store</a>");
}

document.write("        </td>");
document.write("        </tr>");
document.write("      </table> ");
