var wd = window.document;

function sweep(oid)
	{
		wd.getElementById(oid).value = '';
	}
