//JQuery Easing

//jQuery.easing.def = "easeInOutQuint";


//JQuery Blind Toggle

//jQuery.fn.blindToggle=function(speed,easing,callback){var h=this.height()+parseInt(this.css('paddingTop'))+parseInt(this.css('paddingBottom'));return this.animate({marginTop:parseInt(this.css('marginTop'))<0?0:-h},speed,easing,callback)};


//JQuery Blind Toggle Footer Tabs

//$(document).ready(function(){var $box=$('#footer_tab_inner').wrap('<div id="footer_tab_outer"></div>');$('.footer_tab_title_link').click(function(){$box.blindToggle('slow, easeInOutQuint')})});


//$(document).ready(function(){$('.footer_content').slideToggle('slow, easeInOutQuint')});

//$(document).ready(function(){$('.footer_tab_title_link').click(function(){$('#footer_tab_inner').slideToggle('slow, easeInOutQuint')})});



$(document).ready(function(){
	$('.footer_tab_title_link').toggle(
		function(){$('#footer_tab_inner').animate({'bottom': '+=115px'}, 'slow', '');$('.footer_tab_title_link').animate({'bottom': '+=115px'}, 'slow', '');},
		function(){$('#footer_tab_inner').animate({'bottom': '-=115px'}, 'slow', '');$('.footer_tab_title_link').animate({'bottom': '-=115px'}, 'slow', '');}
		)});

$(document).ready(function()
	{$('.footer_tab_title_link').toggle(
		function(){$('.highlight_arrow_up').hide(), $('.highlight_arrow_down').show()},
		function(){$('.highlight_arrow_up').show(), $('.highlight_arrow_down').hide()}
		)});

$(document).ready(function(){
	setTimeout(function(){$('#footer_tab_inner').show()}, 1000)});


$('#slideshow_images').cycle({ 
    fx:     'fade', 
    speed:  1000, 
    timeout: 3000, 
    pager:  '#slideshow_controls',
    pagerAnchorBuilder:function(idx, slide){return '#slideshow_controls li:eq(' + idx + ') a';}
});


$(document).ready(function(){
	$(".slideshow_nav_01").toggle(
		function(){$('#slideshow_images').cycle('pause');},
		function(){$('#slideshow_images').cycle('resume');}
		)});
		
$(document).ready(function(){
	$(".slideshow_nav_02").toggle(
		function(){$('#slideshow_images').cycle('pause');},
		function(){$('#slideshow_images').cycle('resume');}
		)});
		
$(document).ready(function(){
	$(".slideshow_nav_03").toggle(
		function(){$('#slideshow_images').cycle('pause');},
		function(){$('#slideshow_images').cycle('resume');}
		)});
		
$(document).ready(function(){
	$(".slideshow_nav_04").toggle(
		function(){$('#slideshow_images').cycle('pause');},
		function(){$('#slideshow_images').cycle('resume');}
		)});
		



// Clear Form

$(document).ready(function(){$("#nav_search").focus(function() {if ( $(this).val() == "search")$(this).val('')})});

$(document).ready(function(){$("#nav_search").blur(function() {if ( $(this).val() == "")$(this).val('search')})});




// The Water Dropdown

$(document).ready(function(){$('.the_water').hover(function() {$('.the_water_dropdown').show();return false;})});

$(document).ready(function(){$('.lifestyle').hover(function() {$('.the_water_dropdown').hide();return false;})});

$(document).ready(function(){$('.the_company').hover(function() {$('.the_water_dropdown').hide();return false;})});

$(document).ready(function(){$('.giving_back').hover(function() {$('.the_water_dropdown').hide();return false;})});

$(document).ready(function(){$('.the_store').hover(function() {$('.the_water_dropdown').hide();return false;})});

$(document).ready(function(){$('#header').hover(function() {$('.the_water_dropdown').hide();return false;})});


// The Company Dropdown

$(document).ready(function(){$('.the_company').hover(function() {$('.the_company_dropdown').show();return false;})});

$(document).ready(function(){$('.the_water').hover(function() {$('.the_company_dropdown').hide();return false;})});

$(document).ready(function(){$('.lifestyle').hover(function() {$('.the_company_dropdown').hide();return false;})});

$(document).ready(function(){$('.giving_back').hover(function() {$('.the_company_dropdown').hide();return false;})});

$(document).ready(function(){$('.the_store').hover(function() {$('.the_company_dropdown').hide();return false;})});

$(document).ready(function(){$('#header').hover(function() {$('.the_company_dropdown').hide();return false;})});


// Lifestyle Dropdown

$(document).ready(function(){$('.lifestyle').hover(function() {$('.lifestyle_dropdown').show();return false;})});

$(document).ready(function(){$('.the_water').hover(function() {$('.lifestyle_dropdown').hide();return false;})});

$(document).ready(function(){$('.the_company').hover(function() {$('.lifestyle_dropdown').hide();return false;})});

$(document).ready(function(){$('.giving_back').hover(function() {$('.lifestyle_dropdown').hide();return false;})});

$(document).ready(function(){$('.the_store').hover(function() {$('.lifestyle_dropdown').hide();return false;})});

$(document).ready(function(){$('#header').hover(function() {$('.lifestyle_dropdown').hide();return false;})});


// Giving Back Dropdown

$(document).ready(function(){$('.giving_back').hover(function() {$('.giving_back_dropdown').show();return false;})});

$(document).ready(function(){$('.the_water').hover(function() {$('.giving_back_dropdown').hide();return false;})});

$(document).ready(function(){$('.the_company').hover(function() {$('.giving_back_dropdown').hide();return false;})});

