// text is actually HTML sS hPopDownButtonWithText(S text, S... entries) { ret (empty(text) ? "" : text + " ") + hPopDownButton(entries); }