// ****************************************************************************
// *                                                                          *
// *                          Copyright 2000                                  *
// *                       CHECCO COMPUTER SERVICES                           *
// *                        All Rights Reserved.                              *
// *                                                                          *
// *     This software contains proprietary and confidential information      *
// *     belonging to CHECCO COMPUTER SERVICES, and may not be decompiled,    *
// *     disassembled, disclosed, reproduced or copied without the prior      *
// *     written consent of CHECCO COMPUTER SERVICES.                         *
// *                                                                          *
// ****************************************************************************
function createTitleBar()
{
   //document.write("Center Ice");
}

function createMenuBar()
{
//document.writeln("<img src='/images/hockey/ahlb.gif' border=0>");
//document.writeln("<img src='/images/hockey/nhl.gif' border=0>");
//document.writeln("<img src='/images/hockey/usa.gif' border=0>");
//document.writeln("<img src='/images/hockey/wphl.gif' border=0>");
}

function createSideBar()
{
   createLinkEntry(0,"What's New");
   createLinkEntry(1,"Tips and Tricks","/tips/200303.html","sub");

   createLinkEntry(0,"Online-Catalog");
   createLinkEntry(1,"Specials & Closeouts","/specials.html","sub");
   //createLinkEntry(1,"Closeouts","/cgi-bin/store/lobby.pl?Store=pecks","sub");
   
   createLinkEntry(0,"About Peck's");
   createLinkEntry(1,"Hours & Location","/location.html","sub");
   //createLinkEntry(1,"Store Policies","/policies.html","sub");
   //createLinkEntry(1,"History","/history.html","sub");
   //createLinkEntry(1,"Advertising with Us!","/advertising.html","sub");
   //createLinkEntry(1,"Wiki","/mywiki","sub");
   //createLinkEntry(1,"Blogs","/blog/index.php","sub");
   createLinkEntry(1,"Contact Us","mailto:m99mark@aol.com","sub");

   createLinkEntry(0,"Links");
   createLinkEntry(1,"Power Skating","http://www.laurastamm.com","sub");
   createLinkEntry(1,"NHL News","http://www.nhl.com","sub");

}

