// JavaScript Document
// CSS Browser Selector   v0.2.3
// Documentation:         http://rafael.adm.br/css_browser_selector
// License:               http://creativecommons.org/licenses/by/2.5/
// Author:                Rafael Lima (http://rafael.adm.br)
// Contributors:          http://rafael.adm.br/css_browser_selector#contributors
var css_browser_selector = function() {
	var 
		ua = navigator.userAgent.toLowerCase(),
		is = function(t){ return ua.indexOf(t) != -1; },
		h = document.getElementsByTagName('html')[0],
		b = (!(/opera|webtv/i.test(ua)) && /msie (\d)/.test(ua)) ? ((is('mac') ? 'ieMac ' : '') + 'ie ie' + RegExp.$1)
			: is('gecko/') ? 'gecko' : is('opera') ? 'opera' : is('konqueror') ? 'konqueror' : is('applewebkit/') ? 'webkit safari' : is('mozilla/') ? 'gecko' : '',
		os = (is('x11') || is('linux')) ? ' linux' : is('mac') ? ' mac' : is('win') ? ' win' : '';
	var c = b+os+' js';
	h.className += h.className?' '+c:c;	
}();

function defaultNavigation_uk() {
	$("#uk_top_wrapper_middle").html("<div id='top_nav_item_a_uk'><a class='top_nav_a_uk' href='/UK_home.aspx'><img src='/RVE_Images/TopNavigation/nav_home.gif' hover='/RVE_Images/TopNavigation/nav_homeOver.gif' class='rollover' alt='Home' width='35' height='28' title='Home' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='28' title='line'></div><div id='top_nav_item_b_uk'><a class='top_nav_b_uk' href='/UK_Our_business.aspx'><img src='/RVE_Images/TopNavigation/nav_ourBusiness.gif' hover='/RVE_Images/TopNavigation/nav_ourBusinessOver.gif' class='rollover' alt='Our business' width='65' height='28' title='Our business' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='28' title='line'></div><div id='top_nav_item_c_uk'><a class='top_nav_c_uk' href='/UK_Our_schemes.aspx'><img src='/RVE_Images/TopNavigation/nav_ourSchemes.gif' hover='/RVE_Images/TopNavigation/nav_ourSchemesOver.gif' class='rollover' alt='Our schemes' width='64' height='28' title='Our schemes' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='28' title='line'></div><div id='top_nav_item_d_uk'><a class='top_nav_d_uk' href='/UK_Our_apprenticeships.aspx'><img src='/RVE_Images/TopNavigation/nav_ourApprenticeships.gif' hover='/RVE_Images/TopNavigation/nav_ourApprenticeshipsOver.gif' class='rollover' alt='Our apprenticeships' width='108' height='28' title='Our apprenticeships' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='28' title='line'></div><div id='top_nav_item_e_uk'><a class='top_nav_e_uk' href='/UK_Our_placements.aspx'><img src='/RVE_Images/TopNavigation/nav_ourPlacements.gif' hover='/RVE_Images/TopNavigation/nav_ourPlacementsOver.gif' class='rollover' alt='Our placements' width='80' height='28' title='Our placements' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='28' title='line'></div><div id='top_nav_item_f_uk'><a class='top_nav_f_uk' href='/UK_your_tools.aspx'><img src='/RVE_Images/TopNavigation/nav_yourTools.gif' hover='/RVE_Images/TopNavigation/nav_yourToolsOver.gif' class='rollover' alt='Your tools' width='71' height='28' title='Your tools' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='28' title='line'></div><div id='top_nav_item_g_uk'><a class='top_nav_g_uk' href='/UK_apply.aspx'><img src='/RVE_Images/TopNavigation/nav_apply.gif' hover='/RVE_Images/TopNavigation/nav_applyOver.gif' class='rollover' alt='Apply' width='43' height='28' title='Apply' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='28' title='line'></div><div id='top_nav_item_h_uk'><a class='top_nav_h_uk' href='/UK_events.aspx'><img src='/RVE_Images/TopNavigation/nav_events.gif' hover='/RVE_Images/TopNavigation/nav_eventsOver.gif' class='rollover' alt='Events' width='53' height='28' title='Events' /></a></div>");
	setRollOvers();
	resetNavigation_uk();
	$('body').addClass('background_colourA');
	notJustBritishSugar_uk();	
	topLogo_uk();
}

function notJustBritishSugar_uk() {
$("#uk_top_wrapper_right").html('<a href="/Home.aspx"><img src="/RVE_Images/Logos/logo_notJustSugarBritish.gif" alt="Not Not Just Sugar British" width="130" height="68" title="Not Not Just Sugar British"></a>');
}

