function setSection(){var right = 
$("r1").onclick = section2;
$("mover").onclick = section2;
$('copy').morph('opacity:1.0');}

function section1(){
$('mover').morph('margin-left:0px',{duration: 0.7});
$("l1").onclick = section1;	
$("r1").onclick = section2;
$("mover").onclick = section2;
$('nos').innerHTML = '1 de 2';
$('l1i').morph('margin-top: -11px',{duration: 0.0});
$('r1i').morph('margin-top: 0px',{duration: 0.0});}

function section2(){
$('mover').morph('margin-left:-1260px',{duration: 0.7});
$("l1").onclick = section1;
$("r1").onclick = section2;
$("mover").onclick = section1;
$('nos').innerHTML = '2 de 2';
$('l1i').morph('margin-top: 0px',{duration: 0.0});
$('r1i').morph('margin-top: -11px',{duration: 0.0});}