lo2.form={};

lo2.form.clearOptions=function(selObj){
	for(var a = (selObj.length - 1);a >= 0; a--){
		selObj.options[a] = null;
	}
}
