Emv.Coverflow.Config.Kinode = {

    getForFullpage: function() {

        var cf_config = new Emv.Coverflow.Config();
        cf_config.planeWidth      = 400;
        cf_config.planeHeight     = 220;
        cf_config.planeAngle      = 50;
        cf_config.planeOffset     = 10;
        cf_config.numPlane        = 5;
        cf_config.planeSeparation = 70;
        cf_config.showReflections = false;
        cf_config.backgroundImage = '/_assets/pics/coverflow-fullpage-bg.gif';
        return cf_config;
    },

    getForFotoshow: function() {

        var cf_config = new Emv.Coverflow.Config();
        cf_config.planeWidth      = 300;
        cf_config.planeHeight     = 240;
        cf_config.planeAngle      = 50;
        cf_config.planeOffset     = 10;
        cf_config.numPlane        = 5;
        cf_config.showReflections = false;
        cf_config.backgroundImage = '/_assets/pics/coverflow-fotoshow-bg.gif';
        return cf_config;
    },

    getForBigFotoshow: function() {

        var cf_config = new Emv.Coverflow.Config();
        cf_config.planeWidth      = 550;
        cf_config.planeHeight     = 230;
        cf_config.planeAngle      = 50;
        cf_config.planeOffset     = 0;
        cf_config.numPlane        = 5;
        cf_config.showReflections = false;
        cf_config.backgroundImage = '/_assets/pics/coverflow-fotoshow-big-bg.gif';
        return cf_config;
    },

    getForTopStars: function() {

        var cf_config = new Emv.Coverflow.Config();
        cf_config.planeWidth      = 300;
        cf_config.planeHeight     = 240;
        cf_config.planeAngle      = 50;
        cf_config.planeOffset     = 10;
        cf_config.numPlane        = 5;
        cf_config.showReflections = false;
        cf_config.backgroundImage = '/_assets/pics/coverflow-topstars-bg.gif';
        return cf_config;
    }
};
