quickElement('img',title_available,'','src',admin_static_prefix+'img/icon-unknown.gif','width','10','height','10','class','help help-tooltip','title',interpolate(gettext('This is the list of available %s. You may choose some by selecting them in the box below and then clicking the "Choose" arrow between the two boxes.'),[field_name]));
quickElement(
'span',title_available,'',
'class','help help-tooltip help-icon',
'title',interpolate(
gettext(
'This is the list of available %s. You may choose some by '+
'selecting them in the box below and then clicking the '+
varsearch_selector_img=quickElement('img',search_filter_label,'','src',admin_static_prefix+'img/selector-search.gif','class','help-tooltip','alt','','title',interpolate(gettext("Type into this box to filter down the list of available %s."),[field_name]));
varsearch_selector_img=quickElement(
'span',search_filter_label,'',
'class','help-tooltip search-label-icon',
'title',interpolate(gettext("Type into this box to filter down the list of available %s."),[field_name])
quickElement('img',title_chosen,'','src',admin_static_prefix+'img/icon-unknown.gif','width','10','height','10','class','help help-tooltip','title',interpolate(gettext('This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the "Remove" arrow between the two boxes.'),[field_name]));
quickElement(
'span',title_chosen,'',
'class','help help-tooltip help-icon',
'title',interpolate(
gettext(
'This is the list of chosen %s. You may remove some by '+
'selecting them in the box below and then clicking the '+