function topLogo_uk() {
	$("#uk_top_wrapper_left").html('<img src="/RVE_Images/Logos/logo_britishSugar_main.gif" alt="British Sugar" width="201" height="40" title="British Sugar">');
}

function setRollOvers(){
	$(function() {
		$('.rollover').hover(function() {
			var currentImg = $(this).attr('src');
			$(this).attr('src', $(this).attr('hover'));
			$(this).attr('hover', currentImg);
		}, function() {
			var currentImg = $(this).attr('src');
			$(this).attr('src', $(this).attr('hover'));
			$(this).attr('hover', currentImg);
		});
	});						
}

function in_nav_a_uk(){
	$(".top_nav_a_uk").html('<img src="/RVE_Images/TopNavigation/nav_homeOver.gif" alt="Home" width="35" height="28" title="Home">');					
	defaultRHPandFooter_uk();
}
function in_nav_b_uk(){
	$(".top_nav_b_uk").html('<img src="/RVE_Images/TopNavigation/nav_ourBusinessOver.gif" alt="Our business" width="65" height="28" title="Our business" />');					
	defaultRHPandFooter_uk();
}
function in_nav_c_uk(){
	$(".top_nav_c_uk").html('<img src="/RVE_Images/TopNavigation/nav_ourSchemesOver.gif" alt="Our schemes" width="64" height="28" title="Our schemes" />');					
	defaultRHPandFooter_uk();
}
function in_nav_d_uk(){
	$(".top_nav_d_uk").html('<img src="/RVE_Images/TopNavigation/nav_ourApprenticeshipsOver.gif" alt="Our apprenticeships" width="108" height="28" title="Our apprenticeships" />');	
	defaultRHPandFooter_uk();
}
function in_nav_e_uk(){
	$(".top_nav_e_uk").html('<img src="/RVE_Images/TopNavigation/nav_ourPlacementsOver.gif" alt="Our placements" width="80" height="28" title="Our placements" />');
	defaultRHPandFooter_uk();
}
function in_nav_f_uk(){
	$(".top_nav_f_uk").html('<img src="/RVE_Images/TopNavigation/nav_yourToolsOver.gif" alt="Your tools" width="71" height="28" title="Your tools" />');	
	defaultRHPandFooter_uk();
}
function in_nav_g_uk(){
	$(".top_nav_g_uk").html('<img src="/RVE_Images/TopNavigation/nav_applyOver.gif" alt="Apply" width="43" height="28" title="Apply" />');
	defaultRHPandFooter_uk();
}
function in_nav_h_uk(){
	$(".top_nav_h_uk").html('<img src="/RVE_Images/TopNavigation/nav_eventsOver.gif" alt="Events" width="53" height="28" title="Events" />');
	defaultRHPandFooter_uk();
}

function resetNavigation_uk(){
	$(".top_nav_a_uk").click(function(){
		defaultNavigation_uk();
		in_nav_a_uk();
	});
	$(".top_nav_b_uk").click(function(){
		defaultNavigation_uk();																
	  	in_nav_b_uk();				
	});
	$(".top_nav_c_uk").click(function(){
		defaultNavigation_uk();															
	  	in_nav_c_uk();
	});
	$(".top_nav_d_uk").click(function(){
		defaultNavigation_uk();																
	  	in_nav_d_uk();
	});
	$(".top_nav_e_uk").click(function(){
		defaultNavigation_uk();
	  	in_nav_e_uk();
	});
	$(".top_nav_f_uk").click(function(){
		defaultNavigation_uk();
	  	in_nav_f_uk();		
	});
	$(".top_nav_g_uk").click(function(){
		defaultNavigation_uk();
	  	in_nav_g_uk();
	});
	$(".top_nav_h_uk").click(function(){
		defaultNavigation_uk();
	  	in_nav_h_uk();		
	});
}

function defaultRHPandFooter_uk() {	
	$("#uk_footer").html("<img src='/RVE_Images/CSS_Images/line_green_long.gif' alt='line' /><div id='uk_footer_left'><a href='/UK_terms_conditions.aspx'>Terms and conditions</a><a href='/UK_accessibility.aspx'>Accessibility</a><a href='/UK_privacy.aspx'>Privacy</a><a href='/UK_sitemap.aspx'>Sitemap</a></div><div id='uk_footer_right'>&copy; 2009 British Sugar</div>");
	$("#uk_middle_right_apply").html("<a href='/UK_apply.aspx'><img src='/RVE_Images/Buttons/button_applyNow.gif' alt='Apply now!' width='210' height='50' title='Apply now!'></a>");
	$('#uk_middle_right_degree').html("<a href='/UK_degree_matcher.aspx'><img src='/RVE_Images/Buttons/button_degreeMatcher.gif' alt='Degree Matcher - See whether your degree is suitable for the scheme you like!' width='218' height='102' title='Degree Matcher - See whether your degree is suitable for the scheme you like!'></a>");
	$('#uk_middle_right_photo').html("<a href='/UK_video_profiles.aspx'><img src='/RVE_Images/Buttons/button_videoProfiles.gif' alt='Video profiles - Check out our video profiles of current graduates to see what British Sugar life is like!' width='213' height='169' title='Video profiles - Check out our video profiles of current graduates to see what British Sugar life is like!'></a>");
               
}

