function sendform(hndl){
		if(validForm(hndl)){
			callAjax('/scripts/addForm.php',null,hndl, $('formcontent'));
		}
}


