/*
Highlight Link script
By Website Abstraction (http://wsabstract.com)
Over 400+ free dev_dev_scripts here!
Above notice MUST stay entact for use
*/

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


