<!--
function Jump() {
  tu = document.f.elements['jumpto'].options[document.f.elements['jumpto'].selectedIndex].value
  if( tu != '-' ) {
    location.href = tu;
  }

}

$(function(){
	$('table').each(function(){
		$(this).find('.dataTable tbody tr:even').addClass('odd');
	});
});

// -->