// Uses http://jQuery.com

$(function()
{
    $('div.project-description').not(':first').expander({
        slicePoint: 300, 
        widow: 4,
        expandText: '<br/>more >',
        expandPrefix: '...',
        expandEffect: 'show', 
        userCollapseText: '<br/>< less'
        });
});
