/***********************
* 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, "${_SLIDE_1_TEXT2}", "click", function(e) {

window.open("http://smartchoice222.com/financing.html", "_self");
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_SLIDE2-TEXT}", "click", function(e) {
window.open("http://smartchoice222.com/articles/article1.html", "_self");
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_SLIDE4_TEXT}", "click", function(e) {

window.open("http://smartchoice222.com/autocheck.html", "_self");
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_SLIDE_1_TEXT2}", "mouseover", function(e) {


$(this.lookupSelector("SLIDE_1_TEXT2")).css('cursor','pointer');});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_SLIDE2-TEXT}", "mouseover", function(e) {
$(this.lookupSelector("SLIDE2-TEXT")).css('cursor','pointer');
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_SLIDE4_TEXT}", "mouseover", function(e) {

$(this.lookupSelector("SLIDE4_TEXT")).css('cursor','pointer');});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_WARRENTY}", "mouseover", function(e) {
$(this.lookupSelector("WARRENTY")).css('cursor','pointer');});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_WARRENTY}", "click", function(e) {
window.open("http://smartchoice222.com/services.html", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_SLIDE5_TEXT}", "click", function(e) {
window.open("http://smartchoice222.com/services.html", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_SLIDE5_TEXT}", "mouseover", function(e) {
$(this.lookupSelector("SLIDE5_TEXT")).css('cursor','pointer');
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_LEESPORT2}", "mouseover", function(e) {
$(this.lookupSelector("LEESPORT2")).css('cursor','pointer');
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_LEESPORT2}", "click", function(e) {
// insert code for mouse clicks here// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://maps.google.com/maps/ms?ie=UTF8&hl=en&oe=UTF8&msa=0&msid=204748939567970106318.0004ae8bcad7661e8b30f", "_blank");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_FEELWOOD2}", "click", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://maps.google.com/maps/ms?ie=UTF8&hl=en&oe=UTF8&msa=0&msid=204748939567970106318.0004ae8bcad7661e8b30f", "_blank");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_FEELWOOD2}", "mouseover", function(e) {
$(this.lookupSelector("FEELWOOD2")).css('cursor','pointer');

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_STAR2}", "mouseover", function(e) {
$(this.lookupSelector("STAR2")).css('cursor','pointer');


});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_STAR2}", "click", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://maps.google.com/maps/ms?ie=UTF8&hl=en&oe=UTF8&msa=0&msid=204748939567970106318.0004ae8bcad7661e8b30f", "_blank");


});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_STAR}", "mouseover", function(e) {
$(this.lookupSelector("STAR")).css('cursor','pointer');

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_STAR}", "click", function(e) {
// insert code for mouse clicks here// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://maps.google.com/maps/ms?ie=UTF8&hl=en&oe=UTF8&msa=0&msid=204748939567970106318.0004ae8bcad7661e8b30f", "_blank");


});
//Edge binding end



Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 42000, function(e) {
// play the timeline from the given position (ms or label)
this.play('play',2);

});
//Edge binding end

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

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