function about() {
open("about.html","AboutWin","scrollbars=yes,width=600,height=600");
}

function openWindow(myLink,windowName)
{
if(! window.focus)return;
var myWin=window.open("",windowName,"height=600,width=400,dependent=yes,scrollbars=yes");
myWin.focus();
myLink.target=windowName;
}

document.write("<TABLE><TR><TD valign='top' width='165'><img src='spacer.gif' width=150 height=1>");
document.write("<A href=index.html>");
document.write("<img border=0 src='images/thumb_logo.gif'></A>");
document.write("<BR>");
document.write("<BR><BR>");
document.write("<TABLE><TR><TD bgcolor=#FFFFE0>");
//document.write("                <a class='myMenu' href='news.html'> News</a>");
document.write("    <a class='myMenu' href='bio.html'> Biography</a>");
document.write("        <BR>        <a class='myMenu' href='disc.html'> Discography</a>");
document.write("      <BR>          <a class='myMenu' href='film.html'> Filmography</a>");
document.write("      <BR>         <a class='myMenu' href='jos.html'> JOS Records</a>");
document.write("          <BR>    <a  class='myMenu' href='sound.html'> Audio Clips");
//document.write("              <BR>  <a class='myMenu' href='other_info.html'> More Information </a>");
document.write("<BR>                <a  class='myMenu' href='faq.html'>FAQ</a>");
//document.write("    <BR>         <a class='myMenu' href='guests.html' > Guestbook</a>");
//document.write("        <BR>     <a class='myMenu' href='site.html' onclick=\"javascript:openWindow(this,'site_map')\" > Site Map</a>");
document.write("            <BR><a class='myMenu' href='javascript:about()'> About This Site</a>");
document.write("</TD></TR>");
document.write("<TR><TD><BR><BR>");
document.write("<CENTER><A href='countdown_info.html'><IMG border='0' SRC='images/countdown_thumb.jpg' alt='The Final Countdown'></a>");
document.write("</CENTER>");
document.write("</TD></TR></TABLE>");
document.write("<BR>");

document.write("</TD><TD valign='top' width='600'>");
document.write("<CENTER><img src='images/jslogo.gif'></CENTER>");
