/*==============================================================================
		Motivaction International B.V.
		http://www.motivaction.nl/
		moti@motivaction.nl
		+31 (0)20 589 83 83
==============================================================================*/

var oReg=new Object;
oReg.e=['geslacht_m','geslacht_v','firstname','lastname','email'];
oReg.l = [];oReg.l=[];for(i in oReg.e){oReg.l[i]=document.getElementById('label_'+oReg.e[i]);oReg.e[i]=document.getElementById(oReg.e[i]);oReg.e[i].onfocus=function(){oReg.r();};}
oReg.r=function(){for(i in oReg.l)oReg.l[i].className='';};
oReg.o=[];
oReg.h=function(){for(i in oReg.o)this.l[oReg.o[i]].className='alert';oReg.o=[];};
oReg.a=function(o){oReg.o=o;this.e[o[0]].select();setTimeout('oReg.h()',100);return false;};
oReg.validate=function(){if(!oVal.checked([this.e[0],this.e[1]]))return this.a([0,1]);if(!oVal.name(this.e[2].value))return this.a([2]);if(!oVal.name(this.e[3].value))return this.a([3]);if(!oVal.email(this.e[4].value))return this.a([4]);return true;};

