/*
 * This file contains the function for validation the input of the donations form
 * It should be temporary since it is planned to make the form more flexible and
 * - ideally - render it using an existing mechanism, for example a FORM cObj
 *
 * Francois Suter, June 2007
 *
 * $Id: $
 */

function donationsCheckForm(theForm) {
	return true;
}