function Is3() {
    var agent = navigator.userAgent.toLowerCase();
    this.major = parseInt(navigator.appVersion);
    this.minor = parseFloat(navigator.appVersion);
    this.ns  = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));
    this.ns3up = (this.ns && (this.major >= 3));
}

var is3 = new Is3();

function writeFlashMenu() {
   document.write("<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0\" ID=nc WIDTH=425 HEIGHT=230>\n");
   document.write("<PARAM NAME=movie VALUE=\"nc.swf\">\n");
   document.write("<PARAM NAME=quality VALUE=high>\n");
   document.write("<PARAM NAME=bgcolor VALUE=#FFFFFF>\n");
   document.write("<EMBED src=\"nc.swf\" quality=high bgcolor=#FFFFFF  WIDTH=425 HEIGHT=230\n");
   document.write("TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"></EMBED></OBJECT>\n");
}

function writeNonFlashMenu() {
	document.write("<table width=\"425\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n");
	document.write("<tr valign=\"top\"> <td><img src=\"images/nc_map.gif\" width=\"248\" height=\"195\" border=\"0\" alt=\"\" usemap=\"#nc\"></td>\n");
	document.write("<td><p><b>States of the North Central Region</b><br>Click on the state below, on the map to the left, or on the left sidebar.</p>\n");
	document.write("<br><table cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr valign=\"top\"> <td>\n");
	document.write("<p class=\"level1\">1. <a href=\"browse.phtml?sid=il\" class=\"level1\">Illinois</a><br>\n");
	document.write("2. <a href=\"browse.phtml?sid=in\" class=\"level1\">Indiana</a><br>\n");
	document.write("3. <a href=\"browse.phtml?sid=ia\" class=\"level1\">Iowa</a><br>\n");
	document.write("4. <a href=\"browse.phtml?sid=ks\" class=\"level1\">Kansas</a><br>\n");
	document.write("5. <a href=\"browse.phtml?sid=mi\" class=\"level1\">Michigan</a><br>\n");
	document.write("6. <a href=\"browse.phtml?sid=mn\" class=\"level1\">Minnesota</a></p>\n");
	document.write("</td><td width=10><img src=\"images/single_pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\"></td>\n");
	document.write("<td><p class=\"level1\">7. <a href=\"browse.phtml?sid=mo\" class=\"level1\">Missouri</a><br>\n");
	document.write("8. <a href=\"browse.phtml?sid=ne\" class=\"level1\">Nebraska</a><br>\n");
	document.write("9. <a href=\"browse.phtml?sid=nd\" class=\"level1\">North Dakota</a><br>\n");
	document.write("10. <a href=\"browse.phtml?sid=oh\" class=\"level1\">Ohio</a><br>\n");
	document.write("11. <a href=\"browse.phtml?sid=sd\" class=\"level1\">South Dakota</a><br>\n");
	document.write("12. <a href=\"browse.phtml?sid=wi\" class=\"level1\">Wisconsin</a><br>\n");
	document.write("</p></td></tr></table></td></tr></table>\n");
}


