/***********************
* 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, "${_disque6}", "click", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("./?-Choix-des-messages-telephoniques-", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_disque1}", "click", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("?-ATS-STUDIOS-no1-francais-", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_disque2}", "click", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("?-formules-messages-abonnements-", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_disque3}", "click", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("?-Vous-etes-abonne-", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_disque4}", "click", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("?-Le-Catalogue-Musical-", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_disque5}", "click", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("?-Le-Casting-Voix-", "_self");
});
//Edge binding end
})("stage");
//Edge symbol end:'stage'

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