$(document).ready(function(){$('.lifestyle').hover(function() {$('.giving_back_dropdown').hide();return false;})});

$(document).ready(function(){$('.the_store').hover(function() {$('.giving_back_dropdown').hide();return false;})});

$(document).ready(function(){$('#header').hover(function() {$('.giving_back_dropdown').hide();return false;})});



// Country Dropdown

$(document).ready(function(){$('.select_country').click(function() {$('.country_dropdown').show();return false;})});

$(document).ready(function(){$('.country_dropdown_ul').mouseout(function() {$('.country_dropdown').hide();return false;})});

$(document).ready(function(){$('.country_dropdown').mouseover(function() {$('.country_dropdown').show();return false;})});

$(document).ready(function(){$('#page').mouseover(function() {$('.country_dropdown').hide();return false;})});



function timelineswitcharoo(year)
{
$('#timeline_1996').hide();
$('.timeline_1996').removeClass('timeline_selected');
$('#timeline_1997').hide();
$('.timeline_1997').removeClass('timeline_selected');

$('#timeline_1999').hide();
$('.timeline_1999').removeClass('timeline_selected');
$('#timeline_2003').hide();
$('.timeline_2003').removeClass('timeline_selected');
$('#timeline_2004').hide();
$('.timeline_2004').removeClass('timeline_selected');
$('#timeline_2005').hide();
$('.timeline_2005').removeClass('timeline_selected');
$('#timeline_2006').hide();
$('.timeline_2006').removeClass('timeline_selected');
$('#timeline_2007').hide();
$('.timeline_2007').removeClass('timeline_selected');
$('#timeline_2008').hide();
$('.timeline_2008').removeClass('timeline_selected');
$('#timeline_2009').hide();
$('.timeline_2009').removeClass('timeline_selected');
$('#timeline_2010').hide();
$('.timeline_2010').removeClass('timeline_selected');
$('#timeline_'+year).show();
$('.timeline_'+year).addClass('timeline_selected');
}

var t2 = 0;
var t4 = 0;
var t5 = 0;
var t6 = 0;
var t7 = 0;
var t8 = 0;
var t9 = 0;
var t10 = 0;
var t11 = 0;

var interval=1;

function timelineloop()
{
var t1=setTimeout("timelineswitcharoo('1996')",0000);
var t2=setTimeout("timelineswitcharoo('1997')",5000);

var t4=setTimeout("timelineswitcharoo('1999')",10000);
var t5=setTimeout("timelineswitcharoo('2003')",15000);
var t6=setTimeout("timelineswitcharoo('2004')",20000);
var t7=setTimeout("timelineswitcharoo('2005')",25000);
var t8=setTimeout("timelineswitcharoo('2006')",30000);
var t9=setTimeout("timelineswitcharoo('2007')",35000);
var t10=setTimeout("timelineswitcharoo('2008')",40000);
var t11=setTimeout("timelineswitcharoo('2009')",45000);
}


var t1=setTimeout("timelineswitcharoo('1996')",0000);
var t2=setTimeout("timelineswitcharoo('1997')",5000);

var t4=setTimeout("timelineswitcharoo('1999')",10000);
var t5=setTimeout("timelineswitcharoo('2003')",15000);
var t6=setTimeout("timelineswitcharoo('2004')",20000);
var t7=setTimeout("timelineswitcharoo('2005')",25000);
var t8=setTimeout("timelineswitcharoo('2006')",30000);
var t9=setTimeout("timelineswitcharoo('2007')",35000);
var t10=setTimeout("timelineswitcharoo('2008')",40000);
var t11=setTimeout("timelineswitcharoo('2009')",45000);



var loop = setInterval("timelineloop()",50000);



function stoptimelineloop() 
{
clearTimeout(t1);
clearTimeout(t2);

clearTimeout(t4);
clearTimeout(t5);
clearTimeout(t6);
clearTimeout(t7);
clearTimeout(t8);
clearTimeout(t9);
clearTimeout(t10);
clearTimeout(t11);
clearInterval(loop);

}



// Timeline 1996

$(document).ready(function(){$('.timeline_1996').hover(function() {stoptimelineloop();$('#timeline_1996').show();})});

$(document).ready(function(){$('.timeline_1997').hover(function() {stoptimelineloop();$('#timeline_1996').hide();})});

$(document).ready(function(){$('.timeline_1999').hover(function() {stoptimelineloop();$('#timeline_1996').hide();})});

$(document).ready(function(){$('.timeline_2003').hover(function() {stoptimelineloop();$('#timeline_1996').hide();})});

$(document).ready(function(){$('.timeline_2004').hover(function() {stoptimelineloop();$('#timeline_1996').hide();})});

$(document).ready(function(){$('.timeline_2005').hover(function() {stoptimelineloop();$('#timeline_1996').hide();})});

$(document).ready(function(){$('.timeline_2006').hover(function() {stoptimelineloop();$('#timeline_1996').hide();})});

$(document).ready(function(){$('.timeline_2007').hover(function() {stoptimelineloop();$('#timeline_1996').hide();})});

$(document).ready(function(){$('.timeline_2008').hover(function() {stoptimelineloop();$('#timeline_1996').hide();})});

$(document).ready(function(){$('.timeline_2009').hover(function() {stoptimelineloop();$('#timeline_1996').hide();})});

$(document).ready(function(){$('.timeline_2010').hover(function() {stoptimelineloop();$('#timeline_1996').hide();})});



// Timeline 1997

$(document).ready(function(){$('.timeline_1997').hover(function() {$('#timeline_1997').show();})});

$(document).ready(function(){$('.timeline_1996').hover(function() {$('#timeline_1997').hide();})});

