$(document).ready(function(){
    $( '#target' ).fold({
    directory: 'http://www.novaverso.ch/fileadmin/images/',      // The directory we're in
    side: 'right',           // change me to "right" if you want rightness
    turnImage: 'fold.png',  // The triangle-shaped fold image
    maxHeight: 230,         // The maximum height. Duh.
    startingWidth: 40,     // The height and width 
    startingHeight: 40,    // with which to start (these should probably be camelCase, d'oh.)
    autoCurl: true         // If this is set to true, the fold will curl/uncurl on mouseover/mouseout.
    
    });
 });
