<!--
function movein(which,html){
which.style.background='coral'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=html
else
boxdescription.innerHTML=html
}
function moveout(which){
which.style.background='bisque'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML='&nbsp;'
else
boxdescription.innerHTML='&nbsp;'
}
image1 = new Image();
image1.src = "http://k6.quabbin.k12.ma.us/img/main.gif";
image2 = new Image();
image2.src = "http://k6.quabbin.k12.ma.us/img/hardwick.gif";
image3 = new Image();
image3.src = "http://k6.quabbin.k12.ma.us/img/new_braintree.gif";
image4 = new Image();
image4.src = "http://k6.quabbin.k12.ma.us/img/oakham.gif";
image5 = new Image();
image5.src = "http://k6.quabbin.k12.ma.us/img/barre.gif";
image6 = new Image();
image6.src = "http://k6.quabbin.k12.ma.us/img/hubbardston.gif";
function movepic(img_name,img_src) {
document[img_name].src=img_src;
}
// End -->
