// products

function setProduct(x) {

if (x == '' || x == 'models') {x = '/products/ext-product.html?http://agweather.mesonet.org/models/default.html'; panel = '1'}
else if (x == 'alfalfaweevil') {x = '/products/ext-product.html?http://agweather.mesonet.org/models/alfalfaweevil/default.html'; panel = '1'}
else if (x == 'evapotranspiration') {x = '/products/ext-product.html?http://agweather.mesonet.org/models/evapotranspiration/default.html'; panel = '1'}
else if (x == 'peanut') {x = '/products/ext-product.html?http://agweather.mesonet.org/models/peanut/default.html'; panel = '1'}
else if (x == 'pecannut') {x = '/products/ext-product.html?http://agweather.mesonet.org/models/pecannut/default.html'; panel = '1'}
else if (x == 'pecanscab') {x = '/products/ext-product.html?http://agweather.mesonet.org/models/pecanscab/default.html'; panel = '1'}
else if (x == 'watermelon') {x = '/products/ext-product.html?http://agweather.mesonet.org/models/watermelon/default.html'; panel = '1'}
else if (x == 'cattle') {x = '/products/ext-product.html?http://agweather.mesonet.org/models/cattle/default.html'; panel = '1'}
return x;

}

function goProduct(x) {
x = setProduct(x);
top.product.location.href = x;
}
