﻿// Champ de saisie Newsletter.
var Newsletter = {
    defaultEmail: "Your email here"
};

// Panneau de changement de langue.
var Languages = {
    openStatus: "Regional Sites",
    closeStatus: "Close Panel",
    howToUse: 'To quit the county selection, please click the button "Close" on the right side.',
    altMapEurope: "Map of Europe for language selection",
    altMapMilddleEast: "Map of middle-east for the language selection",
    altMapNorthAmerica: "Map of north-america for the language selection",
	titreInfoPays: "Step 1 > Area",
	titreInfoLangue: "Step 2 > Language",
	infoPays: "Please chose an agency"
};

// Scrollbar personnalisée
var CustomizedScrollbar = {
    previousButton: "Go to the previous product",
    nextButton: "Go to the following product",
	solution: "Solutions",
	services: "Services",
	solutionservices: "Our Solutions / Our Services"
};


/* ==== start script ==== */
$(function () {
    if ($("#screen").length && !detectMobile()) {
        setTimeout(function () {
            m3D.init(
		[
			{ src: 'slide1.png', url: 'solutions/Acteos_WMS_Logidrive.aspx' },
			{ src: 'Acteos_WMS.png', url: 'solutions/Acteos_WMS_Logidrive.aspx' },
			{ src: 'slide2.png', url: 'solutions/Acteos_PPOS.aspx' },
			{ src: 'Acteos_PPS.png', url: 'solutions/Acteos_PPOS.aspx' },
			{ src: 'slide3.png', url: 'solutions/Acteos_WMS_Logidrive.aspx' },
			{ src: 'Acteos_WMS.png', url: 'solutions/Acteos_WMS_Logidrive.aspx' },
			{ src: 'slide4.png', url: 'solutions/Acteos_TMS_Logiroutes.aspx' },
			{ src: 'slide5.png', url: 'solutions/Acteos_TMS_Logiroutes.aspx' },
			{ src: 'Acteos_TMS.png', url: 'solutions/Acteos_TMS_Logiroutes.aspx' },
			{ src: 'slide6.png', url: 'solutions/Acteos_TMS_Logiroutes.aspx' },
			{ src: 'Acteos_TT.png', url: 'solutions/Acteos_TMS_Logiroutes.aspx' },
		]
	);
            $("#PlayPausePlay").hide();
            Start();

        }, 500);
    }
});
