function insertf(DivID, CODE)
{
	document.getElementById(DivID).innerHTML = CODE;
 
}