Generates the corresponding menu name from a book ID.
$bid: The book ID for which to make a menu name.
The menu name.
function book_menu_name($bid) { return 'book-toc-' . $bid; }