(function($){var shorewood=window.shorewood=function(){return new shorewood.fn.init()};shorewood.fn=shorewood.prototype={init:function(){return shorewood.fn},formatText:function(){$('H1, H2:not(H2.sec)').prepend('.');$('DL.links A, A.enlarge B, UL.usefullinks A, DIV.project DIV.brief A').prepend('+ ');$('A.vw').prepend('> ');$('DIV.teaser A').append(' >');$('INPUT.sbmt').val('> '+$('INPUT.sbmt').val());var contact=$('#ft P.info:last').text();$('#ft P.info:last').text(contact.replace(/,/g,""));$('.arr').prepend('&raquo; ')},formatExternalLinks:function(){$('A[@href^="http://"], A[@href^="https://"], A[@href$=".pdf"]').addClass('external').attr('target','_blank').attr('title','This link will open in a new browser window')},formatProductList:function(){var noEmpties=4-($('UL.products LI').size()%4);var emptiesStr="";if(noEmpties<4){for(var i=0,j=noEmpties;i<j;i++){emptiesStr+="<li></li>"}}$('UL.products').append(emptiesStr);var products=$('UL.products LI');$(products).css('min-height','0');var maxHeight=0;$(products).each(function(i){var thisHeight=$(this).height();if(thisHeight>maxHeight){maxHeight=thisHeight}if((i+1)%4==0){$("UL.products LI:lt("+parseInt(i+1)+"):gt("+parseInt(i-4)+")").height(maxHeight);maxHeight=0}})},initCarousel:function(){function initControls(carousel){carousel.counter=$('<em class="screencount">1 / '+$(carousel.list).children().size()+'</em>');$(carousel.counter).insertBefore(carousel.buttonPrev)}function updateCounter(carousel,item,idx,state){$(carousel.counter).text(idx+' / '+$(carousel.list).children().size())}$('DIV.carousel UL').jcarousel({auto:0,scroll:1,initCallback:initControls,start:1,itemVisibleInCallback:{onBeforeAnimation:updateCounter},animation:'normal',wrap:null,buttonNextHTML:'<div>&gt; Next</div>',buttonPrevHTML:'<div>&lt; Prev</div>'})},initNewsArchive:function(){$('DIV.period H3.month').prepend('<b>+ </b>');$('DIV.period H3.month:not(:first)').siblings().hide();$('DIV.period H3.month').click(function(){if($($(this).siblings()).is(':hidden'))showNews($(this));else hideNews($(this))});function showNews(obj){$($($(obj).children('B'))[0]).text('- ');obj.siblings().slideDown("slow")}function hideNews(obj){$($($(obj).children('B'))[0]).text('+ ');obj.siblings().slideUp("slow")}},initScrollPanes:function(){$('.project .brief').jScrollPane()}}})(jQuery);
