
function clear_field( obj )
	{		
	obj.value = '';
	}

function SubmitForm(idform)
	{
	document.getElementById(idform).submit();
	}

