$(add('p-tb', '#', 'DATES to dmy', 'dmy-unitfixer', 'Align all dates to dmy', '', '')).click(ohc_all_to_dmy_driver);
$(add('p-tb', '#', 'DATES to mdy', 'mdy-unitfixer', 'Align all dates to mdy', '', '')).click(ohc_all_to_mdy_driver);
// //$(add('p-tb', '#', 'BodyExpand datesref to dmydates', 'bodyt-dmyexpandref', 'dayExpand month names within refs', '', '')).click(ohc_body_to_dmy_driverohc_expand_ref_dates_driver);
// //$(add('p-tb', '#', 'BodyExpand all dates to mdy', 'bodyt-mdyexpandall', 'Expand month daynames throughout', '', '')).click(ohc_body_to_mdy_driverohc_expand_all_dates_driver);
//$(add('p-tb', '#', 'Body+pub dates to dmy', 'bodyplus-dmy', 'Body and publication dates to dmy', '', '')).click(ohc_dmy_publication_dates_driver);
//$(add('p-tb', '#', 'Body+pub dates to mdy', 'bodyplus-mdy', 'Body and publication dates to mdy', '', '')).click(ohc_mdy_publication_dates_driver);
//$( add('p-tb', '#', 'ISO to dmy', 't-ISOdmy', 'ISO day month', '', '') ).click(ohc_ISO_to_dmy_driver);
//$( add('p-tb', '#', 'ISO to mdy', 't-ISOmdy', 'ISO month day', '', '') ).click(ohc_ISO_to_mdy_driver);
$(add('p-tb', '#', 'BIGENDIAN ref dates', 't-ymd-refs', 'ref dates to ymd', '', '')).click(ohc_Bigendian_ref_dates_driver);
//$( add('p-tb', '#', 'Del year-in-X dates', 't-yearinX', 'Year in X', '', '') ).click(ohc_delink_year_in_X_driver);
$(add('p-tb', '#', 'Expand ref dates', 't-expandref', 'Expand month names within refs', '', '')).click(ohc_expand_ref_dates_driver);
$(add('p-tb', '#', 'Expand all dates', 't-expandall', 'Expand month names throughout', '', '')).click(ohc_expand_all_dates_driver);
//$(add('p-tb', '#', 'Abbrev ref dates', 't-abbrevref', 'Abbreviate month names within refs', '', '')).click(ohc_abbrev_ref_dates_driver);
//$( add('p-tb', '#', 'unambiguous dates', 't-slash', 'resolves slash date format', '', '') ).click(ohc_unambiguous_dates_driver);
$( add('p-tb', '#', 'US-slash dates', 't-US', 'US-slash', '', '') ).click(ohc_US_slash_dates_driver);
$( add('p-tb', '#', 'UK-slash dates', 't-UK', 'UK-slash', '', '') ).click(ohc_UK_slash_dates_driver);
|