function gone()
{
//location=document.jumpy.example.options[document.jumpy.example.selectedIndex].value
	newWin=window.open(document.jumpy.example.options[document.jumpy.example.selectedIndex].value,"","left=20,top=20,width=850,height=700,toolbar=1,resizable=1 scrollbars=yes,location=1");
}

