window.addEvent ("domready",function () {
	var my_select=new MavSelectBox ({elem:"select_field",onSelect:function () {
		if (this.selected.retrieve ("value")!="first") window.location=this.selected.retrieve ("value");
	}});
});
