function lm_insertflash(DivID, flashCode)
{
	document.getElementById(DivID).innerHTML = flashCode;
 
}
