<!-- 
// Writes the similar, but variegated, index for HA pages, lefthand side;
if (d.getElementById) var dl = d;
  else {
  var dl = d.layers['barl'].document;
  if (p.name != "names") dl.bgColor = "#FFF7F7";
    else dl.bgColor = "#F7F7FF";
  }

if (p.name == "economics") {
dl.write('<p class="menu"><a href ="http://home.att.net/cgi-bin/GBEntry?owner=davidbryant" title="Please tell me you\'ve been here" onmouseover="w.status=\'Let me know you visited\'; return true;" onmouseout="w.status=\' \';"><b>Sign my<br>Guest Book</b></a><br><br></p>');
dl.write('<p class="menu"><font color="#A00032"><b>Summary of<br><i>Human Action</i>:</b><br></font></p>');
  }
  else {
dl.write('<p class="menu"><a href="index.html" title="My home page" onmouseover="w.status=\'Welcome to my web site!\'; return true;" onmouseout="w.status=\' \';"><b>Home<br>page</b></a><br><br></p>');
dl.write('<p class="menu"><a href="economics.htm" title="Introduction to economics page" onmouseover="w.status=\'Main economics page\'; return true;" onmouseout="w.status=\' \';"><b>Econ<br>home</b></a><br><br></p>');
  }
if (p.name != "economics" && p.name != "aboutlvm" && p.name != "names") {
dl.write('<p class="menu"><a href="' + p.glos + '" title="Glossary for this unit" onmouseover="w.status=\'Glossary for '+ p.glos1+ '\'; return true;" onmouseout="w.status=\' \';"><b>Glossary</b></a><br><br></p>');
dl.write('<p class="menu"><a href="' + p.qna + '" title="Q &amp; A for this unit" onmouseover="w.status=\'Questions and answers for ' + p.glos1 + '\'; return true;" onmouseout="w.status=\' \';"><b>Q&amp;A for<br>this unit</b></a><br><br></p>');
}
  else { if (p.name != "economics") {
  dl.write('<p class="menu"><font color="#A00032"><b>Summary of<br><i>Human Action</i>:</b><br></font></p>');
  }}
if (p.name != "ha01")
dl.write('<p class="menu"><a href="ha01.htm" title="Human Action: a synopsis of the Intro and Chapters 1 - 2" onmouseover="w.status=\'Introduction, Acting Man, and The Epistemological Problems\'; return true;" onmouseout="w.status=\' \';"><b>Intro thru<br>Chapter 2</b></a><br><br></p>');

if (p.name != "ha02")
dl.write('<p class="menu"><a href="ha02.htm" title="Human Action: a synopsis of Chapters 3 - 7" onmouseover="w.status=\'Revolt against Reason, The Category of Action, Time, Uncertainty, and Action Within the World\'; return true;" onmouseout="w.status=\' \';"><b>Chapters<br>3 - 7</b></a><br><br></p>');

if (p.name != "ha03")
dl.write('<p class="menu"><a href="ha03.htm" title="Human Action: a synopsis of Chapters 8 - 10" onmouseover="w.status=\'Human Society, The Role of Ideas, and Exchange Within Society\'; return true;" onmouseout="w.status=\' \';"><b>Chapters<br>8 - 10</b></a><br><br></p>');

if (p.name != "ha04")
dl.write('<p class="menu"><a href="ha04.htm" title="Human Action: a synopsis of Chapters 11 - 14" onmouseover="w.status=\'Valuation Without Calculation, Economic Calculation, Calculation as a Tool of Action, and Catallactics\'; return true;" onmouseout="w.status=\' \';"><b>Chapters<br>11 - 14</b></a><br><br></p>');

dl.write('<p class="menu">More<br>coming<br> soon!</p>');
// -->
