function chooseOne() {
	new Effect.Transform([
	{ "#morph_demo1a":
      "background:#043a59; width:45px" },
	{ "#morph_demo1b":
      "background:#ffffff; width:362px" },
	{ "#morph_demo2a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo3a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo4a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo5a":
      "background:#cccccc; width:125px" },
	
	{ "#morph_demo2b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo3b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo4b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo5b":
      "background:#ffffff; width:0px" },
	{ "#welcomeText":
      "width:362px" },
	{ "#discoverText":
      "width:0px" },
	{ "#shareText":
      "width:0px" },
	{ "#reactText":
      "width:0px" },
	{ "#receiveText":
      "width:0px" },
	],{ duration: 0.6 }).play();
}

function chooseTwo() {
	new Effect.Transform([
	{ "#morph_demo2a":
      "background:#c29000; width:45px" },
	{ "#morph_demo2b":
      "background:#ffffff; width:362px" },
	{ "#morph_demo1a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo3a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo4a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo5a":
      "background:#cccccc; width:125px" },
	
	{ "#morph_demo1b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo3b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo4b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo5b":
      "background:#ffffff; width:0px" },
	{ "#discoverText":
      "width:362px" },
	{ "#welcomeText":
      "width:0px" },
	{ "#shareText":
      "width:0px" },
	{ "#reactText":
      "width:0px" },
	{ "#receiveText":
      "width:0px" },
	],{ duration: 0.6 }).play();
}

function chooseThree() {
	new Effect.Transform([
	{ "#morph_demo3a":
      "background:#980803; width:45px" },
	{ "#morph_demo3b":
      "background:#ffffff; width:362px" },
	{ "#morph_demo2a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo1a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo4a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo5a":
      "background:#cccccc; width:125px" },
	
	{ "#morph_demo2b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo1b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo4b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo5b":
      "background:#ffffff; width:0px" },
	{ "#shareText":
      "width:362px" },
	{ "#discoverText":
      "width:0px" },
	{ "#welcomeText":
      "width:0px" },
	{ "#reactText":
      "width:0px" },
	{ "#receiveText":
      "width:0px" },
	],{ duration: 0.6 }).play();
}

function chooseFour() {
	new Effect.Transform([
	{ "#morph_demo4a":
      "background:#653000; width:45px" },
	{ "#morph_demo4b":
      "background:#ffffff; width:362px" },
	{ "#morph_demo2a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo3a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo1a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo5a":
      "background:#cccccc; width:125px" },
	
	{ "#morph_demo2b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo3b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo1b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo5b":
      "background:#ffffff; width:0px" },
    { "#reactText":
      "width:362px" },
	{ "#discoverText":
      "width:0px" },
	{ "#shareText":
      "width:0px" },
	{ "#welcomeText":
      "width:0px" },
	{ "#receiveText":
      "width:0px" },
	],{ duration: 0.6 }).play();
}

function chooseFive() {
	new Effect.Transform([
	{ "#morph_demo5a":
      "background:#226d00; width:45px" },
	{ "#morph_demo5b":
      "background:#ffffff; width:362px" },
	{ "#morph_demo2a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo3a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo4a":
      "background:#cccccc; width:125px" },
	{ "#morph_demo1a":
      "background:#cccccc; width:125px" },
	
	{ "#morph_demo2b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo3b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo4b":
      "background:#ffffff; width:0px" },
	{ "#morph_demo1b":
      "background:#ffffff; width:0px" },
    { "#receiveText":
      "width:362px" },
	{ "#discoverText":
      "width:0px" },
	{ "#shareText":
      "width:0px" },
	{ "#reactText":
      "width:0px" },
	{ "#welcomeText":
      "width:0px" },
	],{ duration: 0.6 }).play();
}
