function List_1_onSelectionChanged(SelectedIndex) {
goToPage(2);
setTimeout(function() {
setSelectedIndex("List_1", 0);
}, 300);

}
