     pic1on= new Image(120,18);
     pic1on.src="/images/btn_results2.gif";
     pic2on= new Image(120,18);
     pic2on.src="/images/btn_archive2.gif";
     pic3on= new Image(120,18);
     pic3on.src="/images/btn_spick2.gif";
     pic4on= new Image(120,18);
     pic4on.src="/images/btn_qpick2.gif";
     pic5on= new Image(120,18);
     pic5on.src="/images/btn_fchart2.gif";
     pic6on= new Image(120,18);
     pic6on.src="/images/btn_wheel2.gif";
     pic7on= new Image(120,18);
     pic7on.src="/images/btn_didiwin2.gif";
     pic8on= new Image(120,18);
     pic8on.src="/images/btn_currentjp2.gif";
     pic9on= new Image(120,18);
     pic9on.src="/images/btn_jpanalysis2.gif";
     pic10on= new Image(120,18);
     pic10on.src="/images/btn_odds2.gif";
     pic11on= new Image(120,18);
     pic11on.src="/images/btn_tips2.gif";
     pic12on= new Image(120,18);
     pic12on.src="/images/btn_news2.gif";
     pic13on= new Image(120,18);
     pic13on.src="/images/btn_resource2.gif";
     pic14on= new Image(120,18);
     pic14on.src="/images/btn_data2.gif";
     pic15on= new Image(120,18);
     pic15on.src="/images/btn_xml2.gif";
     pic16on= new Image(120,18);
     pic16on.src="/images/btn_html2.gif";
     pic17on= new Image(120,18);
     pic17on.src="/images/btn_text2.gif";
     pic18on= new Image(120,18);
     pic18on.src="/images/btn_clients2.gif";
     pic19on= new Image(120,18);
     pic19on.src="/images/btn_links2.gif";
     pic20on= new Image(120,18);
     pic20on.src="/images/btn_price2.gif";
     pic21on= new Image(120,18);
     pic21on.src="/images/btn_faq2.gif";
     pic22on= new Image(120,18);
     pic22on.src="/images/btn_stat2.gif";
     pic23on= new Image(120,18);
     pic23on.src="/images/btn_french2.gif";
     pic24on= new Image(120,18);
     pic24on.src="/images/btn_spanish2.gif";
     pic25on= new Image(120,18);
     pic25on.src="/images/btn_german2.gif";
     pic26on= new Image(120,18);
     pic26on.src="/images/btn_horoscope2.gif";

     pic1off= new Image(120,18);
     pic1off.src="/images/btn_results.gif";
     pic2off= new Image(120,18);
     pic2off.src="/images/btn_archive.gif";
     pic3off= new Image(120,18);
     pic3off.src="/images/btn_spick.gif";
     pic4off= new Image(120,18);
     pic4off.src="/images/btn_qpick.gif";
     pic5off= new Image(120,18);
     pic5off.src="/images/btn_fchart.gif";
     pic6off= new Image(120,18);
     pic6off.src="/images/btn_wheel.gif";
     pic7off= new Image(120,18);
     pic7off.src="/images/btn_didiwin.gif";
     pic8off= new Image(120,18);
     pic8off.src="/images/btn_currentjp.gif";
     pic9off= new Image(120,18);
     pic9off.src="/images/btn_jpanalysis.gif";
     pic10off= new Image(120,18);
     pic10off.src="/images/btn_odds.gif";
     pic11off= new Image(120,18);
     pic11off.src="/images/btn_tips.gif";
     pic12off= new Image(120,18);
     pic12off.src="/images/btn_news.gif";
     pic13off= new Image(120,18);
     pic13off.src="/images/btn_resource.gif";
     pic14off= new Image(120,18);
     pic14off.src="/images/btn_data.gif";
     pic15off= new Image(120,18);
     pic15off.src="/images/btn_xml.gif";
     pic16off= new Image(120,18);
     pic16off.src="/images/btn_html.gif";
     pic17off= new Image(120,18);
     pic17off.src="/images/btn_text.gif";
     pic18off= new Image(120,18);
     pic18off.src="/images/btn_clients.gif";
     pic19off= new Image(120,18);
     pic19off.src="/images/btn_links.gif";
     pic20off= new Image(120,18);
     pic20off.src="/images/btn_price.gif";
     pic21off= new Image(120,18);
     pic21off.src="/images/btn_faq.gif";
     pic22off= new Image(120,18);
     pic22off.src="/images/btn_stat.gif";
     pic23off= new Image(120,18);
     pic23off.src="/images/btn_french.gif";
     pic24off= new Image(120,18);
     pic24off.src="/images/btn_spanish.gif";
     pic25off= new Image(120,18);
     pic25off.src="/images/btn_german.gif";
     pic26off= new Image(120,18);
     pic26off.src="/images/btn_horoscope.gif";

function lightup(imgName)
 {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
 }

function turnoff(imgName)
 {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
 }
