﻿
/*
Highlight Link script
By Website Abstraction (http://wsabstract.com)
and Java-scripts.net (http://www.java-scripts.net)
*/

function highlight(which,color){
if (document.all||document.getElementById)
which.style.backgroundColor=color
}
