// Preload button images

tm_On = new Image; tm_Off = new Image;
tm_On.src = "images/tm7.gif";
tm_Off.src = "images/tm6.gif";

// swap images


function hiLite(img_name, img_source_name) {
   document.images[img_name].src = eval(img_source_name + ".src");
}

