function csubmit() {
	var form = document.getElementById('box21');
	form.submit();
}

