function changePage(obj) {

i = obj.redirect.selectedIndex;

top.window.location = obj.redirect.options[i].value;}