function defaultNavigation_bsgroup() {
	$("#bsgroup_top_wrapper_middle").html("<div id='top_nav_item_a_bsgroup'><a class='top_nav_a_bsgroup' href='/bsgroup_home.aspx'><img src='/RVE_Images/TopNavigation/nav_home2.gif' hover='/RVE_Images/TopNavigation/nav_home2Over.gif' class='rollover' alt='Home' width='38' height='29' title='Home' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='28' title='line'></div><div id='top_nav_item_b_bsgroup'><a class='top_nav_b_bsgroup' href='/BSGroup_Our_business.aspx'><img src='/RVE_Images/TopNavigation/nav_ourBusiness2.gif' hover='/RVE_Images/TopNavigation/nav_ourBusiness2Over.gif' class='rollover' alt='Our business' width='71' height='29' title='Our business' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='29' title='line'></div><div id='top_nav_item_c_bsgroup'><a class='top_nav_c_bsgroup' href='/BSGroup_Our_schemes.aspx'><img src='/RVE_Images/TopNavigation/nav_ourSchemes2.gif' hover='/RVE_Images/TopNavigation/nav_ourSchemes2Over.gif' class='rollover' alt='Our schemes' width='70' height='29' title='Our schemes' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='28' title='line'></div><div id='top_nav_item_d_bsgroup'><a class='top_nav_d_bsgroup' href='/BSGroup_Our_placements.aspx'><img src='/RVE_Images/TopNavigation/nav_ourPlacements2.gif' hover='/RVE_Images/TopNavigation/nav_ourPlacements2Over.gif' class='rollover' alt='Our placements' width='87' height='29' title='Our placements' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='28' title='line'></div><div id='top_nav_item_e_bsgroup'><a class='top_nav_e_bsgroup' href='/BSGroup_Your_tools.aspx'><img src='/RVE_Images/TopNavigation/nav_yourTools2.gif' hover='/RVE_Images/TopNavigation/nav_yourTools2Over.gif' class='rollover' alt='Your tools' width='77' height='29' title='Your tools' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='28' title='line'></div><div id='top_nav_item_f_bsgroup'><a class='top_nav_f_bsgroup' href='/BSGroup_Apply.aspx'><img src='/RVE_Images/TopNavigation/nav_apply2.gif' hover='/RVE_Images/TopNavigation/nav_apply2Over.gif' class='rollover' alt='Apply' width='50' height='29' title='Apply' /></a></div><div class='floatLeft'><img src='/RVE_Images/TopNavigation/nav_line.gif' alt='line' width='2' height='28' title='line'></div><div id='top_nav_item_g_bsgroup'><a class='top_nav_g_bsgroup' href='/BSGroup_Events.aspx'><img src='/RVE_Images/TopNavigation/nav_events2.gif' hover='/RVE_Images/TopNavigation/nav_events2Over.gif' class='rollover' alt='Events' width='57' height='29' title='Events' /></a></div>");
	setRollOvers();
	resetNavigation_bsgroup();
	$('body').addClass('background_colourB');
	notJustBritishSugar_bsgroup();
	topLogo_bsgroup();
}

function notJustBritishSugar_bsgroup() {
$("#bsgroup_top_wrapper_right").html('<a href="/Home.aspx"><img src="/RVE_Images/Logos/logo_notJustSugarBritish.gif" alt="Not Not Just Sugar British" width="130" height="68" title="Not Not Just Sugar British"></a>');
}

function topLogo_bsgroup() {
	$("#bsgroup_top_wrapper_left").html('<img src="/RVE_Images/Logos/logo_britishSugargroup_main.gif" alt="British Sugar Group" width="191" height="65" title="British Sugar Group">');
}

