var textColor = new Array();textColor[0] = "#CC0000";textColor[1] = "#333333";function changeColor(linkId, linkColor){	document.getElementById(linkId).style.color=textColor[linkColor];}
