function NavigateProduce()
{
       location.href = document.getElementById("produceSelector").options[document.getElementById("produceSelector").selectedIndex].value;
}

function NavigateIndustry()
{
       location.href = document.getElementById("industrySelector").options[document.getElementById("industrySelector").selectedIndex].value;
}

function NavigateCountry()
{
       location.href = document.getElementById("countrySelector").options[document.getElementById("countrySelector").selectedIndex].value;
}
