function CreateControl(DivID, tagData)
{
	var d = document.getElementById(DivID);
	d.innerHTML = tagData;
}
