   function ShowAbout()
   {
     var qt = '"';
     var featlength=4;
     var features=new Array(
     "70's Music Games.  Test your 70's music knowledge!  See the Fun N' Games page.  Includes the legacy Weekly Trivia question.",
     "Each day, an artist discography is presented for your enjoyment.  Also on the Fun N' Games page.",
     "We publish a quarterly e-newsletter all about the show.",
     "Broadcast information and show news is presented on the What's Happening page.");

     newwin = open ("","About", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,width=600,height=400");
     newwin.document.write("<title>About This Website</title>");
     newwin.document.write ("<link href=" + qt + "mystyle.css" + qt + " rel=" + qt + "stylesheet" + qt + " type=" + qt + "text/css" + qt + ">");
     newwin.document.write("<style type=" + qt + "text/css" + qt + ">");
     newwin.document.write("<!--");
     newwin.document.write("body { font: 12pt " + qt + "Arial" + qt + "; color: black; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; background-image: url(Background_45s.JPG) }");
     newwin.document.write("-->");
     newwin.document.write("</style>");
     newwin.document.write("<div style=" + qt + "margin-left: 0.2in; margin-top: 0.5em" + qt + "><H6>About Super Groovy 70's Fan Central</H6>");
     newwin.document.write("Super Groovy 70's Fan Central is a fans' website for the syndicated weekly Super Groovy 70's radio show.  Welcome!<br><br>This website has some great features.  Among them:");
     newwin.document.write("<ul style=" + qt + "margin-bottom: 0.5in" + qt + ">");
     for (i=0; i<featlength; i++) {
        newwin.document.write("<li style=" + qt + "margin-bottom:0.8em" + qt + ">"+features[i]+"</li>");
     }
     newwin.document.write("</ul>");
     newwin.document.write("<br><center><a href=# onClick=" + qt + "window.close(); return true" + qt + ">Close Window</a></center>");
     newwin.document.write("</div>");
     newwin.document.close();
   }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