function in_nav_a_bsgroup(){
	$(".top_nav_a_bsgroup").html('<img src="/RVE_Images/TopNavigation/nav_home2Over.gif" alt="Home" width="38" height="29" title="Home">');
	defaultRHPandFooter_bsgroup();
}
function in_nav_b_bsgroup(){
	$(".top_nav_b_bsgroup").html('<img src="/RVE_Images/TopNavigation/nav_ourBusiness2Over.gif" alt="Our business" width="71" height="29" title="Our business" />');					
	defaultRHPandFooter_bsgroup();
}
function in_nav_c_bsgroup(){
	$(".top_nav_c_bsgroup").html('<img src="/RVE_Images/TopNavigation/nav_ourSchemes2Over.gif" alt="Our schemes" width="70" height="29" title="Our schemes" />');					
	defaultRHPandFooter_bsgroup();
}
function in_nav_d_bsgroup(){
	$(".top_nav_d_bsgroup").html('<img src="/RVE_Images/TopNavigation/nav_ourPlacements2Over.gif" alt="Our placements" width="87" height="29" title="Our placements" />');
	defaultRHPandFooter_bsgroup();
}
function in_nav_e_bsgroup(){	
	$(".top_nav_e_bsgroup").html('<img src="/RVE_Images/TopNavigation/nav_yourTools2Over.gif" alt="Your tools" width="77" height="29" title="Your tools" />');
	defaultRHPandFooter_bsgroup();
}
function in_nav_f_bsgroup(){	
	$(".top_nav_f_bsgroup").html('<img src="/RVE_Images/TopNavigation/nav_apply2Over.gif" alt="Apply" width="50" height="29" title="Apply" />');
	defaultRHPandFooter_bsgroup();
}
function in_nav_g_bsgroup(){
	$(".top_nav_g_bsgroup").html('<img src="/RVE_Images/TopNavigation/nav_events2Over.gif" alt="Events" width="57" height="29" title="Events" />');
	defaultRHPandFooter_bsgroup();
}

		


function resetNavigation_bsgroup(){
	$(".top_nav_a_bsgroup").click(function(){
		defaultNavigation_bsgroup();
		in_nav_a_bsgroup();
	});
	$(".top_nav_b_bsgroup").click(function(){
		defaultNavigation_bsgroup();																
	  	in_nav_b_bsgroup();				
	});
	$(".top_nav_c_bsgroup").click(function(){
		defaultNavigation_bsgroup();															
	  	in_nav_c_bsgroup();
	});
	$(".top_nav_d_bsgroup").click(function(){
		defaultNavigation_bsgroup();																
	  	in_nav_d_bsgroup();
	});
	$(".top_nav_e_bsgroup").click(function(){
		defaultNavigation_bsgroup();
	  	in_nav_e_bsgroup();
	});
	$(".top_nav_f_bsgroup").click(function(){
		defaultNavigation_bsgroup();
	  	in_nav_f_bsgroup();		
	});
	$(".top_nav_g_bsgroup").click(function(){
		defaultNavigation_bsgroup();
	  	in_nav_g_bsgroup();
	});
	$(".top_nav_h_bsgroup").click(function(){
		defaultNavigation_bsgroup();
	  	in_nav_h_bsgroup();		
	});
}

function defaultRHPandFooter_bsgroup() {
	$("#bsgroup_footer").html("<img src='/RVE_Images/CSS_Images/line_blue_long.gif' alt='line' /><div id='bsgroup_footer_left'><a href='/BSGroup_terms_conditions.aspx'>Terms and conditions</a><a href='/BSGroup_accessibility.aspx'>Accessibility</a><a href='/BSGroup_privacy.aspx'>Privacy</a><a href='/BSGroup_sitemap.aspx'>Sitemap</a></div><div id='bsgroup_footer_right'>&copy; 2009 British Sugar</div>");
	$("#bsgroup_middle_right_apply").html("<a href='/BSGroup_Apply.aspx'><img src='/RVE_Images/Buttons/button_applyNow2.gif' alt='Apply now!' width='210' height='50' title='Apply now!' /></a>");
	$('#bsgroup_middle_right_degree').html("<a href='/BSGroup_degreematcher.aspx'><img src='/RVE_Images/Buttons/button_degreeMatcher.gif' alt='Degree Matcher - See whether your degree is suitable for the scheme you like!' width='218' height='102' title='Degree Matcher - See whether your degree is suitable for the scheme you like!'></a>");
	$('#bsgroup_middle_right_photo').html("<a href='/BSGroup_photo_profiles.aspx'><img src='/RVE_Images/Buttons/button_videoProfiles2.gif' alt='Video profiles - Check out our video profiles of current graduates to see what British Sugar life is like!' width='213' height='169' title='Video profiles - Check out our video profiles of current graduates to see what British Sugar life is like!'></a>");
               
}