# CytoSelect Helper def CytoSelect(name,option_tags=nil,options={}) options = Cytoplasm::addClass(options,"cytoSelect") select_tag(name,option_tags,options) end