function clear(id) {
    document.getElementById(id).value = "";   
}
function submitform(form) {
	document.forms[form].submit();
}