function linkRollover(linkID,colorValue) { 
	document.getElementById(linkID).style.color = colorValue;
}