function innerHTML(element, text)
	{ 
		document.getElementById(element).innerHTML=text; 
	}