## Print the 2nd navigation bar list of people, including tooltips ##
##########################################################################################################################
######### NOTE!!!! Must change the $Nav2[1] section of the if() 3 lines below if changing the default trailer... #########
foreach ($Nav2 as $value) {
echo '" . $value['name'] . "\n";
}
?>