function innerFlash(obj_content) {
		document.write(document.getElementById(obj_content).value);
	}
