//<!-- JavaScript Document

function submitForm(f1){
	document.getElementById(f1).submit();
	}

//-->