$(document).ready(function(){if($.browser.msie&&$.browser.version==6){$("#header ul.navigation li, #change-country").hover(function(){$(this).addClass("hover");},function(){$(this).removeClass("hover");});}
$(".homeGlobal .App_HTMLContent, .homeCountry .App_HTMLContent").each(function(){var paragraphs=$(this).find('p, ul').not('.introduction');if(paragraphs.length>1){var firstParagraph=paragraphs.first();firstParagraph.html(firstParagraph.html()+' ');$('<a class="readMore">'+label_readMore+'</a>').click(function(){$(this).parent().siblings().slideDown();$(this).hide();}).appendTo(firstParagraph);paragraphs.not(':first').hide();}});});
