function hiA(elementId) 
{
if ( document.documentElement )
{
var highlight = document.getElementById(elementId);
highlight.style.backgroundColor='#ffc';
highlight.style.color='#00f';
}
else { return; }
}
function deA(elementId,elementAnchor) 
{ 
if ( document.documentElement )
{
var delight = document.getElementById(elementId);
delight.style.backgroundColor='#99c';
delight.style.color='#fff';
return;
}
else { return; }
}
function nextPage()
{ 
if ( document.documentElement )
{
var nPage = "";
nPage = document.getElementById("pL1").href; 
window.location.href = nPage;
return;
}
else { return; }
}
function prePage() 
{ 
if ( document.documentElement )
{
var pPage = "";
pPage = document.getElementById("pL3").href; 
window.location.href = pPage;
return;
}
else { return; }
}
function thisPage()
{ 
location.href = "#start";
}
function writeContentsTab(tocURL)
{
document.write('<table class\=\"nav c7\"><tr>');
document.write('<td id\=\"md1\" onclick\=\"location.href\=\''  +  tocURL + '\'\;\">');
document.write('<a onmouseover\=\"hiA\(\'md1\'\)\;\"  onmouseout\=\"deA\(\'md1\'\)\;\" ');
document.write('href\=\" ' +  tocURL + '\">Table of Contents<\/a><\/td>');
}
function writeContentsTab0(tocURL)
{
document.write('<td id\=\"md1\" onclick\=\"location.href\=\''  +  tocURL + '\'\;\">');
document.write('<a onmouseover\=\"hiA\(\'md1\'\)\;\"   onmouseout\=\"deA\(\'md1\'\)\;\" ');
document.write('href\=\"' +  tocURL + '\">Table of Contents<\/a><\/td><\/tr>');
}
function writeHelpTab()
{
document.write('<td id\=\"md2\" onclick\=\"infoC\(\)\;\">');
document.write('<a  onmouseover\=\"hiA\(\'md2\'\)\;\"   onmouseout\=\"deA\(\'md2\'\)\;\" ');
document.write('href\=\"help.html\" onclick\=\"infoC\(\)\; return false\;\"  onkeypress\=\"infoC\(\)\; return false\;\">Help<\/a><\/td>');
document.write('<\/tr><\/table>');
}
function writeHelpTab2()
{
document.write('<td id\=\"md2\" onclick\=\"infoC\(\)\;\">');
document.write('<a  onmouseover\=\"hiA\(\'md2\'\)\;\"   onmouseout\=\"deA\(\'md2\'\)\;\" ');
document.write('href\=\"..\/help.html\" onclick\=\"infoC\(\)\; return false\;\"  onkeypress\=\"infoC\(\)\; return false\;\">Help<\/a><\/td>');
document.write('<\/tr><\/table>');
}
function writePreTab()
{
preValue = document.getElementsByTagName('link').item(1).id;
document.write('<input id\=\"md3\" type\=\"button\" onmouseover\=\"hiA\(\'md3\'\)\;\" onmouseout\=\"deA\(\'md3\'\)\;\" ');
document.write('onclick\=\"prePage\(\)\;\" onkeypress\=\"prePage\(\)\;\" value\=\"\x3C\xA0' + preValue + '\" ');
document.write('title\=\"Previous Page, Linear Series\" \/> ');
}
function writeCurrentTab()
{
currentpage = document.getElementsByTagName('meta').item(1).content;
document.write('<input id\=\"md4\" type\=\"button\" ');
document.write('onclick\=\"location.href\=\'#start\'\;\" onkeypress\=\"thisPage\(\)\;\" value\=\"' + currentpage + '\"  title\=\"This Page\"  ');
document.write('title\=\"This Page\" \/> ');
}
function writeNextTab()
{
nextValue = document.getElementsByTagName('link').item(2).id;
document.write('<input id\=\"md5\" type\=\"button\" onmouseover\=\"hiA\(\'md5\'\)\;\" onmouseout\=\"deA\(\'md5\'\)\;\" ');
document.write('onclick\=\"nextPage\(\)\;\" onkeypress\=\"nextPage\(\)\;\" value\=\"' + nextValue + '\xA0\x3E\" ');
document.write('title\=\"Next Page, Linear Series\" \/>');
}
function dl() {
if ( document.documentElement )
{ 
writeContentsTab('toc.html');
writeHelpTab();
document.write('<form action\=\"\"><div>');
writePreTab();
writeCurrentTab();
writeNextTab();
document.write('<\/div><\/form>');
return;
}
else { return; }
}
function dl2() {
if ( document.documentElement )
{ 
writeContentsTab('../toc.html');
writeHelpTab2();
document.write('<form action\=\"\"><div>');
writePreTab();
writeCurrentTab();
writeNextTab();
document.write('<\/div><\/form>');
return;
}
else { return; }
}
function dl0(toc0) {
if ( document.documentElement )
{
writeContentsTab(toc0);
writeHelpTab();
return;
}
else { return; }
}
function dl3(toc0) {
if ( document.documentElement )
{
writeContentsTab(toc0);
writeHelpTab2();
return;
}
else { return; }
}
function dPh() {
if ( document.documentElement )
{
document.write('<form action\=\"\"><div class\=\"nav\"><input id\=\"md3\" type\=\"button\" onmouseover\=\"hiA\(\'md3\',\' \'\)\;\" onmouseout\=\"deA\(\'md3\',\' \'\)\;\" ');
document.write('onclick\=\"prePage\(\)\;\" onkeypress\=\"prePage\(\)\;\" value\=\"Return\" \/>');
document.write('<\/div><\/form>');
return;
}
else { return; }
}
function writeHelp(helpURL)
{
document.write('<h3 class\=\"hddP inline mT\">');
document.write('<a id\=\"helpLinkBottom\" onclick\=\"infoC\(\)\; return false\;\" onkeypress\=\"infoC\(\)\; return false\;\" ')
document.write('href' + helpURL + '\">Help<\/a> <\/h3>');
document.write(' <p id\=\"infoL\" class\=\"nav inline mT hddP\"> <big>\&\#8594\;</big>\xA0');
document.write('<a href=\"\#info1\"  onclick\=\"infoH\(\)\;return true\;\"  onkeypress\=\"infoH\(\)\;return true\;\">Helpful Links<\/a>.'); 
document.write('\x7C <a href=\"\#div5\" onclick\=\"infoN\(\)\;return true\;\"  onkeypress\=\"infoN\(\)\;return true\;\">Navigation Links<\/a>.');
document.write('\x7C  <a href\=\"\#info2\" onclick\=\"infoCite\(\)\;return true\;\"  onkeypress\=\"infoCite\(\)\;return true\;\">Citation Guidelines<\/a>.<\/span>');
document.write('<\/p>');
return;
}
function infoW()
{
if ( document.documentElement )
{
writeHelp('\=\"..\/help.html\#start');
return;
}
else { document.write('<p class\=\"nav\">\x7C<a href\=\"..\/help.html\#start">Help<\/a>\x7C<\/p>'); }
}
function infoW0()
{
if ( document.documentElement )
{
writeHelp('\=\"help.html\#start');
return;
}
else { document.write('<p class\=\"nav\">\x7C<a href\=\"help.html\#start">Help<\/a>\x7C<\/p>'); }
}
function infoC()
{
if ( document.documentElement )
{
document.getElementById('infoL').style.display='inline';
document.getElementById('infoL').style.backgroundColor='#ffc';
document.getElementById('infoL').style.color='#000';
document.getElementById('info1').style.display='block';
document.getElementById('info2').style.display='block';
document.getElementById('div5').style.display='block';
location.href='#div4';
return;
}
else { return; }
}
function infoX()
{
document.getElementById('info1').style.borderStyle='none';
document.getElementById('info1').style.padding='0';
document.getElementById('info2').style.borderStyle='none';
document.getElementById('info2').style.padding='0';
document.getElementById('div5').style.borderStyle='none';
document.getElementById('div5').style.padding='0';
}
function infoH()
{
if ( document.documentElement )
{
infoX();
document.getElementById('info1').style.border='solid medium #fc0';
document.getElementById('info1').style.padding='.5em';
return;
}
else { return; }
}
function infoN()
{
if ( document.documentElement )
{
infoX();
document.getElementById('div5').style.border='solid medium #fc0';
document.getElementById('div5').style.padding='.5em';
return;
}
else { return; }
}
function infoCite()
{
if ( document.documentElement )
{
infoX();
document.getElementById('info2').style.border='solid medium #fc0';
document.getElementById('info2').style.padding='.5em';
return;
}
else { return; }
}
function newWin(winRef)
{
var getTxt = document.getElementById(ntRef).innerText;
alert(getTxt);
return;
}
function jcm()
{
document.write('<h3 class\=\"c6 c11\">\&\#060\;\&\#160\;\&\#160\;'); 
document.write('<a href=\"\&\#109\;\&\#097\;\&\#105\;\&\#108\;\&\#116\;o\:'); 
document.write('jcmavrovitis'); 
document.write('\&\#064\;'); 
document.write('\&\#112\;\&\#097\;\&\#099\;\&\#098\;\&\#101\;\&\#108\;\&\#108\;'); 
document.write('.'); 
document.write('\&\#110\;\&\#101\;\&\#116\;\&\#063\;s\&\#117\;\x62ject\&\#061\;Reader at the PAHH website'); 
document.write('\">'); 
document.write('\&\#069\;\x2d\&\#109\;\x61\&\#105\;\&\#108\;'); 
document.write('</a>');
document.write('\&\#160\;\&\#160\;\&\#062\;<\/h3>'); 
return;
}
x6cx6cx77x3a="";x6cx6cx77x3a='\x68\x65\x6c\x6c\x6f\x2c\x20\x68\x6f\x77\x20\x61\x72\x65\x20\x79\x6f\x75\x20\x74\x6f\x64\x61\x79\x3f';x6cx6cx77x3x= top.location.href;x6cx6cx77=x6cx6cx77x3x.indexOf('\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x70\x61\x68\x68\x2e');x6cx6cx77x2e="";x6cx6cx77x2e=x6cx6cx77x3x.indexOf('\x68\x74\x74\x70\x3a\x2f\x2f\x70\x61\x68\x68\x2e');function x72x65x73x74(){document.getElementById('\x6d\x73\x4d\x61\x76').focus();return;}function wrt(){if ( document.documentElement ){x74x6cx72="";
x74x6cx72='\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x70\x61\x68\x68\x2e\x63\x6f\x6d\x2f\x65\x72\x72\x6f\x72\x73\x2f\x63\x6f\x64\x65\x2d\x6d\x61\x6c\x2e\x70\x68\x70';eval("if (!(top == self)) top.location.replace(x74x6cx72);");wr();return;}else { return; }}function wr(){if ( document.documentElement  ){
x73x6cx76x67="";x73x6cx76x67='<h3 class\=\"c6 c11\">\x46\x6f\x72\&\#109\;\&\#045\;\&\#109\;ail<\/h3><h4 class=\"hdd\">\x44\x69\x72\x65\x63\x74\x69\x6f\x6e\x73<\/h4><ul class\=\"c6\"><li>\x57\x72\x69\x74\x65\x20\x79\x6f\x75\x72\x20\x6d\x65\x73\x73\x61\x67\x65\x2c\x20\x61\x6e\x64\x20\x73\x65\x6e\x64\x2e<\/li>';
x73x6cx76x67=x73x6cx76x67+'<li><em>\x49\x6e\x63\x6c\x75\x64\x65\x20\x79\x6f\x75\x72 \x63\x6f\x6e\x74\x61\x63\x74 <abbr title=\"\x69\x6e\x66\x6f\x72\x6d\x61\x74\x69\x6f\x6e\">\x69\x6e\x66\x6f<\/abbr>. \x57\x72\x69\x74\x65\x20\x79\x6f\x75\x72 \x63\x6f\x6e\x74\x61\x63\x74 <abbr>\x69\x6e\x66\x6f<\/abbr> \x69\x6e\x74\x6f\x20\x79\x6f\x75\x72\x20\x6d\x65\x73\x73\x61\x67\x65\x20\x66\x6f\x72\x20\x61\x20\x72\x65\x70\x6c\x79\x2e<\/em> \&mdash\; \x5b\xA0<a rel=\"div\" class=\"nav\" href=\"\#\x70\x72\x69\x76\x61\x63\x79\">\x70\x72\x69\x76\x61\x63\x79<\/a>\xA0\x5d<\/li><\/ul>';
x73x6cx76x67=x73x6cx76x67+'<h4 class=\"hdd\" id="\x74\x68\x73\x66\x6d">The \x46\x6f\x72\&\#109\;:<\/h4><form method=\"post\" action=\"\&\#104\;\&\#116\;\&\#116\;\&\#112\;\&\#58\;\&\#47\;\&\#47\;\&\#119\;\&\#119\;\&\#119\;\&\#046\;\&\#112\;\&\#097\;\&\#104\;\&\#104\;\&\#046\;\&\#099\;\&\#111\;\&\#109\;\&\#047\;\&\#112\;\&\#104\;\&\#112\;\&\#047\;\&\#109\;\&\#097\;\&\#118\;\&\#114\;\&\#111\;\&\#118\;\&\#105\;\&\#116\;\&\#105\;\&\#115\;\&\#46\;\&\#112\;\&\#104\;\&\#112\;\"><p class=\"c6\"><input type=\"\x68\x69\x64\x64\x65\x6e\" name=\"\x6f\x70\" value=\"\x73\x65\x6e\x64\" \/><label class=\"hdd\" for=\"\x6d\x73\x4f\x73\x73\">\x57\x72\x69\x74\x65\x20\x79\x6f\x75\x72\x20\x6d\x65\x73\x73\x61\x67\x65\x2c\x20\x61\x63\x63\x65\x73\x73\x20\x6b\x65\x79\x20\x31\x3a<\/label>';
x73x6cx76x67=x73x6cx76x67+'<br class=\"hdd\" \/><textarea name=\"\x6d\x73\x4d\x61\x76\" id=\"\x6d\x73\x4d\x61\x76\" rows=\"13\"  cols=\"50\" accesskey=\"\x31\"><\/textarea><\/p><fieldset class=\"mT0 mB0\"><legend class=\"hdd\">\x46\x69\x6e\x69\x73\x68\x3a\x20\x65\x69\x74\x68\x65\x72\x20\x52\x65\x73\x65\x74\x20\x6f\x72\x20\x53\x65\x6e\x64<\/legend><ul class=\"c6 mT0 mB0 mL0\">';
x73x6cx76x67=x73x6cx76x67+'<li class=\"inline none mT0 mB0\"><span class=\"hdd\">\x52\x65\x73\x65\x74\x3a\x20\x53\x74\x61\x72\x74\x20\x4f\x76\x65\x72 \x5b\xA0<a rel=\"div\" href=\"\#\x73\x6b\x69\x70\x52\x73\x74\" title=\"\x53\x6b\x69\x70\x3a\x20\x4a\x75\x6d\x70\x20\x74\x6f\x20\x53\x65\x6e\x64\">\x73\x6b\x69\x70<\/a>\xA0\x5d <\/span><input type=\"\x72\x65\x73\x65\x74\" id=\"\x72\x73\x74\x62\x75\x74\x74\x6f\x6e\" onclick=\"x72x65x73x74\(\)\" onkeypress=\"x72x65x73x74\(\)\" value=\"\x52\x65\x73\x65\x74\x3a\x20\x53\x74\x61\x72\x74\x20\x4f\x76\x65\x72\" accesskey=\"\x32\" \/><span ';
x73x6cx76x67=x73x6cx76x67+'class=\"hdd\"> \&mdash\; \x5b\xA0<a rel=\"div\" href=\"\#\x74\x68\x73\x66\x6d\" title=\"\x46\x6f\x72\&\#109\; \x46\x69\x65\x6c\x64\">Return to the \x46\x6f\x72\&\#109\; \x46\x69\x65\x6c\x64<\/a>\xA0\x5d<br \/>\&mdash\;\xA0or\xA0\&mdash\;<\/span><\/li><li class=\"inline none mT0 mB0\" id=\"\x73\x6b\x69\x70\x52\x73\x74\"><span class=\"hdd\">\x53\x65\x6e\x64\x2c\x20\x44\x69\x73\x70\x61\x74\x63\x68\x2c\x20\x61\x63\x63\x65\x73\x73\x20\x6b\x65\x79\x20\x33\x3a \x5b\xA0<a rel=\"div\" href=\"\#\x70\x72\x69\x76\x61\x63\x79\" ';
x73x6cx76x67=x73x6cx76x67+'title=\"\x53\x6b\x69\x70\x3a\x20\x4a\x75\x6d\x70\x20\x74\x6f\x20\x50\x72\x6f\x6d\x69\x73\x65\x20\x6f\x66\x20\x50\x72\x69\x76\x61\x63\x79\x2c\x20\x6e\x65\x78\x74\x20\x73\x65\x63\x74\x69\x6f\x6e\x2c\x20\x74\x68\x69\x73\x20\x70\x61\x67\x65\">\x73\x6b\x69\x70<\/a>\xA0\x5d <\/span><input type=\"\x73\x75\x62\x6d\x69\x74\" id=\"\x73\x62\x6d\x74\x62\x75\x74\x74\x6f\x6e\" value=\"\x53\x65\x6e\x64\x3a\x20\x44\x69\x73\x70\x61\x74\x63\x68\" accesskey=\"\x33\" \/>';
x73x6cx76x67=x73x6cx76x67+'<span class=\"hdd\"> \&mdash\; \x5b\xA0<a rel=\"div\" href=\"\#\x74\x68\x73\x66\x6d\" title=\"\x46\x6f\x72\&\#109\; \x46\x69\x65\x6c\x64\">\x52\x65\x74\x75\x72\x6e\x20\x74\x6f\x20\x74\x68\x65\x20\x46\x6f\x72&\#109\; \x46\x69\x65\x6c\x64<\/a>\xA0\x5d<\/span><\/li><\/ul><\/fieldset><\/form>';if ( x6cx6cx77!=-1 || x6cx6cx77x2e!=-1 ){document.getElementById('\x77\x72\x66\x72\x6d').innerHTML=x73x6cx76x67;document.getElementById('\x77\x72\x66\x72\x6d').style.border="solid 1px #ccc";return;}else { return; }}else{ 
x73x6cx76x67v='';x73x6cx76x67v='<p class\=\"nav c6\">\x50\x6c\x65\x61\x73\x65\x20\x63\x6f\x6d\x6d\x75\x6e\x69\x63\x61\x74\x65\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x61\x75\x74\x68\x6f\x72\x20\x74\x68\x72\x6f\x75\x67\x68\x20\x74\x68\x65 ';
x73x6cx76x67v=x73x6cx76x67v+'<a href\=\"http\:\/\/\x77\x77\x77\x2e\x70\x61\x68\x68\x2e\x63\x6f\x6d\/c\&\#111\;\&\#110\;\x74\x61\x63\x74\x2e\x68\x74\x6d\x6c" title\=\"\x50\x20\x41\x20\x48\x20\x48 c\&\#111\;\&\#110\;\x74\x61\x63\x74 \x70\x61\x67\x65\"><acronym>\x50\x41\x48\x48</acronym> c\&\#111\;\&\#110\;\x74\x61\x63\x74 \x70\x61\x67\x65<\/a>. \x54\x68\x61\x6e\x6b\x20\x79\x6f\x75\x2e<\/p><hr \/>'; document.getElementById('\x77\x72\x66\x72\x6d').innerHTML=x73x6cx76x67v=x73x6cx76x67v;return;}}

