﻿// !! You need to import before Localisation.js !!
// !! You need to import before Actualite.js !!
// !! You need to import before Formules.js !!
// !! You need to import before GoogleMap.js !!
// !! You need to import before Agence.js !!
// !! You need to import before LLD.js !!
// !! You need to import before Pro.js !!
// !! You need to import before Accueil.js !!
// !! You need to import before Gamme.js !!
// !! You need to import before URL.js !!
// !! You need to import before Calculateur.js !!
// !! You need to import before UI.js !!
function Mazedia() { }
Mazedia.prototype.calculateur = new Calculateur();
Mazedia.prototype.ui = new UI();
Mazedia.prototype.url = new URL();

var mazedia = null;
if(! mazedia) 
    mazedia = new Mazedia();


