function selectDest()
{
	var s = document.jumpmenu.slideshow;
	var chosenoption = s.options[s.selectedIndex];

	if(chosenoption.value!="null")
	{window.location=chosenoption.value;}
}