function changePage(form) {

var sel=form.pagename.selectedIndex;

if (sel > 0)

location=form.pagename.options[sel].value;

}

