function CreateHTML(id,html)
{
	var d = document.getElementById(id);
  	d.innerHTML = html;  	
}