	function navpopup(burst) {
		if (burst.options[burst.selectedIndex].value != "")
		{
			window.open(burst.options[burst.selectedIndex].value, "_top");
			burst.selectedIndex=0;
		}
	}