<!--

function news() {
var loc=document.tree.newin.options.selectedIndex;
document.tree.reset();
document.tree.elements[0].blur();
if (loc == 2)
location="maple.htm";
if (loc == 3)
location="apple.htm";
if (loc == 4)
location="birch.htm";
if (loc == 5)
location="beech.htm";
if (loc == 6)
location="mountain.htm";
if (loc == 7)
location="oak.htm";
if (loc == 8)
location="ash.htm";
if (loc == 9)
location="fig.htm";
if (loc == 10)
location="grove.htm";
if (loc == 11)
location="hazel.htm";
if (loc == 12)
location="chestnut.htm";
if (loc == 13)
location="pine.htm";
if (loc == 14)
location="limewood.htm";
if (loc == 15)
location="walnut.htm";
if (loc == 16)
location="olive.htm";
if (loc == 17)
location="poplar.htm";
if (loc == 18)
location="fir.htm";
if (loc == 19)
location="elm.htm";
if (loc == 20)
location="willow.htm";
if (loc == 21)
location="cedar.htm";
if (loc == 22)
location="cypress.htm";
}
// -->
