function seriesLink(s)
{
	document.location.href = 'index.php?dt='+s.options[s.selectedIndex].value;
}
