
var addthis_config={services_compact:'email, more',services_exclude:'print'}
$(document).ready(function()
{$("div#pageManipulation").show();$('li.print').click(function(){window.print();});$('li.share span').click(function(){addthis_sendto('email');});var query=window.location.toString().match(/query\=(.*)/);if(null!=query)
{$('#query').val(unescape(query[1].replace(new RegExp('\\+','g'),' ')));}
if($('.mediaContact').length>0)
{$('.mediaContact .email a').fancybox({'zoomSpeedIn':300,'zoomSpeedOut':300,'hideOnContentClick':false,'overlayShow':true,'frameWidth':450,'frameHeight':460,'padding':20,'overlayOpacity':0.9});}
if($('.moduleMayor').length>0)
{$('.moduleMayor .email a').fancybox({'zoomSpeedIn':300,'zoomSpeedOut':300,'hideOnContentClick':false,'overlayShow':true,'frameWidth':600,'frameHeight':520,'padding':20,'overlayOpacity':0.9});$('.moduleMayor .viewProfile a').fancybox({'zoomSpeedIn':300,'zoomSpeedOut':300,'hideOnContentClick':false,'overlayShow':true,'frameWidth':600,'frameHeight':520,'padding':20,'overlayOpacity':0.9});}
if($.cookie('fontSize'))
{resize_text($.cookie('fontSize'));}
$('img#textLarge').click(function(){resize_text('1.1em');});$('img#textMedium').click(function(){resize_text('0.9em');});$('img#textSmall').click(function(){resize_text('0.75em');});mainNavigation();if($('#navigationSub ul').length>0)
{var navigationLeft=new Navigation.Left('#navigationSub ul');navigationLeft.init();}});function resize_text(size)
{$('body').css('font-size',size);$.cookie('fontSize',size,{expires:7});}
function mainNavigation()
{$('div#navigationMain ul li').hover(function(){$(this).addClass('hover');$(this).children('ul').css('display','block');},function(){$(this).removeClass('hover');$(this).children('ul').css('display','none');});$('div#navigationMain ul li li').each(function()
{if($(this).children('ul').length>0)
{$(this).children('a').addClass('children');$(this).children('span').addClass('children');}});$('div#navigationMain div.inner > ul > li').hover(function()
{var pageOffset=parseInt($('div.container').css('width'))+$('div.container').offset().left;var childList=$(this).children('ul').eq(0);var offsetRight=childList.offset().left+childList.width();if(offsetRight>pageOffset)
{childList.css('right','0px');}});$('div#navigationMain ul li li').hover(function()
{var pageOffset=parseInt($('div.container').css('width'))+$('div.container').offset().left;var childList=$(this).children('ul').eq(0);var margin=$(this).height()/2+$(this).children('ul').children('li').eq(0).height()/2;childList.css('margin-top','-'+margin+'px');var offsetRight=$(this).offset().left+(2*childList.width());if(offsetRight>pageOffset)
{childList.css('left','-360px');}},function()
{var childList=$(this).children('ul').eq(0);childList.removeAttr('style');});}