// JavaScript Document
function change(x,clr)
{
	x.style.color= clr;
}
function changebk(x,clr)
{
	x.style.color = clr;
}
