// JavaScript Document
function addFilt (oWhich) {
oWhich.style.filter="glow (color=blue, strength=10)"
}
function removeFilt (oWhich) {
oWhich.style.filter=" "
}
