<!--


function changePage(theform) {

num= theform.Jump.selectedIndex;

if (num==1) {

        site = "waterfall_pool.html";

        }

if (num==2) {

        site = "waterfall_pool2.html";

        }

if (num==3) {

        site = "waterfall_saugus.html";

        }

if (num==4) {

        site = "frogpond.html";

        }

if (num==5) {

        site = "frogpond2.html";

        }

if (num==6) {

        site = "watergarden_koi.html";

        }

if (num==7) {

        site = "manchester.html";

        }

if (num==8) {

        site = "stream_bed.html";

        }

top.location.href=site;

}

