﻿function changepage(e){
n = e.selectedIndex;
location.href = e.options[n].value;
}
