// Thanks for dynamic Drive for this nice script 
// http://www.dynamicdrive.com - Free Scripts

function borderit(which,color)
{
//if IE 4+ or NS 6+
if (document.all||document.getElementById){
which.style.borderColor=color
}
}