// productsfunction setProduct(x) {if (x == '2000' || x == '') {x ='weathertimeline/2000.html'}else if (x == '1910') {x ='weathertimeline/1910.html'}else if (x == '1920') {x ='weathertimeline/1920.html'}else if (x == '1930') {x ='weathertimeline/1930.html'}else if (x == '1940') {x ='weathertimeline/1940.html'}else if (x == '1950') {x ='weathertimeline/1950.html'}else if (x == '1960') {x ='weathertimeline/1960.html'}else if (x == '1970') {x ='weathertimeline/1970.html'}else if (x == '1980') {x ='weathertimeline/1980.html'}else if (x == '1990') {x ='weathertimeline/1990.html'}else if (x == '1900') {x ='weathertimeline/1900.html'}else if (x == 'weather') {x ='weathertimeline/Oklahoma_Weather_Timeline.pdf'}return x;}function goProduct(x) {x = setProduct(x);top.product.location.href = x;}