function GoTo(e)
{
	var s = e.options[e.selectedIndex].value;
	if(s.length>0)
	{
		document.location.href = s;
	}
}
