var imglist = new Array (
"images/home.on.jpg",
"images/home.off.jpg",
"images/about.on.jpg",
"images/about.off.jpg",
"images/committee.on.gif",
"images/committee.off.gif",
"images/events.on.gif",
"images/events.off.gif",
"images/contact.on.gif",
"images/contact.off.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];}