function seriesLink(s)
{
	document.location.href = s.options[s.selectedIndex].value;
}