function gone()
    {
    newwindow=window.open('here','mywindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=300,height=500,left=200,top=0')
	newwindow.location=document.jumpy.example.options[document.jumpy.example.selectedIndex].value
	here=newwindow.location
    }