function LinkUp() 
	{
		var number = stateTrack.state.selectedIndex;
		window.open(stateTrack.state.options[number].value, target="_blank");
	}
