
/* - vignelliTheme.js - */
// http://www.studiovignelli.it/portal_javascripts/vignelliTheme.js?original=1
jq(window).load(function(){$username=jq('.user-name');$userlist=jq('#user-list');$userlist.jScrollPane();jq('.aanchor').click(function(){var Anchorletter=jq(this).attr('rel');$userlist[0].scrollTo(Anchorletter);jq('.anchor').css({'color':'#8CA698','backgroundColor':'beige'});jq(Anchorletter).css({'color':'firebrick','backgroundColor':'LightGoldenRodYellow'});return false});$username.click(detailsBox)});
function detailsBox(){$box=jq('#details-wrapper');var href=jq(this).attr('href');$box.hide().load(href,function(){$box.fadeIn('fast');yearboxbehaviour()});return false}
function yearboxbehaviour(){$year=jq('.yearFolders');$yearSelector=jq('#years-wrapper h2:not(:first)');$yearSelector.hover(function(){jq(this).css({backgroundColor:'#514736',color:'#fff'})},
function(){jq(this).css({backgroundColor:'beige',color:'#8CA698'})}).toggle(function(){jq(this).next($year).slideDown()},
function(){jq(this).next($year).slideUp()})}

