/***********************
* Adobe Edge Composition Actions
*
* Edit this file with caution, being careful to preserve 
* function signatures and comments starting with 'Edge' to maintain the 
* ability to interact with these actions from within Adobe Edge
*
***********************/
(function($, Edge, compId){
var Composition = Edge.Composition, Symbol = Edge.Symbol; // aliases for commonly used Edge classes

//Edge symbol: 'stage'
(function(symbolName) {







Symbol.bindElementAction(compId, symbolName, "${_Rectangle2}", "click", function(e) {
$(this.lookupSelector("_2slide2_texto1")).hide();
$(this.lookupSelector("_2slide2_texto2")).hide();
$(this.lookupSelector("_2slide2_gestaoestrategica")).hide();
$(this.lookupSelector("_2slide2_captacaorecursos")).hide();
$(this.lookupSelector("_2slide2_seta")).hide();
$(this.lookupSelector("_2slide2_incentivosfiscais")).hide();

$(this.lookupSelector("_1slide1_texto")).show();
$(this.lookupSelector("_1slide1_innpmo")).show();
$(this.lookupSelector("_1slide1_lampada")).show();

$(this.lookupSelector("_3slide3_workshops")).hide();
$(this.lookupSelector("_3slide3_seminarios")).hide();
$(this.lookupSelector("_3slide3_educacaoecultura")).hide();
$(this.lookupSelector("_3slide3_bonecos1")).hide();
$(this.lookupSelector("_3slide3_bonecos2")).hide();
$(this.lookupSelector("_3slide3_texto1")).hide();
$(this.lookupSelector("_3slide3_texto2")).hide();
$(this.lookupSelector("_1timeline")).show();
$(this.lookupSelector("_3timeline3")).hide();
$(this.lookupSelector("_2timeline22")).hide();


this.play(0);
$(this.lookupSelector("playy_d")).show();
$(this.lookupSelector("stopp_d")).show();



});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_Rectangle3}", "click", function(e) {
// stop the timeline at the given position (ms or label)

$(this.lookupSelector("_2slide2_texto1")).show();
$(this.lookupSelector("_1slide1_texto")).hide();
$(this.lookupSelector("_1slide1_innpmo")).hide();
$(this.lookupSelector("_1slide1_lampada")).hide();

$(this.lookupSelector("_2slide2_texto2")).show();
$(this.lookupSelector("_2slide2_seta")).show();
$(this.lookupSelector("_2slide2_moeda")).show();
$(this.lookupSelector("_2slide2_captacaorecursos")).show();
$(this.lookupSelector("_2slide2_incentivosfiscais")).show();
$(this.lookupSelector("_2slide2_gestaoestrategica")).show();

$(this.lookupSelector("_3slide3_workshops")).hide();
$(this.lookupSelector("_3slide3_seminarios")).hide();
$(this.lookupSelector("_3slide3_educacaoecultura")).hide();
$(this.lookupSelector("_3slide3_bonecos1")).hide();
$(this.lookupSelector("_3slide3_bonecos2")).hide();
$(this.lookupSelector("_3slide3_texto1")).hide();
$(this.lookupSelector("_3slide3_texto2")).hide();

$(this.lookupSelector("_2timeline22")).show();
$(this.lookupSelector("_3timeline3")).hide();


this.play(11706);
$(this.lookupSelector("playy_d")).show();
$(this.lookupSelector("stopp_d")).show();
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_Rectangle4}", "click", function(e) {
// stop the timeline at the given position (ms or label)
$(this.lookupSelector("_1slide1_texto")).hide();
$(this.lookupSelector("_1slide1_innpmo")).hide();
$(this.lookupSelector("_1slide1_lampada")).hide();

$(this.lookupSelector("_2slide2_texto1")).hide();
$(this.lookupSelector("_2slide2_texto2")).hide();
$(this.lookupSelector("_2slide2_gestaoestrategica")).hide();
$(this.lookupSelector("_2slide2_captacaorecursos")).hide();
$(this.lookupSelector("_2slide2_seta")).hide();
$(this.lookupSelector("_2slide2_incentivosfiscais")).hide();


$(this.lookupSelector("_3slide3_texto1")).show();
$(this.lookupSelector("_3slide3_texto2")).show();
$(this.lookupSelector("_3slide3_workshops")).show();
$(this.lookupSelector("_3slide3_seminarios")).show();
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_3slide3_bonecos1")).show();
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_3slide3_bonecos2")).show();

// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_3slide3_educacaoecultura")).show();
$(this.lookupSelector("_3timeline3")).show();

this.play(28390);
$(this.lookupSelector("playy_d")).show();
$(this.lookupSelector("stopp_d")).show();});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_stopp}", "click", function(e) {
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_playy}", "click", function(e) {
// play the timeline from the current position
this.play();
// Hide an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("playy_d")).show();
$(this.lookupSelector("stopp_d")).show();
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_stopp_d}", "click", function(e) {
// Hide an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("stopp_d")).hide();
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("playy_d")).hide();

