\n";
}
function generateSideBar($current_page)
{
global $sidebarentries;
# Print out the logo and title
?>
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 SVN anyway, and why not spread the love of
# slick web page design? ;)
$svn_location = "http://freeglut.svn.sourceforge.net/viewvc/freeglut/trunk/freeglut/web-src$current_page?view=markup";
# Print the SourceForge logo button and the "View source" link
?>