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