$(document).ready(function(){$('.timeline_1999').hover(function() {$('#timeline_1997').hide();})});

$(document).ready(function(){$('.timeline_2003').hover(function() {$('#timeline_1997').hide();})});

$(document).ready(function(){$('.timeline_2004').hover(function() {$('#timeline_1997').hide();})});

$(document).ready(function(){$('.timeline_2005').hover(function() {$('#timeline_1997').hide();})});

$(document).ready(function(){$('.timeline_2006').hover(function() {$('#timeline_1997').hide();})});

$(document).ready(function(){$('.timeline_2007').hover(function() {$('#timeline_1997').hide();})});

$(document).ready(function(){$('.timeline_2008').hover(function() {$('#timeline_1997').hide();})});

$(document).ready(function(){$('.timeline_2009').hover(function() {$('#timeline_1997').hide();})});

$(document).ready(function(){$('.timeline_2010').hover(function() {$('#timeline_1997').hide();})});


// Timeline 1999

$(document).ready(function(){$('.timeline_1999').hover(function() {$('#timeline_1999').show();})});

$(document).ready(function(){$('.timeline_1997').hover(function() {$('#timeline_1999').hide();})});

$(document).ready(function(){$('.timeline_1996').hover(function() {$('#timeline_1999').hide();})});

$(document).ready(function(){$('.timeline_2003').hover(function() {$('#timeline_1999').hide();})});

$(document).ready(function(){$('.timeline_2004').hover(function() {$('#timeline_1999').hide();})});

$(document).ready(function(){$('.timeline_2005').hover(function() {$('#timeline_1999').hide();})});

$(document).ready(function(){$('.timeline_2006').hover(function() {$('#timeline_1999').hide();})});

$(document).ready(function(){$('.timeline_2007').hover(function() {$('#timeline_1999').hide();})});

$(document).ready(function(){$('.timeline_2008').hover(function() {$('#timeline_1999').hide();})});

$(document).ready(function(){$('.timeline_2009').hover(function() {$('#timeline_1999').hide();})});

$(document).ready(function(){$('.timeline_2010').hover(function() {$('#timeline_1999').hide();})});


// Timeline 2003

$(document).ready(function(){$('.timeline_2003').hover(function() {$('#timeline_2003').show();})});

$(document).ready(function(){$('.timeline_1997').hover(function() {$('#timeline_2003').hide();})});

$(document).ready(function(){$('.timeline_1999').hover(function() {$('#timeline_2003').hide();})});

$(document).ready(function(){$('.timeline_1996').hover(function() {$('#timeline_2003').hide();})});

$(document).ready(function(){$('.timeline_2004').hover(function() {$('#timeline_2003').hide();})});

$(document).ready(function(){$('.timeline_2005').hover(function() {$('#timeline_2003').hide();})});

$(document).ready(function(){$('.timeline_2006').hover(function() {$('#timeline_2003').hide();})});

$(document).ready(function(){$('.timeline_2007').hover(function() {$('#timeline_2003').hide();})});

$(document).ready(function(){$('.timeline_2008').hover(function() {$('#timeline_2003').hide();})});

$(document).ready(function(){$('.timeline_2009').hover(function() {$('#timeline_2003').hide();})});

$(document).ready(function(){$('.timeline_2010').hover(function() {$('#timeline_2003').hide();})});


// Timeline 2004

$(document).ready(function(){$('.timeline_2004').hover(function() {$('#timeline_2004').show();})});

$(document).ready(function(){$('.timeline_1997').hover(function() {$('#timeline_2004').hide();})});

$(document).ready(function(){$('.timeline_1999').hover(function() {$('#timeline_2004').hide();})});

$(document).ready(function(){$('.timeline_2003').hover(function() {$('#timeline_2004').hide();})});

$(document).ready(function(){$('.timeline_1996').hover(function() {$('#timeline_2004').hide();})});

$(document).ready(function(){$('.timeline_2005').hover(function() {$('#timeline_2004').hide();})});

$(document).ready(function(){$('.timeline_2006').hover(function() {$('#timeline_2004').hide();})});

$(document).ready(function(){$('.timeline_2007').hover(function() {$('#timeline_2004').hide();})});

$(document).ready(function(){$('.timeline_2008').hover(function() {$('#timeline_2004').hide();})});

$(document).ready(function(){$('.timeline_2009').hover(function() {$('#timeline_2004').hide();})});

$(document).ready(function(){$('.timeline_2010').hover(function() {$('#timeline_2004').hide();})});


// Timeline 2005

$(document).ready(function(){$('.timeline_2005').hover(function() {$('#timeline_2005').show();})});

$(document).ready(function(){$('.timeline_1997').hover(function() {$('#timeline_2005').hide();})});

$(document).ready(function(){$('.timeline_1999').hover(function() {$('#timeline_2005').hide();})});

$(document).ready(function(){$('.timeline_2003').hover(function() {$('#timeline_2005').hide();})});

$(document).ready(function(){$('.timeline_2004').hover(function() {$('#timeline_2005').hide();})});

$(document).ready(function(){$('.timeline_1996').hover(function() {$('#timeline_2005').hide();})});

$(document).ready(function(){$('.timeline_2006').hover(function() {$('#timeline_2005').hide();})});

$(document).ready(function(){$('.timeline_2007').hover(function() {$('#timeline_2005').hide();})});

$(document).ready(function(){$('.timeline_2008').hover(function() {$('#timeline_2005').hide();})});

$(document).ready(function(){$('.timeline_2009').hover(function() {$('#timeline_2005').hide();})});

