";
}
function generateSideBar($current_page) {
global $sidebarentries;
echo "
"; # Open the navbar
# Print out the logo!
echo "
The Free OpenGL Utility Toolkit
";
# Print out each sidebar entry one by one...
reset($sidebarentries);
while (next($sidebarentries)) {
printMenuItem(current($sidebarentries), $current_page);
}
# This allows a user to view our PHP source... it's in CVS anyway, and why not spread the love of
# slick web page design? ;)
$cvs_location = "http://cvs.sourceforge.net/viewcvs.py/freeglut/freeglut/web-src$current_page?view=auto";
# Print the SourceForge logo button and the "View source" link
echo "