function replaceInnerHtml(id, text)

{

	id.innerHTML = text;

}

