
 if (document.images)
   {
     pic1on= new Image(140,24);
     pic1on.src="images/webgrfx/button-home-twister-red.gif";
     pic2on= new Image(140,24);
     pic2on.src="images/webgrfx/button-club_info-twister-red.gif";
     pic3on= new Image(140,24);
     pic3on.src="images/webgrfx/button-team-twister-red.gif";
     pic4on= new Image(140,24);
     pic4on.src="images/webgrfx/button-dancing-twister-red.gif";
     pic5on= new Image(140,24);
     pic5on.src="images/webgrfx/button-scrapbook-twister-red.gif";
     pic6on= new Image(140,24);
     pic6on.src="images/webgrfx/button-links-twister-red.gif";
     // pic7on= new Image(140,24);
     // pic7on.src="images/webgrfx/button-guestbook-twister-red.gif";
     pic8on= new Image(140,24);
     pic8on.src="images/webgrfx/button-calendar-twister-red.gif";
     pic9on= new Image(140,24);
     pic9on.src="images/webgrfx/button-lessons-tx-red.gif";
     //pic10on= new Image(140,24);
     //pic10on.src="images/webgrfx/button-convention-tx-red.gif";
     pic11on= new Image(140,24);
     pic11on.src="images/webgrfx/button-member_email-tx-red.gif";

     pic1off= new Image(140,24);
     pic1off.src="images/webgrfx/button-home-tx-blk.gif";
     pic2off= new Image(140,24);
     pic2off.src="images/webgrfx/button-club_info-tx-blk.gif";
     pic3off= new Image(140,24);
     pic3off.src="images/webgrfx/button-team-tx-blk.gif";
     pic4off= new Image(140,24);
     pic4off.src="images/webgrfx/button-dancing-tx-blk.gif";
     pic5off= new Image(140,24);
     pic5off.src="images/webgrfx/button-scrapbook-tx-blk.gif";
     pic6off= new Image(140,24);
     pic6off.src="images/webgrfx/button-links-tx-blk.gif";
     // pic7off= new Image(140,24);
     // pic7off.src="images/webgrfx/button-guestbook-tx-blk.gif";
     pic8off= new Image(140,24);
     pic8off.src="images/webgrfx/button-calendar-tx-blk.gif";
     pic9off= new Image(140,24);
     pic9off.src="images/webgrfx/button-lessons-tx-blk.gif";
     //pic10off= new Image(140,24);
     //pic10off.src="images/webgrfx/button-convention-tx-blk.gif";
     pic11off= new Image(140,24);
     pic11off.src="images/webgrfx/button-member_email-tx-blk.gif";

   }


