function startMHACTShowAction() {
  var MHACTShowAction = new MHActionClass($('MHACTShowAction'), {
    timed: true,
    showInfopane: false,
    showMenu: true,
    embedLinks: true,
    fadeDuration: 500,
    readMore: true,
    readMoreText: 'detail',
    showTitle: true,
    titleLink: true,
    showDescription: true,
    scrollBar: false,
    itemCount: 4,
    scrollBarContent: $('MHACTShowActionMenuWrp'),
    scrollBarArea: $('mhshowaction_scrollbar'),
    scrollBarHandle: $('mhshowaction_handle'),
    delay: 5000
  });
}
window.onDomReady(startMHACTShowAction);

