/*
Conditions
Syntax:
	conds.push(Array('element name','element value','element name', boolean));

Example:
To make the user specify income ONLY IF he's a man the following condition would work:
conds.push(Array('gender','man','income', true));
You wouldn't have to set the 'req' class to the income field if you use this rule.
*/
conds.push(Array());