<!--
function RedirectCompanyURL(thisIndex)
{
  if (thisIndex != -1)
     {
        if(document.getElementById("jumpto").options[document.getElementById("jumpto").selectedIndex].value!="0")
	     {
		var URL = document.getElementById("jumpto").options[document.getElementById("jumpto").selectedIndex].value;
		window.open(URL); 
	     }
     }
}
//-->
