function Linkup(){
var number = document.ssform.shows.selectedIndex;
location.href = document.ssform.shows.options[number].value;
}
