Generates elements for the $arg array in the help hook.
function drupal_help_arg($arg = array()) {
// Note - the number of empty elements should be > MENU_MAX_PARTS.
return $arg + array(
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
);
}