function display(){var a=document.getElementById("previous").selectedIndex;a=document.getElementById("previous").options[a].value;window.location="/"+a+".htm"};
