
function show_Page (thisform, n) {

window.location.href = thisform.options[thisform.selectedIndex].value;
thisform.options.selectedIndex = n;
}