function selectGO() 
{
	//location.href(jump.url.options[selectedIndex].value);
   window.open(document.jump.url.options[document.jump.url.selectedIndex].value,"Site");
}

