function hilight(reference,changeto) { if (document.images) document[reference].src = changeto; return true; }