// funciones para selector (rev.9-JUL-2002)
// <script language="JavaScript" type="text/javascript">
// <!--
function go(){
if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
		}
	}
// //-->
// </script>
