function flwrite(id)
{
	document.write(document.all(id).innerHTML);
	document.all(id).id = "";
}
