// products
function setProduct(x) {
if ( x == '') {x = 'event_summary_text.html'}; panel = "1";
if (x == 'ice_storm_012002') {x = '/eventsummaries/Oklahoma_Ice_Storm_01_2002.pdf'}; panel = "1";
if (x == 'drought_2001-2002') {x = '/eventsummaries/Drought_of_2001-2002.pdf'}; panel = "1";
if (x == 'ice_storm_122002') {x = '/eventsummaries/Ice_Storm_12_2002.pdf'}; panel = "1";
if (x == 'may_2003_tornadoes') {x = '/eventsummaries/May_2003_Tornadoes.pdf'}; panel = "1";

return x;
}


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