// This has been autogenerated by \lib\JSMin\jsmin.exe, do not modify manually

$(window).load(function(){expandInfo();});function expandInfo(){$('a.hide').click(function(){var self=this;var $info=$(self).parent().parent().next("div:first");if($(self).hasClass('hide')){$info.slideUp('slow');$(self).text('Show');$(self).removeClass('hide');$(self).addClass('show');}
else{$info.slideDown('slow');$(self).text('Hide');$(self).removeClass('show');$(self).addClass('hide');}
return false;});}