// products
function setProduct(x) {
if ( x == '') {x = '/seasonal_summary/seasonal_summary_index.php'; panel = "1";
} else { x = '/seasonal_summary/Oklahoma_Climate_' + x + '.pdf'; panel = "1";
}

return x;
}


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