function changepage(form,box) {

var URL = eval('form.'+box+'.options[form.'+box+'.selectedIndex].value');
location.href = URL;

}
