/**
 * @author jean pierre carl VIGUER ( http://www.jpviguer.com )
 * 
 *         Creation : 2 avril 2009
 */
function onLoad() {
	insertEmail();
	insertLogo3dleds();
	
	var animName;

	animName = "KaleidoscopeCS";
	addOneAnimToVerticalMenu( "sphere/swf/", animName,  "Kaleidoscope");
	addListAnim( new Animation( "sphere/swf/", animName, "Ray", 1, "A kaleidoscope effect."));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 2, "device"));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 2, "16x16x16"));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 2, "32x32x32"));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 2, "48x48x48"));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 1, "Video of this animation showed by the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 1, "Simulation of a full color version of the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 1, "Simulation of a full color version of a device done with 32.768 leds."));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 1, "Simulation of a full color version of a device done with 110.592 leds."));

	animName = "DiceCS";
	addOneAnimToVerticalMenu( "sphere/swf/", animName,  "Dice");
	addListAnim( new Animation( "sphere/swf/", animName, "Ray", 1, "A white dice."));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 2, "device"));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 2, "16x16x16"));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 2, "32x32x32"));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 2, "48x48x48"));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 1, "Video of this animation showed by the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 1, "Simulation of a full color version of the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 1, "Simulation of a full color version of a device done with 32.768 leds."));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 1, "Simulation of a full color version of a device done with 110.592 leds."));

	animName = "LightBallCS";
	addOneAnimToVerticalMenu( "sphere/swf/", animName,  "Lights ball");
	addListAnim( new Animation( "sphere/swf/", animName, "Ray", 1, "A lights ball."));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 2, "device"));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 2, "16x16x16"));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 2, "32x32x32"));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 2, "48x48x48"));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 1, "Video of this animation showed by the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 1, "Simulation of a full color version of the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 1, "Simulation of a full color version of a device done with 32.768 leds."));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 1, "Simulation of a full color version of a device done with 110.592 leds."));

	animName = "OrangeCS";
	addOneAnimToVerticalMenu( "sphere/swf/", animName,  "Orange");
	addListAnim( new Animation( "sphere/swf/", animName, "Ray", 1, "An Orange opened as a flower."));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 2, "device"));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 2, "16x16x16"));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 2, "32x32x32"));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 2, "48x48x48"));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 1, "Video of this animation showed by the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 1, "Simulation of a full color version of the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 1, "Simulation of a full color version of a device done with 32.768 leds."));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 1, "Simulation of a full color version of a device done with 110.592 leds."));

	animName = "TorusRotationCS";
	addOneAnimToVerticalMenu( "sphere/swf/", animName,  "Torus rotation");
	addListAnim( new Animation( "sphere/swf/", animName, "Ray", 1, "6 torus rotating."));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 2, "device"));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 2, "16x16x16"));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 2, "32x32x32"));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 2, "48x48x48"));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 1, "Video of this animation showed by the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 1, "Simulation of a full color version of the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 1, "Simulation of a full color version of a device done with 32.768 leds."));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 1, "Simulation of a full color version of a device done with 110.592 leds."));

	animName = "LevelsSphereCS";
	addOneAnimToVerticalMenu( "sphere/swf/", animName,  "Abstract top");
	addListAnim( new Animation( "sphere/swf/", animName, "Ray", 1, "An abstract top."));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 2, "device"));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 2, "16x16x16"));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 2, "32x32x32"));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 2, "48x48x48"));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 1, "Video of this animation showed by the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 1, "Simulation of a full color version of the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 1, "Simulation of a full color version of a device done with 32.768 leds."));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 1, "Simulation of a full color version of a device done with 110.592 leds."));

	animName = "LinesCS";
	addOneAnimToVerticalMenu( "sphere/swf/", animName,  "Moving Lines");
	addListAnim( new Animation( "sphere/swf/", animName, "Ray", 1, "Moving lines."));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 2, "device"));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 2, "16x16x16"));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 2, "32x32x32"));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 2, "48x48x48"));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 1, "Video of this animation showed by the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 1, "Simulation of a full color version of the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 1, "Simulation of a full color version of a device done with 32.768 leds."));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 1, "Simulation of a full color version of a device done with 110.592 leds."));

	animName = "SmileyCS";
	addOneAnimToVerticalMenu( "sphere/swf/", animName,  "Smiley");
	addListAnim( new Animation( "sphere/swf/", animName, "Ray", 1, "Smiley."));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 2, "device"));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 2, "16x16x16"));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 2, "32x32x32"));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 2, "48x48x48"));
	addListAnim( new Animation( "sphere/swf/", animName, "Device"  , 1, "Video of this animation showed by the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "16x16x16", 1, "Simulation of a full color version of the device."));
	addListAnim( new Animation( "sphere/swf/", animName, "32x32x32", 1, "Simulation of a full color version of a device done with 32.768 leds."));
	addListAnim( new Animation( "sphere/swf/", animName, "48x48x48", 1, "Simulation of a full color version of a device done with 110.592 leds."));

	drawMenuVert();
}

