
function formValidate(form) {

	valid = true;
	
	if( valid ) {
		showAlertBox();
	}
	
	return valid;
}

