<!--
function GoJump(parts){
	if (parts.options[parts.selectedIndex].value!=""){
		var w=window.open("","_top");
		w.location=parts.options[parts.selectedIndex].value ;
	}
}
//-->