function writeFlash(obj_id) 
{
	document.write(document.getElementById(obj_id).value);
}
