// JavaScript Document

//Adds B&R menu to footer

$(document).ready(function() {
				$('table tbody tr:odd').addClass('tableline2');	
});
				
if($.browser.msie && $.browser.version=="6.0") {
$(a.footerMenu).html('Other B&amp;R');
} else {
$('#site-selector').parent().hover(function () {								
$('#site-selector').show('slow');
}, function() {
	$('#site-selector').hide('slow');
});
}
