function TocSidePanel()
{
document.write('<div><ul>');
document.write('<li><a class=\"ext\" href=\"gallery\/index.html\">Photo Gallery<\/a>.<\/li>');
document.write('<li><a class=\"ext\" href=\"author.html\">Author<\/a>, ');
document.write('<a class=\"ext\" href=\"author.html\">Contact<\/a>.<\/li>');
document.write('<li style\=\"border-top\: solid thin \#c99\; padding-top\: 1em\;\"><a onclick\=\"infoC\(\)\; return false\;\" onkeypress\=\"infoC\(\)\; return false\;\" href=\"\#div4\">Help<\/a>.<\/li>');
document.write('<\/ul><\/div>');
return;
}
