function JS_ordertraject_selectAfleveradres(strValue) {
	for (var i=0; i<document.ordertrajectform.BEZORGADRES.length; i++)  {
		if (document.ordertrajectform.BEZORGADRES[i].value == strValue)  {
			document.ordertrajectform.BEZORGADRES[i].checked=true;
		}
	}
}