$(document).ready(function(){$('.timeline_2010').hover(function() {$('#timeline_2005').hide();})});


// Timeline 2006

$(document).ready(function(){$('.timeline_2006').hover(function() {$('#timeline_2006').show();})});

$(document).ready(function(){$('.timeline_1997').hover(function() {$('#timeline_2006').hide();})});

$(document).ready(function(){$('.timeline_1999').hover(function() {$('#timeline_2006').hide();})});

$(document).ready(function(){$('.timeline_2003').hover(function() {$('#timeline_2006').hide();})});

$(document).ready(function(){$('.timeline_2004').hover(function() {$('#timeline_2006').hide();})});

$(document).ready(function(){$('.timeline_2005').hover(function() {$('#timeline_2006').hide();})});

$(document).ready(function(){$('.timeline_1996').hover(function() {$('#timeline_2006').hide();})});

$(document).ready(function(){$('.timeline_2007').hover(function() {$('#timeline_2006').hide();})});

$(document).ready(function(){$('.timeline_2008').hover(function() {$('#timeline_2006').hide();})});

$(document).ready(function(){$('.timeline_2009').hover(function() {$('#timeline_2006').hide();})});

$(document).ready(function(){$('.timeline_2010').hover(function() {$('#timeline_2006').hide();})});


// Timeline 2007

$(document).ready(function(){$('.timeline_2007').hover(function() {$('#timeline_2007').show();})});

$(document).ready(function(){$('.timeline_1997').hover(function() {$('#timeline_2007').hide();})});

$(document).ready(function(){$('.timeline_1999').hover(function() {$('#timeline_2007').hide();})});

$(document).ready(function(){$('.timeline_2003').hover(function() {$('#timeline_2007').hide();})});

$(document).ready(function(){$('.timeline_2004').hover(function() {$('#timeline_2007').hide();})});

$(document).ready(function(){$('.timeline_2005').hover(function() {$('#timeline_2007').hide();})});

$(document).ready(function(){$('.timeline_2006').hover(function() {$('#timeline_2007').hide();})});

$(document).ready(function(){$('.timeline_1996').hover(function() {$('#timeline_2007').hide();})});

$(document).ready(function(){$('.timeline_2008').hover(function() {$('#timeline_2007').hide();})});

$(document).ready(function(){$('.timeline_2009').hover(function() {$('#timeline_2007').hide();})});

$(document).ready(function(){$('.timeline_2010').hover(function() {$('#timeline_2007').hide();})});


// Timeline 2008

$(document).ready(function(){$('.timeline_2008').hover(function() {$('#timeline_2008').show();})});

$(document).ready(function(){$('.timeline_1997').hover(function() {$('#timeline_2008').hide();})});

$(document).ready(function(){$('.timeline_1999').hover(function() {$('#timeline_2008').hide();})});

$(document).ready(function(){$('.timeline_2003').hover(function() {$('#timeline_2008').hide();})});

$(document).ready(function(){$('.timeline_2004').hover(function() {$('#timeline_2008').hide();})});

$(document).ready(function(){$('.timeline_2005').hover(function() {$('#timeline_2008').hide();})});

$(document).ready(function(){$('.timeline_2006').hover(function() {$('#timeline_2008').hide();})});

$(document).ready(function(){$('.timeline_2007').hover(function() {$('#timeline_2008').hide();})});

$(document).ready(function(){$('.timeline_1996').hover(function() {$('#timeline_2008').hide();})});

$(document).ready(function(){$('.timeline_2009').hover(function() {$('#timeline_2008').hide();})});

$(document).ready(function(){$('.timeline_2010').hover(function() {$('#timeline_2008').hide();})});


// Timeline 2009

$(document).ready(function(){$('.timeline_2009').hover(function() {$('#timeline_2009').show();})});

$(document).ready(function(){$('.timeline_1997').hover(function() {$('#timeline_2009').hide();})});

$(document).ready(function(){$('.timeline_1999').hover(function() {$('#timeline_2009').hide();})});

$(document).ready(function(){$('.timeline_2003').hover(function() {$('#timeline_2009').hide();})});

$(document).ready(function(){$('.timeline_2004').hover(function() {$('#timeline_2009').hide();})});

$(document).ready(function(){$('.timeline_2005').hover(function() {$('#timeline_2009').hide();})});

$(document).ready(function(){$('.timeline_2006').hover(function() {$('#timeline_2009').hide();})});

$(document).ready(function(){$('.timeline_2007').hover(function() {$('#timeline_2009').hide();})});

$(document).ready(function(){$('.timeline_2008').hover(function() {$('#timeline_2009').hide();})});

$(document).ready(function(){$('.timeline_1996').hover(function() {$('#timeline_2009').hide();})});

$(document).ready(function(){$('.timeline_2010').hover(function() {$('#timeline_2009').hide();})});


// Timeline 2010

$(document).ready(function(){$('.timeline_2010').hover(function() {$('#timeline_2010').show();})});

$(document).ready(function(){$('.timeline_1997').hover(function() {$('#timeline_2010').hide();})});

$(document).ready(function(){$('.timeline_1999').hover(function() {$('#timeline_2010').hide();})});

$(document).ready(function(){$('.timeline_2003').hover(function() {$('#timeline_2010').hide();})});

$(document).ready(function(){$('.timeline_2004').hover(function() {$('#timeline_2010').hide();})});

$(document).ready(function(){$('.timeline_2005').hover(function() {$('#timeline_2010').hide();})});

$(document).ready(function(){$('.timeline_2006').hover(function() {$('#timeline_2010').hide();})});

$(document).ready(function(){$('.timeline_2007').hover(function() {$('#timeline_2010').hide();})});

