
<!-- Original:  Eric King (eric_andrew_king@hotmail.com) -->
<!-- Web Site:  http://redrival.com/eak/ -->


<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->


<!-- 

if (document.images) {
  image1on = new Image();
  image1on.src = "assets/images/button-01.gif";

  image2on = new Image();
  image2on.src = "assets/images/button-02.gif";

  image3on = new Image();
  image3on.src = "assets/images/button-03.gif";

  image4on = new Image();
  image4on.src = "assets/images/button-04.gif";

  image5on = new Image();
  image5on.src = "assets/images/button-05.gif";
  
  image6on = new Image();
  image6on.src = "assets/images/button-06.gif";
  
  image7on = new Image();
  image7on.src = "assets/images/button-07.gif";
  
  image8on = new Image();
  image8on.src = "assets/images/button-08.gif";
  
  image9on = new Image();
  image9on.src = "assets/images/button-09.gif";

  image1off = new Image();
  image1off.src = "assets/images/button-01.gif";

  image2off = new Image();
  image2off.src = "assets/images/button-02.gif";

  image3off = new Image();
  image3off.src = "assets/images/button-03.gif";

  image4off = new Image();
  image4off.src = "assets/images/button-04.gif";

  image5off = new Image();
  image5off.src = "assets/images/button-05.gif";
  
  image6off = new Image();
  image6off.src = "assets/images/button-06.gif";
  
  image7off = new Image();
  image7off.src = "assets/images/button-07.gif";
  
  image8off = new Image();
  image8off.src = "assets/images/button-08.gif";
  
  image9off = new Image();
  image9off.src = "assets/images/button-09.gif";

  otherImageDefault = new Image();
  otherImageDefault.src = "assets/images/button-nobullet.gif";

  otherImage1 = new Image();
  otherImage1.src = "assets/images/button-bullet.gif";

  otherImage2 = new Image();
  otherImage2.src = "assets/images/button-bullet.gif";

  otherImage3 = new Image();
  otherImage3.src = "assets/images/button-bullet.gif";

  otherImage4 = new Image();
  otherImage4.src = "assets/images/button-bullet.gif";

  otherImage5 = new Image();
  otherImage5.src = "assets/images/button-bullet.gif";
  
  otherImage6 = new Image();
  otherImage6.src = "assets/images/button-bullet.gif";
  
  otherImage7 = new Image();
  otherImage7.src = "assets/images/button-bullet.gif";
  
  otherImage8 = new Image();
  otherImage8.src = "assets/images/button-bullet.gif";
  
  otherImage9 = new Image();
  otherImage9.src = "assets/images/button-bullet.gif";

}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}

// -->
