/* (c) 2009 Jean Luc BIELLMANN - GR - contact@grouperessources.com */

function contactInit (e) { 
	$A(chks.split(',')).each(function (chk) {
		if (chk.length && document.getElementsByName(chk))
			document.getElementsByName(chk)[0].checked=true;
	});		
	$('fn').focus();
}


