function empty_form(form)
{
	form['op-type'].value = 'delete';
	form.submit();
}
