$(document).ready(function() {
    $('a.enlarge').lightBox({fixedNavigation:true});
    $('textarea.expanding').autogrow();
    $(document).pngFix();
});