$(document).ready(function(){$('.timeline_2008').hover(function() {$('#timeline_12010').hide();})});

$(document).ready(function(){$('.timeline_2009').hover(function() {$('#timeline_2010').hide();})});

$(document).ready(function(){$('.timeline_1996').hover(function() {$('#timeline_2010').hide();})});



$(document).ready(function(){$('.timeline_1996').mouseover(function() {stoptimelineloop();$(this).addClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1996').mouseover(function() {$('.timeline_1997').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1996').mouseover(function() {$('.timeline_1999').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1996').mouseover(function() {$('.timeline_2003').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1996').mouseover(function() {$('.timeline_2004').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1996').mouseover(function() {$('.timeline_2005').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1996').mouseover(function() {$('.timeline_2006').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1996').mouseover(function() {$('.timeline_2007').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1996').mouseover(function() {$('.timeline_2008').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1996').mouseover(function() {$('.timeline_2009').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1996').mouseover(function() {$('.timeline_2010').removeClass('timeline_selected');})});


$(document).ready(function(){$('.timeline_1997').mouseover(function() {stoptimelineloop();$(this).addClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1997').mouseover(function() {$('.timeline_1996').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1997').mouseover(function() {$('.timeline_1999').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1997').mouseover(function() {$('.timeline_2003').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1997').mouseover(function() {$('.timeline_2004').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1997').mouseover(function() {$('.timeline_2005').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1997').mouseover(function() {$('.timeline_2006').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1997').mouseover(function() {$('.timeline_2007').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1997').mouseover(function() {$('.timeline_2008').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1997').mouseover(function() {$('.timeline_2009').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1997').mouseover(function() {$('.timeline_2010').removeClass('timeline_selected');})});


$(document).ready(function(){$('.timeline_1999').mouseover(function() {stoptimelineloop();$(this).addClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1999').mouseover(function() {$('.timeline_1996').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1999').mouseover(function() {$('.timeline_1997').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1999').mouseover(function() {$('.timeline_2003').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1999').mouseover(function() {$('.timeline_2004').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1999').mouseover(function() {$('.timeline_2005').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1999').mouseover(function() {$('.timeline_2006').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1999').mouseover(function() {$('.timeline_2007').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1999').mouseover(function() {$('.timeline_2008').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1999').mouseover(function() {$('.timeline_2009').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_1999').mouseover(function() {$('.timeline_2010').removeClass('timeline_selected');})});


$(document).ready(function(){$('.timeline_2003').mouseover(function() {stoptimelineloop();$(this).addClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2003').mouseover(function() {$('.timeline_1996').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2003').mouseover(function() {$('.timeline_1999').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2003').mouseover(function() {$('.timeline_1997').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2003').mouseover(function() {$('.timeline_2004').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2003').mouseover(function() {$('.timeline_2005').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2003').mouseover(function() {$('.timeline_2006').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2003').mouseover(function() {$('.timeline_2007').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2003').mouseover(function() {$('.timeline_2008').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2003').mouseover(function() {$('.timeline_2009').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2003').mouseover(function() {$('.timeline_2010').removeClass('timeline_selected');})});


$(document).ready(function(){$('.timeline_2004').mouseover(function() {stoptimelineloop();$(this).addClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2004').mouseover(function() {$('.timeline_1996').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2004').mouseover(function() {$('.timeline_1999').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2004').mouseover(function() {$('.timeline_1997').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2004').mouseover(function() {$('.timeline_2003').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2004').mouseover(function() {$('.timeline_2005').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2004').mouseover(function() {$('.timeline_2006').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2004').mouseover(function() {$('.timeline_2007').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2004').mouseover(function() {$('.timeline_2008').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2004').mouseover(function() {$('.timeline_2009').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2004').mouseover(function() {$('.timeline_2010').removeClass('timeline_selected');})});


$(document).ready(function(){$('.timeline_2005').mouseover(function() {stoptimelineloop();$(this).addClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2005').mouseover(function() {$('.timeline_1996').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2005').mouseover(function() {$('.timeline_1999').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2005').mouseover(function() {$('.timeline_1997').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2005').mouseover(function() {$('.timeline_2003').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2005').mouseover(function() {$('.timeline_2004').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2005').mouseover(function() {$('.timeline_2006').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2005').mouseover(function() {$('.timeline_2007').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2005').mouseover(function() {$('.timeline_2008').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2005').mouseover(function() {$('.timeline_2009').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2005').mouseover(function() {$('.timeline_2010').removeClass('timeline_selected');})});


$(document).ready(function(){$('.timeline_2006').mouseover(function() {stoptimelineloop();$(this).addClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2006').mouseover(function() {$('.timeline_1996').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2006').mouseover(function() {$('.timeline_1999').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2006').mouseover(function() {$('.timeline_1997').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2006').mouseover(function() {$('.timeline_2003').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2006').mouseover(function() {$('.timeline_2004').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2006').mouseover(function() {$('.timeline_2005').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2006').mouseover(function() {$('.timeline_2007').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2006').mouseover(function() {$('.timeline_2008').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2006').mouseover(function() {$('.timeline_2009').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2006').mouseover(function() {$('.timeline_2010').removeClass('timeline_selected');})});


$(document).ready(function(){$('.timeline_2007').mouseover(function() {stoptimelineloop();$(this).addClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2007').mouseover(function() {$('.timeline_1996').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2007').mouseover(function() {$('.timeline_1999').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2007').mouseover(function() {$('.timeline_1997').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2007').mouseover(function() {$('.timeline_2003').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2007').mouseover(function() {$('.timeline_2004').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2007').mouseover(function() {$('.timeline_2006').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2007').mouseover(function() {$('.timeline_2005').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2007').mouseover(function() {$('.timeline_2008').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2007').mouseover(function() {$('.timeline_2009').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2007').mouseover(function() {$('.timeline_2010').removeClass('timeline_selected');})});


$(document).ready(function(){$('.timeline_2008').mouseover(function() {stoptimelineloop();$(this).addClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2008').mouseover(function() {$('.timeline_1996').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2008').mouseover(function() {$('.timeline_1999').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2008').mouseover(function() {$('.timeline_1997').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2008').mouseover(function() {$('.timeline_2003').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2008').mouseover(function() {$('.timeline_2004').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2008').mouseover(function() {$('.timeline_2006').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2008').mouseover(function() {$('.timeline_2007').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2008').mouseover(function() {$('.timeline_2005').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2008').mouseover(function() {$('.timeline_2009').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2008').mouseover(function() {$('.timeline_2010').removeClass('timeline_selected');})});


$(document).ready(function(){$('.timeline_2009').mouseover(function() {stoptimelineloop();$(this).addClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2009').mouseover(function() {$('.timeline_1996').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2009').mouseover(function() {$('.timeline_1999').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2009').mouseover(function() {$('.timeline_1997').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2009').mouseover(function() {$('.timeline_2003').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2009').mouseover(function() {$('.timeline_2004').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2009').mouseover(function() {$('.timeline_2006').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2009').mouseover(function() {$('.timeline_2007').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2009').mouseover(function() {$('.timeline_2008').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2009').mouseover(function() {$('.timeline_2005').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2009').mouseover(function() {$('.timeline_2010').removeClass('timeline_selected');})});


$(document).ready(function(){$('.timeline_2010').mouseover(function() {stoptimelineloop();$(this).addClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2010').mouseover(function() {$('.timeline_1996').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2010').mouseover(function() {$('.timeline_1999').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2010').mouseover(function() {$('.timeline_1997').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2010').mouseover(function() {$('.timeline_2003').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2010').mouseover(function() {$('.timeline_2004').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2010').mouseover(function() {$('.timeline_2006').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2010').mouseover(function() {$('.timeline_2007').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2010').mouseover(function() {$('.timeline_2008').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2010').mouseover(function() {$('.timeline_2009').removeClass('timeline_selected');})});
$(document).ready(function(){$('.timeline_2010').mouseover(function() {$('.timeline_2005').removeClass('timeline_selected');})});



// Africa Tooltip

function africa_map_info(){
$("#map_africa").attr("src", "/media/images/fiji_map_africa_blue.png");
$("#map_asia").attr("src", "/media/images/fiji_map_asia_grey.png");
$("#map_australia").attr("src", "/media/images/fiji_map_australia_grey.png");
$("#map_europe").attr("src", "/media/images/fiji_map_europe_grey.png");
$("#map_north_america").attr("src", "/media/images/fiji_map_north_america_grey.png");
$("#map_south_america").attr("src", "/media/images/fiji_map_south_america_grey.png");
$("#map_latin_america").attr("src", "/media/images/fiji_map_latin_america_grey.png");

$(".map_list_africa").addClass("map_list_selected");
$(".map_list_asia").removeClass("map_list_selected");
$(".map_list_australia").removeClass("map_list_selected");
$(".map_list_europe").removeClass("map_list_selected");
$(".map_list_north_america").removeClass("map_list_selected");
$(".map_list_south_america").removeClass("map_list_selected");
$(".map_list_latin_america").removeClass("map_list_selected");
};




// Asia Tooltip

function asia_map_info(){
$("#map_asia").attr("src", "/media/images/fiji_map_asia_blue.png");
$("#map_africa").attr("src", "/media/images/fiji_map_africa_grey.png");
$("#map_australia").attr("src", "/media/images/fiji_map_australia_grey.png");
$("#map_europe").attr("src", "/media/images/fiji_map_europe_grey.png");
$("#map_north_america").attr("src", "/media/images/fiji_map_north_america_grey.png");
$("#map_south_america").attr("src", "/media/images/fiji_map_south_america_grey.png");
$("#map_latin_america").attr("src", "/media/images/fiji_map_latin_america_grey.png");

$(".map_list_asia").addClass("map_list_selected");
$(".map_list_africa").removeClass("map_list_selected");
$(".map_list_australia").removeClass("map_list_selected");
$(".map_list_europe").removeClass("map_list_selected");
$(".map_list_north_america").removeClass("map_list_selected");
$(".map_list_south_america").removeClass("map_list_selected");
$(".map_list_latin_america").removeClass("map_list_selected");
};




// Australia

function australia_map_info(){
$("#map_australia").attr("src", "/media/images/fiji_map_australia_blue.png");
$("#map_africa").attr("src", "/media/images/fiji_map_africa_grey.png");
$("#map_asia").attr("src", "/media/images/fiji_map_asia_grey.png");
$("#map_europe").attr("src", "/media/images/fiji_map_europe_grey.png");
$("#map_north_america").attr("src", "/media/images/fiji_map_north_america_grey.png");
$("#map_south_america").attr("src", "/media/images/fiji_map_south_america_grey.png");
$("#map_latin_america").attr("src", "/media/images/fiji_map_latin_america_grey.png");

$(".map_list_australia").addClass("map_list_selected");
$(".map_list_asia").removeClass("map_list_selected");
$(".map_list_africa").removeClass("map_list_selected");
$(".map_list_europe").removeClass("map_list_selected");
$(".map_list_north_america").removeClass("map_list_selected");
$(".map_list_south_america").removeClass("map_list_selected");
$(".map_list_latin_america").removeClass("map_list_selected");
};




// Europe

function europe_map_info(){
$("#map_europe").attr("src", "/media/images/fiji_map_europe_blue.png");
$("#map_africa").attr("src", "/media/images/fiji_map_africa_grey.png");
$("#map_asia").attr("src", "/media/images/fiji_map_asia_grey.png");
$("#map_australia").attr("src", "/media/images/fiji_map_australia_grey.png");
$("#map_north_america").attr("src", "/media/images/fiji_map_north_america_grey.png");
$("#map_south_america").attr("src", "/media/images/fiji_map_south_america_grey.png");
$("#map_latin_america").attr("src", "/media/images/fiji_map_latin_america_grey.png");

$(".map_list_europe").addClass("map_list_selected");
$(".map_list_asia").removeClass("map_list_selected");
$(".map_list_australia").removeClass("map_list_selected");
$(".map_list_africa").removeClass("map_list_selected");
$(".map_list_north_america").removeClass("map_list_selected");
$(".map_list_south_america").removeClass("map_list_selected");
$(".map_list_latin_america").removeClass("map_list_selected");
};




// North America

function north_america_map_info(){
$("#map_north_america").attr("src", "/media/images/fiji_map_north_america_blue.png");
$("#map_africa").attr("src", "/media/images/fiji_map_africa_grey.png");
$("#map_asia").attr("src", "/media/images/fiji_map_asia_grey.png");
$("#map_australia").attr("src", "/media/images/fiji_map_australia_grey.png");
$("#map_europe").attr("src", "/media/images/fiji_map_europe_grey.png");
$("#map_south_america").attr("src", "/media/images/fiji_map_south_america_grey.png");
$("#map_latin_america").attr("src", "/media/images/fiji_map_latin_america_grey.png");

$(".map_list_north_america").addClass("map_list_selected");
$(".map_list_asia").removeClass("map_list_selected");
$(".map_list_australia").removeClass("map_list_selected");
$(".map_list_europe").removeClass("map_list_selected");
$(".map_list_africa").removeClass("map_list_selected");
$(".map_list_south_america").removeClass("map_list_selected");
$(".map_list_latin_america").removeClass("map_list_selected");
};



// South America


function south_america_map_info(){
$("#map_south_america").attr("src", "/media/images/fiji_map_south_america_blue.png");
$("#map_africa").attr("src", "/media/images/fiji_map_africa_grey.png");
$("#map_asia").attr("src", "/media/images/fiji_map_asia_grey.png");
$("#map_australia").attr("src", "/media/images/fiji_map_australia_grey.png");
$("#map_europe").attr("src", "/media/images/fiji_map_europe_grey.png");
$("#map_north_america").attr("src", "/media/images/fiji_map_north_america_grey.png");
$("#map_latin_america").attr("src", "/media/images/fiji_map_latin_america_blue.png");

$(".map_list_south_america").addClass("map_list_selected");
$(".map_list_asia").removeClass("map_list_selected");
$(".map_list_australia").removeClass("map_list_selected");
$(".map_list_europe").removeClass("map_list_selected");
$(".map_list_north_america").removeClass("map_list_selected");
$(".map_list_africa").removeClass("map_list_selected");
$(".map_list_latin_america").addClass("map_list_selected");
};



// Latin America


function latin_america_map_info(){
$("#map_latin_america").attr("src", "/media/images/fiji_map_latin_america_blue.png");
$("#map_africa").attr("src", "/media/images/fiji_map_africa_grey.png");
$("#map_asia").attr("src", "/media/images/fiji_map_asia_grey.png");
$("#map_australia").attr("src", "/media/images/fiji_map_australia_grey.png");
$("#map_europe").attr("src", "/media/images/fiji_map_europe_grey.png");
$("#map_north_america").attr("src", "/media/images/fiji_map_north_america_grey.png");
$("#map_south_america").attr("src", "/media/images/fiji_map_south_america_blue.png");

$(".map_list_latin_america").addClass("map_list_selected");
$(".map_list_asia").removeClass("map_list_selected");
$(".map_list_australia").removeClass("map_list_selected");
$(".map_list_europe").removeClass("map_list_selected");
$(".map_list_north_america").removeClass("map_list_selected");
$(".map_list_africa").removeClass("map_list_selected");
$(".map_list_south_america").addClass("map_list_selected");
};





// Map Hide Tooltip

function map_hide(){
$("#map_africa").attr("src", "/media/images/fiji_map_africa_grey.png");
$("#map_asia").attr("src", "/media/images/fiji_map_asia_grey.png");
$("#map_australia").attr("src", "/media/images/fiji_map_australia_grey.png");
$("#map_europe").attr("src", "/media/images/fiji_map_europe_grey.png");
$("#map_north_america").attr("src", "/media/images/fiji_map_north_america_grey.png");
$("#map_south_america").attr("src", "/media/images/fiji_map_south_america_grey.png");
$("#map_latin_america").attr("src", "/media/images/fiji_map_latin_america_grey.png");

$(".map_list_africa").removeClass("map_list_selected");
$(".map_list_asia").removeClass("map_list_selected");
$(".map_list_australia").removeClass("map_list_selected");
$(".map_list_europe").removeClass("map_list_selected");
$(".map_list_north_america").removeClass("map_list_selected");
$(".map_list_south_america").removeClass("map_list_selected");
$(".map_list_latin_america").removeClass("map_list_selected");
};

  
  
// Benefits Accordian

function benefits_silca() {
$('#silca').toggle('blind');
$('#bic').hide();
$('#ph').hide();
$('#fluoride').hide();
$('#electro').hide();

$('.silca').toggle();
$('#bic1').show();$('#bic2').hide();
$('#ph1').show();$('#ph2').hide();
$('#electro1').show();$('#electro2').hide();
$('#fluoride1').show();$('#fluoride2').hide();
return false;
}

function benefits_bic() {
$('#bic').toggle('blind');
$('#silca').hide();
$('#ph').hide();
$('#fluoride').hide();
$('#electro').hide();

$('.bic').toggle();
$('#silca1').show();$('#silca2').hide();
$('#ph1').show();$('#ph2').hide();
$('#electro1').show();$('#electro2').hide();
$('#fluoride1').show();$('#fluoride2').hide();
return false;
}

function benefits_ph() {
$('#ph').toggle('blind');
$('#bic').hide();
$('#silca').hide();
$('#fluoride').hide();
$('#electro').hide();

$('.ph').toggle();
$('#bic1').show();$('#bic2').hide();
$('#silca1').show();$('#silca2').hide();
$('#electro1').show();$('#electro2').hide();
$('#fluoride1').show();$('#fluoride2').hide();
return false;
}

function benefits_fluoride() {
$('#fluoride').toggle('blind');
$('#bic').hide();
$('#ph').hide();
$('#silca').hide();
$('#electro').hide();

$('.fluoride').toggle();
$('#bic1').show();$('#bic2').hide();
$('#ph1').show();$('#ph2').hide();
$('#electro1').show();$('#electro2').hide();
$('#silca1').show();$('#silca2').hide();
return false;
}

function benefits_electro() {
$('#electro').toggle('blind');
$('#bic').hide();
$('#ph').hide();
$('#silca').hide();
$('#fluoride').hide();

$('.electro').toggle();
$('#bic1').show();$('#bic2').hide();
$('#ph1').show();$('#ph2').hide();
$('#fluoride1').show();$('#fluoride2').hide();
$('#silca1').show();$('#silca2').hide();
return false;
}

// Benefits Accordian 02

function benefits_silca_02() {
$('#silca').toggle('blind');
$('#bic').hide();
$('#ph').hide();
$('#fluoride').hide();
$('#electro').hide();

$('.silca').toggle();
$('#bic1').show();$('#bic2').hide();
$('#ph1').show();$('#ph2').hide();
$('#electro1').show();$('#electro2').hide();
$('#fluoride1').show();$('#fluoride2').hide();

$('.slideshows_img_benefits_01').show();
$('.slideshows_img_benefits_02').hide();
$('.slideshows_img_benefits_03').hide();
$('.slideshows_img_benefits_04').hide();
$('.slideshows_img_benefits_05').hide();
$('.slideshows_img_benefits_06').hide();

return false;
}

function benefits_bic_02() {
$('#bic').toggle('blind');
$('#silca').hide();
$('#ph').hide();
$('#fluoride').hide();
$('#electro').hide();

$('.bic').toggle();
$('#silca1').show();$('#silca2').hide();
$('#ph1').show();$('#ph2').hide();
$('#electro1').show();$('#electro2').hide();
$('#fluoride1').show();$('#fluoride2').hide();

$('.slideshows_img_benefits_01').hide();
$('.slideshows_img_benefits_02').show();
$('.slideshows_img_benefits_03').hide();
$('.slideshows_img_benefits_04').hide();
$('.slideshows_img_benefits_05').hide();
$('.slideshows_im_benefitsg_06').hide();

return false;
}

function benefits_ph_02() {
$('#ph').toggle('blind');
$('#bic').hide();
$('#silca').hide();
$('#fluoride').hide();
$('#electro').hide();

$('.ph').toggle();
$('#bic1').show();$('#bic2').hide();
$('#silca1').show();$('#silca2').hide();
$('#electro1').show();$('#electro2').hide();
$('#fluoride1').show();$('#fluoride2').hide();

$('.slideshows_img_benefits_01').hide();
$('.slideshows_img_benefits_02').hide();
$('.slideshows_img_benefits_03').show();
$('.slideshows_img_benefits_04').hide();
$('.slideshows_img_benefits_05').hide();
$('.slideshows_img_benefits_06').hide();

return false;
}

function benefits_fluoride_02() {
$('#fluoride').toggle('blind');
$('#bic').hide();
$('#ph').hide();
$('#silca').hide();
$('#electro').hide();

$('.fluoride').toggle();
$('#bic1').show();$('#bic2').hide();
$('#ph1').show();$('#ph2').hide();
$('#electro1').show();$('#electro2').hide();
$('#silca1').show();$('#silca2').hide();

$('.slideshows_img_benefits_01').hide();
$('.slideshows_img_benefits_02').hide();
$('.slideshows_img_benefits_03').hide();
$('.slideshows_img_benefits_04').show();
$('.slideshows_img_benefits_05').hide();
$('.slideshows_img_benefits_06').hide();

return false;
}

function benefits_electro_02() {
$('#electro').toggle('blind');
$('#bic').hide();
$('#ph').hide();
$('#silca').hide();
$('#fluoride').hide();

$('.electro').toggle();
$('#bic1').show();$('#bic2').hide();
$('#ph1').show();$('#ph2').hide();
$('#fluoride1').show();$('#fluoride2').hide();
$('#silca1').show();$('#silca2').hide();

$('.slideshows_img_benefits_01').hide();
$('.slideshows_img_benefits_02').hide();
$('.slideshows_img_benefits_03').hide();
$('.slideshows_img_benefits_04').hide();
$('.slideshows_img_benefits_05').show();
$('.slideshows_img_benefits_06').hide();

return false;
}


