
if (document.images)
{ 
img1on =  new Image;
img1off = new Image;
 
img2on =  new Image;
img2off = new Image;

img3on =  new Image;
img3off = new Image;

img4on =  new Image;
img4off = new Image;

img5on =  new Image;  
img5off = new Image;
 
img6on =  new Image;
img6off = new Image;

img7on =  new Image;
img7off = new Image;

img8on =  new Image;
img8off = new Image;

img9on =  new Image;
img9off = new Image;

img10on =  new Image;
img10off = new Image;

img11on =  new Image;  
img11off = new Image;
 
img12on =  new Image;
img12off = new Image;

img13on =  new Image;
img13off = new Image;

img14on =  new Image;
img14off = new Image;

img15on =  new Image;
img15off = new Image;

img1on.src =  "tl_files/template/mh_dots_over.gif";    
img1off.src = "tl_files/template/mh_dots.gif";

img2on.src =  "tl_files/template/mh_dots_over.gif";    
img2off.src = "tl_files/template/mh_dots.gif";

img3on.src =  "tl_files/template/mh_dots_over.gif";    
img3off.src = "tl_files/template/mh_dots.gif";

img4on.src =  "tl_files/template/mh_dots_over.gif";    
img4off.src = "tl_files/template/mh_dots.gif";

img5on.src =  "tl_files/template/mh_dots_over.gif";    
img5off.src = "tl_files/template/mh_dots.gif";

img6on.src =  "tl_files/template/mh_dots_over.gif";    
img6off.src = "tl_files/template/mh_dots.gif";

img7on.src =  "tl_files/template/mh_dots_over.gif";    
img7off.src = "tl_files/template/mh_dots.gif";

img8on.src =  "tl_files/template/mv_dots_over.gif";    
img8off.src = "tl_files/template/mv_dots.gif";

img9on.src =  "tl_files/template/mv_dots_over.gif";    
img9off.src = "tl_files/template/mv_dots.gif";

img10on.src =  "tl_files/template/mv_dots_over.gif";    
img10off.src = "tl_files/template/mv_dots.gif";

img11on.src =  "tl_files/template/mv_dots_over.gif";    
img11off.src = "tl_files/template/mv_dots.gif";

img12on.src =  "tl_files/template/mv_dots_over.gif";    
img12off.src = "tl_files/template/mv_dots.gif";

img13on.src =  "tl_files/template/mv_dots_over.gif";    
img13off.src = "tl_files/template/mv_dots.gif";

img14on.src =  "tl_files/template/mv_dots_over.gif";    
img14off.src = "tl_files/template/mv_dots.gif";

img15on.src =  "tl_files/template/mv_dots_over.gif";    
img15off.src = "tl_files/template/mv_dots.gif";
}

function img_act(imgName) {
if (document.images)
{ imgOn = eval (imgName + "on.src");
document [imgName].src = imgOn; } }

function img_inact(imgName) {
if (document.images)
{ imgOff = eval(imgName + "off.src");
document [imgName].src = imgOff; } }
 
