/*
* Generic
*/

/* Validate */
function fncNYOC_Validate(element) {
	new Validation(element); 
}
