<!-- hide this stuff from other browsers
function moveson(imgname,imgsrc)
{
document[imgname].src=imgsrc;
}
function movesoff(imgname,imgsrc)
{
document[imgname].src=imgsrc;
}
// end the hiding comment --> 