// stop the timeline at the current position
this.stop();

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_playy_d}", "click", function(e) {
// play the timeline from the current position
// Hide an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("stopp_d")).show();

this.play();

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 42000, function(e) {
// play the timeline from the given position (ms or label)
this.play(0);
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_1slide1_texto")).show();
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)

// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_1slide1_innpmo")).show();
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_1slide1_lampada")).show();


});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${__1slide1_texto}", "click", function(e) {
window.open("http://www.innpmo.com.br/quem-somos/", "_self");
});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 0, function(e) {
$(this.lookupSelector("_3slide3_texto1")).hide();
$(this.lookupSelector("_3slide3_texto2")).hide();
$(this.lookupSelector("_3slide3_workshops")).hide();
$(this.lookupSelector("_3slide3_seminarios")).hide();

$(this.lookupSelector("_2slide2_texto1")).hide();
$(this.lookupSelector("_2slide2_texto2")).hide();
$(this.lookupSelector("_2slide2_seta")).hide();
$(this.lookupSelector("_2slide2_captacaorecursos")).hide();
$(this.lookupSelector("_2slide2_incentivosfiscais")).hide();
$(this.lookupSelector("_2slide2_moeda")).hide();
$(this.lookupSelector("_3slide3_bonecos1")).hide();
$(this.lookupSelector("_3slide3_bonecos2")).hide();

$(this.lookupSelector("_2slide2_gestaoestrategica")).hide();

$(this.lookupSelector("_3slide3_educacaoecultura")).hide();



});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 11839.247941668, function(e) {
$(this.lookupSelector("_1slide1_texto")).hide();
$(this.lookupSelector("_2slide2_texto1")).show();
$(this.lookupSelector("_2slide2_texto2")).show();
$(this.lookupSelector("_2slide2_gestaoestrategica")).show();
$(this.lookupSelector("_2slide2_captacaorecursos")).show();
$(this.lookupSelector("_2slide2_incentivosfiscais")).show();
// Hide an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_1slide1_innpmo")).hide();
// Hide an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_1slide1_lampada")).hide();

// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_2slide2_seta")).show();
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_2slide2_moeda")).show();


});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${__2slide2_texto1}", "click", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.innpmo.com.br/servicos/captacao-de-recursos/", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${__2slide2_texto2}", "click", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.innpmo.com.br/servicos/incentivos-fiscais-a-inovacao/", "_self");

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 28428.953624563, function(e) {
$(this.lookupSelector("_2slide2_texto1")).hide();
$(this.lookupSelector("_2slide2_texto2")).hide();
$(this.lookupSelector("_3slide3_texto1")).show();
$(this.lookupSelector("_3slide3_texto2")).show();
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_3slide3_workshops")).show();
$(this.lookupSelector("_3slide3_seminarios")).show();
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_3slide3_educacaoecultura")).show();
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_3slide3_bonecos1")).show();
// Show an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_3slide3_bonecos2")).show();

// Hide an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_2slide2_seta")).hide();
// Hide an Element.
//  (lookupSelector resolves an Edge element name to a DOM
//  selector that can be used with jQuery)
$(this.lookupSelector("_2slide2_moeda")).hide();
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${__3slide3_texto1}", "click", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.innpmo.com.br/servicos/seminarios/", "_self");
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${__3slide3_texto2}", "click", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.innpmo.com.br/servicos/workshops/", "_self");


});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 28178, function(e) {
$(this.lookupSelector("_3timeline3")).show();

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 11707, function(e) {
$(this.lookupSelector("_2timeline22")).show();

});
//Edge binding end

})("stage");
//Edge symbol end:'stage'

})(jQuery, jQuery.Edge, "EDGE-669850700");
