/* Page Navigation Menu */

document.write("<div style='padding: 12px 7px 12px 7px'>");

/* Home Page */
if (document.title == "20th Century Books - Small Press Comics, Comix, Manga, Science Fiction and Fantasy, Mystery - New and Used")
 {
  document.write("<p class='bar'><span style='font-weight: bold'>Home</span></p>");
  }
else
  {
  document.write("<p class='bar'><a href='index.html' alt='Home Page' title='Home Page'>Home</a></p>");
  }

/* Web Sales */
if (document.title == "20th Century Books - Web Sales")
 {
  document.write("<p class='bar'><span style='font-weight: bold'>Web Sales</span></a></p>");
  }
else
  {
  document.write("<p class='bar'><a href='WebSales.html' alt='Web Sales' title='Web Sales'>Web Sales</a></p>");
  }

/* Upcoming Events */
if (document.title == "20th Century Books - Upcoming Events")
 {
  document.write("<p class='bar'><span style='font-weight: bold'>Upcoming Events</span></a></p>");
  }
else
  {
  document.write("<p class='bar'><a href='Upcoming.html' alt='Upcoming Events' title='Upcoming Events'>Upcoming Events</a></p>");
  }

/* Hank's Writings */
if (document.title == "20th Century Books - Hank's Writings")
 {
  document.write("<p class='bar'><span style='font-weight: bold'>Hank's Writings</span></a></p>");
  }
else
  {
  document.write("<p class='bar'><a href='Scribble.html' alt='Hank's Writings' title='Hank's Writings'>Hank's Writings</a></p>");
  }

/* About Us */
if (document.title == "20th Century Books - About Us")
 {
  document.write("<p class='bar'><span style='font-weight: bold'>About Us</span></a></p>");
  }
else
  {
  document.write("<p class='bar'><a href='AboutUs.html' alt='About Us' title='About Us'>About Us</a></p>");
  }

/* Other Book Related Sites */
if (document.title == "20th Century Books - Other Dealers")
 {
  document.write("<p class='bar'><span style='font-weight: bold'>Other Book Related Sites</span></a></p>");
  }
else
  {
  document.write("<p class='bar'><a href='OtherDealers.html' alt='Other Book Related Sites' title='Other Book Related Sites'>Other Book Related Sites</a></p>");
  }

/* Book Rescue */
if (document.title == "20th Century Books - Book Rescue")
 {
  document.write("<p class='bar'><span style='font-weight: bold'>Book Rescue</span></a></p>");
  }
else
  {
  document.write("<p class='bar'><a href='BookRescue.html' alt='Book Rescue' title='Book Rescue'>Book Rescue</a></p>");
  }

/* Madison Area, South Central Wisconsin Bookstore Directory */
if (document.title == "20th Century Books - South Central Wisconsin Bookstore Directory")
 {
  document.write("<p class='bar'><span style='font-weight: bold'>South Central Wisconsin Bookstore Directory</span></a></p>");
  }
else
  {
  document.write("<p class='bar'><a href='BookstoreDirectory.html' alt='Madison Area, South Central Wisconsin Bookstore Directory' title='Madison Area, South Central Wisconsin Bookstore Directory'>South Central Wisconsin Bookstore Directory</a></p>");
  }

document.write("<div");
