 <!-- 
var imglist = new Array (
"/images/globalnav/ithomeon.gif",
"/images/globalnav/ithomeoff.gif",
"/images/globalnav/circuiton.gif",
"/images/globalnav/circuitoff.gif",
"/images/howdoibuttonon.gif",
"/images/howdoibutton.gif",
"/images/goon.gif",
"/images/go.gif"
);
var imgs = new Array();
var count
if (document.images)
for (count=0; count<imglist.length; count++)
{imgs[count]=new Image(); imgs[count].src=imglist[count];}
 //-->
