function GoPage(mylist) {
// input is the select list name
//CH used onSubmit="richpop('co1','/wgbh/commandingheights/hi/countries/co.html',this.data[this.data.selectedIndex].value);return false;

var dest=mylist[mylist.selectedIndex].value;

document.location=dest;

}
