/***********************
* 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.bindTriggerAction(compId, symbolName, "Default Timeline", 500, function(e) {
// stop the timeline at the current position
this.stop();

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_bttn1}", "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.branding.77wonder.com/", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_bttn1}", "mouseover", function(e) {
// play the timeline from the given position (ms or label)
this.play("bttn_brand");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_bttn1}", "mouseout", function(e) {
// play the timeline from the given position (ms or label)
this.play("bttn_branding_out");

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 960, function(e) {
// stop the timeline at the current position
this.stop();

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 0, function(e) {
// stop the timeline at the current position
this.stop();

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 1500, function(e) {
// stop the timeline at the current position
this.stop();

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_bttn2}", "mouseover", function(e) {
// play the timeline from the current position
this.play("bttn_abt");
});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 1915, function(e) {
// stop the timeline at the current position
this.stop();

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 2475, function(e) {
// stop the timeline at the current position
this.stop();

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_bttn2}", "mouseout", function(e) {
// play the timeline from the current position
this.play("bttn_abt_out");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_bttn2}", "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.77wonder.com/branding/about", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_bttn3}", "mouseout", function(e) {
// play the timeline from the current position
this.play("bttn_wed_out");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_bttn3}", "mouseover", function(e) {
// play the timeline from the current position
this.play("bttn_wed");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_bttn3}", "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.77wonder.com/portfolio", "_self");

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 1915, function(e) {
// stop the timeline at the current position
this.stop();

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 1915, function(e) {
// stop the timeline at the current position
this.stop();

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 2925, function(e) {
// stop the timeline at the current position
this.stop();

});
//Edge binding end

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

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