function insert(id, tag) {  
	field = document.getElementById(id)  
	field.innerHTML = tag  
}
