function helpStyles()
{
	if ( document.documentElement )
	{
document.write('<style type\=\"text\/css\" media\=\"screen\">');
document.write('\#div4 form \{ position\: absolute\; width\: 6em\;left\: 10\%\; \} ');
document.write('\#infoL, \#info1, \#info2, \#divCP h3 \{ display\:none\;  \} ');
document.write('\#divCP, \#div5 \{ list-style-type\: none\;  \} ');
document.write('\#divCP p, \#div5 h3, \#div5 p \{ text-align\: center\;  \} ');
document.write(' \#div5  \{ border-top\: solid 1px \#cc9\; padding-top\: 1em\; \} ');
<!-- following needed for js without css -->
document.write(' \#skipInfoL, \#skipCP \{ display\:none\;  \} ');
document.write('<\/style>');
	return;
	}
	else { return; }
}

function hiA(elementId) 
{
	if ( document.documentElement )
	{
	var highlight = document.getElementById(elementId);
	highlight.style.backgroundColor='#ffc';
	highlight.style.color='#00f';
	return;
	}
	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 dl() {
if ( document.documentElement )
	{ 
	document.write('<form class\=\"hddP\" id\=\"form0\" action\=\"\"><p class\=\"mB0\"><span class\=\"hdd\">\[\xA0</span><label class\=\"hdd\" for\=\"md2\">Help, access key 1 <\/label>');
	document.write('<input accesskey\=\"1\" type\=\"button\" class\=\"mB0\" id\=\"md2\" onmouseover\=\"hiA\(\'md2\'\)\;\" onmouseout\=\"deA\(\'md2\'\)\;\" ');
	document.write(' onclick\=\"infoC\(\)\;\"  onkeypress\=\"infoC\(\)\;\" value\=\"Help\"  title\=\"Web-page Help\" \/>');
	document.write('<span class\=\"hdd\">\xA0\]<\/span><\/p><\/form>');
	return;
	}
	else { document.write('<p class\=\"nav c7\">\x7C\xA0<a href\=\"\#div4" title\=\"Web-page Help\">Help<\/a>\xA0\x7C<\/p>'); }
}

function writeHelp()
{
	if ( document.documentElement )
	{
	document.write('<form class\=\"mT0 mB0 hddP\" action\=\"\">');
	document.write('<p class\=\"mT0 mB0 hddP\" id\=\"helpL\"><label class\=\"hdd\" for\=\"md3\">Web-page Help <\/label>');
	document.write('<input accesskey\=\"2\" class\=\"mT0 mB0\" id\=\"md3\" type\=\"button\" onmouseover\=\"hiA\(\'md3\'\)\;\" onmouseout\=\"deA\(\'md3\'\)\;\" ');
	document.write(' onclick\=\"infoC\(\)\;\"  onkeypress\=\"infoC\(\)\;\" value\=\"Help\"  title\=\"Web-page Help\" \/><\/p>');
	document.write('<p class\=\"hdd\" id\=\"skipInfoL\">\[\xA0<a rel\=\"div\" href\=\"\#div5\" title\=\"Jump to Web-site Navigation\">skip<\/a>\xA0\]<\/p>');
	document.write('<div  class\=\"hdd\" id\=\"infoL\" title\=\"Help Links\">');
	document.write('<h2 class\=\"hdd\"><span class\=\"hdd\">Web-page <\/span>Help: <\/h2>');
	document.write('<p class\=\"nav inline c0\" id\=\"helpP\">');
	document.write('<span class\=\"hdd\">Help Links\: <\/span>');
	document.write('\xA0\&\mdash\;\xA0<a rel\=\"div\" onclick\=\"hiH\(\'info1\'\)\; return true\;\" onkeypress\=\"hiH\(\'info1\'\)\; return true\;\" href\=\"\#info1\" title\=\"Citation Guidelines\">Citation\xA0Guidelines<\/a>.');
	document.write('\x7C &\mdash\;\xA0<a rel\=\"div\" onclick\=\"hiH\(\'divCP\'\)\; return true\;\" onkeypress\=\"hiH\(\'divCP\'\)\; return true\;\" href=\"\#divCP\" title\=\"Copyright Statement\">Copyright<\/a>.'); 
	document.write('\x7C &\mdash\;\xA0<a rel\=\"div\" onclick\=\"hiH\(\'info2\'\)\; return true\;\" onkeypress\=\"hiH\(\'info2\'\)\; return true\;\" href=\"\#info2\" title\=\"Accessibility\">Accessibility<\/a>.'); 
	document.write('\x7C &\mdash\;\xA0<span class\=\"c13\"><a rel\=\"div\" class\=\"c13\" onclick\=\"hiH\(\'div5\'\)\; return true\;\" onkeypress\=\"hiH\(\'div5\'\)\; return true\;\" href=\"\#div5\" title\=\"Web-site Navigation\">Web-site\xA0Navigation<\/a>.');
	document.write('\xA0\x7C<\/span><\/p>');
	document.write('<p class\=\"nav inline\"> <span class\=\"c13\">\&mdash\;\xA0<a rel\=\"div\" href\=\"\#top\" onclick\=\"location.reload\(\)\;\" onkeypress\=\"location.reload\(\)\;\" title\=\"Close the Help Section\" ');
	document.write('onmouseover\=\"document.getElementById\(\'helpP\'\).style.backgroundColor=\'\#fff\'\;document.getElementById\(\'helpP\'\).style.color=\'\#000\'\;\" ');
	document.write('onmouseout\=\"document.getElementById\(\'helpP\'\).style.backgroundColor=\'\#ffc\'\;document.getElementById\(\'helpP\'\).style.color=\'\#000\'\;\">');
	document.write('Close\xA0Help<\/a>\xA0\.<\/span><\/p>');
	document.write('<\/div><\/form>');
	return;
	}
	else { document.write('<h2 class\=\"c5 hddP\">Web-page Help<\/h2>'); return; }
}

function deH()
{
	if ( document.documentElement )
	{
	deThis="";deThis=new Array("info1","info2","divCP","div5");
	i="";
	for ( i=0; i<deThis.length; i++)
		{
		deIt="";deIt=deThis[i];
		deItS=document.getElementById(deIt).getElementsByTagName('h3').item(0);
		deItS.style.backgroundColor="#fff";deItS.style.color="#000";deItS.style.paddingLeft="0";
		}
	return;
	}
else { return; }
}

function hiH(hh)
{
	if ( document.documentElement )
	{
	deH();
	document.getElementById(hh).getElementsByTagName('h3').item(0).style.backgroundColor="#99c";
	document.getElementById(hh).getElementsByTagName('h3').item(0).style.color="#fff";
	document.getElementById(hh).getElementsByTagName('h3').item(0).style.paddingLeft=".25em";
	return;
	}
	else { return; }
}



function infoW()
{
	if ( document.documentElement )
	{
	writeHelp();
	return;
	}
	else { document.write('<h2 class\=\"c5 hddP\">Web-page Help<\/h2>'); return; }
}


function infoC()
{
	if ( document.documentElement )
	{

	frm="";frm=document.getElementById('div4').getElementsByTagName('form').item(0);
	frm.style.position='static';frm.style.width='auto';frm.style.marginLeft='auto';

	document.getElementById('helpL').style.display='inline';
	document.getElementById('infoL').style.display='inline';

helpDiv=new Array("info1","divCP","info2","div5");
j=""; for ( j=0; j<helpDiv.length; j++) 
		{ 
document.getElementById(helpDiv[j]).style.marginLeft='5%';
document.getElementById(helpDiv[j]).style.listStyleType='disc';
document.getElementById(helpDiv[j]).style.display="block"; 
document.getElementById(helpDiv[j]).getElementsByTagName('h3').item(0).style.display="block"; 
		}
deH();

	document.getElementById('divCP').getElementsByTagName('p').item(1).style.textAlign='left';
	document.getElementById('divCP').getElementsByTagName('h3').item(0).style.textAlign='left';
	document.getElementById('divCP').getElementsByTagName('p').item(1).style.fontFamily="georgia, 'palatino linotype', palatino, 'new century schoolbook', sans-serif";

	document.getElementById('access1').style.textAlign='left';

	document.getElementById('div5').style.borderTopStyle='none';
	document.getElementById('div5').style.paddingTop='0';
	document.getElementById('div5').getElementsByTagName('h3').item(0).style.textAlign='left';
	document.getElementById('div5').getElementsByTagName('p').item(0).style.textAlign='left';
	document.getElementById('div5').getElementsByTagName('p').item(1).style.textAlign='left';

	document.getElementById('div4').style.paddingBottom='1em';
	document.getElementById('div4').style.borderBottom='solid medium #cc9';
	document.getElementById('div4').style.borderLeft='solid 1px #ccc';

	location.href="#div4";

	return;
	}
	else { return; }
}


