Emv.Coverflow.Config.Videode = {

	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           = 180;
        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;
	},

	getForStage: function()
	{
		var cf_config = new Emv.Coverflow.Config();
        cf_config.planeWidth        = 140;
        cf_config.planeHeight       = 180;
        cf_config.planeAngle        = 0;
        cf_config.planeOffset       = 40;
        cf_config.planeSeparation   = 50;
        cf_config.numPlane          = 5;
        cf_config.showReflections   = true;
        cf_config.reflectionLength  = 60;
        cf_config.backgroundImage   = '/_assets/pics/stage-background.jpg';
        return cf_config;
	}

}
