<!--

if (document.images)
{
var but1 = new Image();
var but2 = new Image();
var but3 = new Image();
var but4 = new Image();
var but5 = new Image();
var but6 = new Image();
var but7 = new Image();
var but8 = new Image();
var but9 = new Image();
var but10 = new Image();
var but11 = new Image();
var but12 = new Image();
var but13 = new Image();
var but14 = new Image();
var but15 = new Image();
var but16 = new Image();
var but17 = new Image();
var but18 = new Image();

but1.src = "/images/nwf_btn1_on.gif";
but2.src = "/images/nwf_btn2_on.gif";
but3.src = "/images/nwf_btn3_on.gif";
but4.src = "/images/nwf_btn4_on.gif";
but5.src = "/images/nwf_btn5_on.gif";
but6.src = "/images/nwf_btn6_on.gif";
but7.src = "/images/nwf_btn7_on.gif";
but8.src = "/images/nwf_btn1_win.gif";
but9.src = "/images/nwf_btn2_win.gif";
but10.src = "/images/nwf_btn3_win.gif";
but11.src = "/images/nwf_btn4_win.gif";
but12.src = "/images/nwf_btn5_win.gif";
but13.src = "/images/nwf_btn6_win.gif";
but14.src = "/images/nwf_btn7_win.gif";
but15.src = "/images/nwf_btn8_on.gif";
but16.src = "/images/nwf_btn8_win.gif";
but17.src = "/images/nwf_btn9_on.gif";
but18.src = "/images/nwf_btn9_win.gif";
}

   function turnOn(button) {
      if (document.images)
           {
           document[button].src = "/images/" + button + "_on.gif";
           }}

   function turnOff(button) {
      if (document.images)
           {
           document[button].src = "/images/" + button + "_of.gif";
           }}

//-->
