function optionSelect (name, id) {
	var element = new getObj(name);
	element.obj.options[id].selected=true;
}