function fCallback(result, form) {
	if(result == true){
		form.submit();
	}  
}
