// JavaScript Document
// Side Menu for Behavior

document.write('<H3>Other Behavior topics:</H3>');

document.write('<H4>Behavior theory</H4>');
document.write('<DIV CLASS="navtext">');
document.write('<P><A HREF="stimulus.htm">Stimulus Results in Behavior</A></P>');
document.write('<P><A HREF="experimental.htm">Studying Behavior with Experiments</A></P>');
document.write('<P><A HREF="observational.htm">Studying Behavior with Observations</A></P>');
document.write('<P><A HREF="types.htm">Types of Behavior Often Studied</A></P>');
document.write('</DIV>');

document.write('<H4>Human behavior</H4>');
document.write('<DIV CLASS="navtext">');
document.write('<P><A HREF="candidcamera.htm">Study of Behavior on Candid Camera</A></P>');
document.write('</DIV>');

document.write('<H4>Animal behavior</H4>');
document.write('<DIV CLASS="navtext">');
document.write('<P><A HREF="flocks.htm">Group Behavior of Flocks</A></P>');
document.write('<P><A HREF="floys/simulation.htm">Simulation of Flocking Behavior</A></P>');
document.write('<P><A HREF="rats.htm">Rat Behavior</A></P>');
document.write('<P><A HREF="squirrels.htm">Squirrel Behavior</A></P>');
document.write('<P><A HREF="squirrel_defenses.htm">Squirrel Defense Mechanisms</A></P>');
document.write('<P><A HREF="hookbills.htm">Parrots and other Hookbills</A></P>');
document.write('<P><A HREF="dogs_roll.htm">Dogs Roll in Smelly Stuff</A></P>');
document.write('</DIV>');

document.write('<H4>Animal cultures</H4>');
document.write('<DIV CLASS="navtext">');
document.write('<P><A HREF="animal_cultures.htm">Cultures in Animal Groups</A></P>');
document.write('<P><A HREF="animal_cultures_baboon.htm">Baboon Troop Culture</A></P>');
document.write('<P><A HREF="penguins.htm">Penguins Change Culture</A></P>');
document.write('</DIV>');

document.write('<H3>Also see:</H3>');
document.write('<DIV CLASS="navtext">');
document.write('<P><A HREF="/sfc/feedback_blog.cfm">Weekly Feedback Blog</A></P>');
document.write('<P><A HREF="/survey.cfm?allresults=allresults&course=Behavior" TARGET="_blank">Behavior Survey Results</A></P>');
document.write('<P><A HREF="/animalhealth.htm">Animal Health</A></P>');
document.write('<P><A HREF="/character.htm">Good Character</A></P>');
document.write('<P><A HREF="/senses.htm">Using Your Senses</A></P>');
document.write('</DIV>');
document.write('<HR>');