function movein(which,html){
which.style.background='#C6D7E3'
}

function moveout(which){
which.style.background='#336699'
}

<!-- OPEN WINDOW GLOSSARY
function glossary(page) {
OpenWin = this.open(page, "CtrlWindow", "dependent,toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes,width=515,height=395,top=10,left=20");
}

<!-- OPEN WINDOW WIDE
function popmap(page) {
OpenWin = this.open(page, "CtrlWindow", "dependent,toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes,width=850,height=665,top=10,left=20");
}

<!-- OPEN MOVIE WINDOW
function movie(page) {
OpenWin = this.open(page, "CtrlWindow", "dependent,toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes,width=498,height=345,top=10,left=20");
}
