function openOSEDA() {
	var cntyList = window.document.frmList.county;
	var fips = cntyList.options[cntyList.selectedIndex].value;
	var theURL = "http://www.oseda.missouri.edu/historicdata/popsqmi/29"+fips+".html";
	top.location = theURL;
}

function openAgebb() {
	var cntyList = window.document.frmList.county;
	var cntyname = cntyList.options[cntyList.selectedIndex].value;
	var theURL = "http://agebb.missouri.edu/mass/agrifact/"+cntyname+"/number.htm";
	top.location = theURL;
}

function popYear() {
	var yearList = window.document.frmList.yearList;
	var year= yearList.options[yearList.selectedIndex].value;

	window.document["popimg"].src = "images/afinal"+year+".jpg"
}

function popWeek() {
	var yearList = window.document.frmList.yearList;
	var year= yearList.options[yearList.selectedIndex].value;

	window.document["initimg"].src = "dischgimages/f_"+year+".gif"
}

function popYearSE() {
	var yearList = window.document.frmList.yearList;
	var year= yearList.options[yearList.selectedIndex].value;

	window.document["den"].src = "images/den"+year+".jpg"
	window.document["full"].src = "images/full"+year+".jpg"
	window.document["zview"].src = "images/zview"+year+".jpg"
	window.document["timebar"].src = "images/timebar"+year+".gif"
}

function popYearSW() {
	var yearList = window.document.frmList.yearList;
	var year= yearList.options[yearList.selectedIndex].value;

	window.document["main"].src = "images/main"+year+"sw.jpg"
	window.document["full"].src = "images/full"+year+"sw.jpg"
	window.document["zview"].src = "images/zview"+year+".jpg"
	window.document["timebar"].src = "images/timebar"+year+".gif"
}

function popYearS() {
	var yearList = window.document.frmList.yearList;
	var year= yearList.options[yearList.selectedIndex].value;

	window.document["main"].src = "images/main"+year+"_s.jpg"
	window.document["full"].src = "images/full"+year+"_s.jpg"
	window.document["zview"].src = "images/zview"+year+".jpg"
	window.document["timebar"].src = "images/timebar"+year+".gif"
}

function farmYearS() {
	var yearList = window.document.frmList.yearList;
	var year= yearList.options[yearList.selectedIndex].value;

	window.document["main"].src = "farmimages/main"+year+".jpg"
	window.document["2d"].src = "farmimages/2d"+year+".jpg"
	window.document["tbar"].src = "farmimages/tbar"+year+".gif"
}

function landYearS() {
	var yearList = window.document.frmList.yearList;
	var year= yearList.options[yearList.selectedIndex].value;

	window.document["main"].src = "landimages/main"+year+".jpg"
	window.document["2d"].src = "landimages/2d"+year+".jpg"
	window.document["tbar"].src = "farmimages/tbar"+year+".gif"
}

function acreYearS() {
	var yearList = window.document.frmList.yearList;
	var year= yearList.options[yearList.selectedIndex].value;

	window.document["main"].src = "acreimages/main"+year+".jpg"
	window.document["aux"].src = "acreimages/aux"+year+".jpg"
	window.document["tbar"].src = "acreimages/tbar"+year+".gif"
}

function flowWeek() {
	var yearList = window.document.frmList.yearList;
	var year= yearList.options[yearList.selectedIndex].value;

	window.document["main"].src = "acreimages/main"+year+".jpg"
	window.document["aux"].src = "acreimages/aux"+year+".jpg"
	window.document["tbar"].src = "acreimages/tbar"+year+".gif"
}

function abortYear() {
	var yearList = window.document.frmList.yearList;
	var year= yearList.options[yearList.selectedIndex].value;

	window.document["main"].src = "abortimages/main"+year+".jpg"
	window.document["zview"].src = "abortimages/zview"+year+".jpg"
	window.document["timebar"].src = "abortimages/timebar"+year+".gif"
}

function openfarmtable() {
var tableList = window.document.frmList.tableList;
var table= tableList.options[tableList.selectedIndex].value;
theURL = "farm_tables/farm"+table+".htm";
var xpos=screen.width - 510;
var ht = screen.availHeight - 20;
infoWin=window.open(theURL,'infowin','width=500,height='+ht+',scrollbars=1,resizable=1,left='+xpos);
infoWin.focus();
}

function openacretable() {
var tableList = window.document.frmList.tableList;
var table= tableList.options[tableList.selectedIndex].value;
theURL = "acre_tables/acre"+table+".htm";
var xpos=screen.width - 510;
var ht = screen.availHeight - 20;
infoWin=window.open(theURL,'infowin','width=500,height='+ht+',scrollbars=1,resizable=1,left='+xpos);
infoWin.focus();
}

function opentable() {
var tableList = window.document.frmList.tableList;
var table= tableList.options[tableList.selectedIndex].value;
theURL = "tables/density"+table+".htm";
var xpos=screen.width - 510;
var ht = screen.availHeight - 20;
infoWin=window.open(theURL,'infowin','width=500,height='+ht+',scrollbars=1,resizable=1,left='+xpos);
infoWin.focus();
}
