$(function(){

    $('#foldawayfade').innerfade({
        animationtype : "fade",
        containerheight : "250px",
        speed: "slow",
        timeout : 2000
    });
    
});
