// products
function setProduct(x) {
if ( x == '') {x = 'annual_summary_text.html'; panel = "1";
} else { x = '/annualsummaries/Annual_' + x + '.pdf'; panel = "1";
}

return x;
}


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