/**
 * @author Telemaco
 */
hola=function(a){
	//alert('hola esto es ' + a);
        var b = $('#preg1').html();
        b += $('#resp1').attr('value');
        b += " | ";
        b += $('#preg2').html();
        b += $('#resp2').attr('value');
        b += " | ";
        b += $('#preg3').html();
        b += $('#resp3').attr('value');
        b += " | ";
        b += $('#preg4').html();
        b += $('#resp4').attr('value');
        b += " | ";
        b += $('#preg5').html();
        b += $('#resp5').attr('value');
        b += " | ";
        b += $('#preg6').html();
        b += $('#resp6').attr('value');
        b += " | ";
        b += $('#preg7').html();
        b += $('#resp7').attr('value');
        b += " | ";
        b += $('#preg8').html();
        b += $('#resp8').attr('value');
        b += " | <br>";
        b += $('#preg9').attr('value');
        b += $('#resp9').attr('value');
        b += " | <br>";
        b += $('#preg10').html();
        b += $('#resp10').attr('value');
        b += " | <br>";
        b += $('#preg11').html();
        b += $('#resp11').attr('value');
        b += " | <br>";
        b += $('#preg12').html();
        b += $('#resp12A').attr('value');
        b += " | ";
        b += $('#resp12B').attr('value');
        b += " | ";
        b += $('#resp12C').attr('value');
        b += " | <br>";
        b += $('#preg13').html();
        b += $('#resp13').attr('value');
        b += " | <br>";
        
        $('#cuerpo').attr('value',b);
        $('#asunto').attr('value','Encuesta de calidad');
        $('form').submit();
}
$(document).ready(function() {
    $('#webber_2_0').addClass('degradado2');

});
function pintarPres(){
    html = '<iframe name="contenidorz" id="contenidorz" src="http://www.niceforyou.com/_swf/video/experience.swf" style="border: 0px; overflow: hidden; width: 760; height: 300px" onload="" frameborder="0" scrolling="no" >';
    $('#contenedor_presentacion').html(html);
}
function cambiaFondo1(data){
        $('#webber_2_0').removeClass('degradado2');
        $('#webber_2_0').removeClass('degradado3');
        $('#webber_2_0').addClass('degradado1');
}
function cambiaFondo2(data){
        $('#webber_2_0').removeClass('degradado1');
        $('#webber_2_0').removeClass('degradado3');
        $('#webber_2_0').addClass('degradado2');
}
function cambiaFondo3(data){
        $('#webber_2_0').removeClass('degradado1');
         $('#webber_2_0').removeClass('degradado2');
        $('#webber_2_0').addClass('degradado3');
}
mover=function(id){

    if(id==1){
        $('#contenedor').animate({
            left: "0px"
        });
    }
    if(id==2){
        $('#contenedor').animate({
            left: "-400px"
        });
        //$('#contenedor').css('left','+50px');
    }
    if(id==3){
        $('#contenedor').animate({
            left: "-800px"
        });
    }
    if(id==4){
        $('#contenedor').animate({
            left: "-1200px"
        });
    }
    if(id==5){
        $('#contenedor').animate({
            left: "-1600px"
        });
    }
    if(id==6){
        $('#contenedor').animate({
            left: "-2000px"
        });
    }
    if(id==7){
        $('#contenedor').animate({
            left: "-2400px"
        });
    }
    if(id==8){
        $('#contenedor').animate({
            left: "-2800px"
        });
    }
    if(id==9){
        $('#contenedor').animate({
            left: "-3200px"
        });
    }
    if(id==10){
        $('#contenedor').animate({
            left: "-3600px"
        });
    }

}

