var jexcelMarketingData = { defaultPro : { //date format is strict startDate : '2017-06-09', endDate : '2017-06-25', forPro : true, forLite : false, // boolean for eval licences forEval : true, // boolean for paid licences forPaid : true, //to indicate a new marketing campaign increment this value version : 1, slides : [ { header : 'What\'s new in this version?', description : 'Check out the new features and start using them right away!', image : 'md-screen-01.jpg', }, { header : 'Calculated columns', description : 'Create columns that are derived from other columns or constant numbers!', image : 'md-screen-02.jpg', }, { header : 'Data bars', description : 'Visualize your numeric columns with colorful data bars.', image : 'md-screen-06.jpg', }, { header : 'Aggregation row for columns', description : 'See the minimum, maximum, average or sum of each numeric column', image : 'md-screen-04.jpg', }, ] }, defaultLite : { //date format is strict startDate : '2017-06-09', endDate : '2017-06-25', forPro : false, forLite : true, // boolean for eval licences forEval : true, // boolean for paid licences forPaid : true, //to indicate a new marketing campaign increment this value version : 1, slides : [ { header : 'Try JExcel PRO features in JExcel LITE!', description : 'Now you can try all the PRO features in JExcel LITE until 31. August, 2017!', image : 'md-screen-01.jpg', }, { header : 'TIP #1: Create calculated columns', description : 'Create columns that are derived from other columns or constant numbers!', image : 'md-screen-02.jpg', }, { header : 'TIP #2: Faster filtering', description : 'Hold „Alt” and „Left-click” in a cell to easily filter by its data!', image : 'md-screen-03.jpg', }, { header : 'TIP #3: Cell history', description : 'See the change history of any cell easily!', image : 'md-screen-04.jpg', }, { header : 'Tip #4: Unlimited import and export', description : 'Import and export as many issues as you want!', image : 'md-screen-05.jpg', }, ] }, }