Elo.Form = function() {}

Elo.Form.showTerms = function(terms) {

	if ('' == terms)
		throw new Exception("Terms variable TERMS TEXT is not defined");

	else alert(terms);
 
}

