Renders a new parent page select element when the book selection changes.
This function is called via Ajax when the selected book is changed on a node or book outline form.
The rendered parent page select element.
function book_form_update($form, $form_state) {
return $form['book']['plid'];
}