<!--
if( document.images )
{
<!--On & Off-->
  but1 = new Image(100,100) ; <!--image width,height-->
  but1.src = "images/open-home.gif";
  but2 = new Image(100,100) ; <!--image width,height-->
  but2.src ="images/closed-home.gif"; 
  but3 = new Image(100,100) ; <!--image width,height-->
  but3.src = "images/open-products.gif";
  but4 = new Image(100,100) ; <!--image width,height-->
  but4.src ="images/closed-products.gif"; 
  but5 = new Image(100,100) ; <!--image width,height-->
  but5.src = "images/open-faq.gif";
  but6 = new Image(100,100) ; <!--image width,height-->
  but6.src ="images/closed-faq.gif"; 
  but7 = new Image(100,100) ; <!--image width,height-->
  but7.src = "images/open-about.gif";
  but8 = new Image(100,100) ; <!--image width,height-->
  but8.src ="images/closed-about.gif"; 
  but9 = new Image(100,100) ; <!--image width,height-->
  but9.src = "images/open-contact.gif";
  but10 = new Image(100,100) ; <!--image width,height-->
  but10.src ="images/closed-contact.gif"; 
<!--Add additional sets as needed-->
}
-->