function swapImage(docContent,color){
	docContent.style.color=color;
}

