/*
 MODULE
 completionPolicy {String} a string describing what must happen for this module to be considered complete. Two possible values: "allPagesComplete", "allAssessmentsPassed"
 displayMenuPrereq {Array} a list of pages that must be complete before the menu button is available
 numberOfPagesInDisplay {String} the total number of pages in the whole module that should appear in the section that displays your current page.
 firstPageId: {String} String identifier for first page in the course.
 menuPageId: {String} String identifier for the main menu page
 alreadyCompleteThisSession: {Boolean} Has the module already been completed in this session?
 completedInPreviousSession: {Boolean} Has the module already been completed in a previous session? True if the learner has completed the module previoulsy.
 --------------------
 
 TOPIC
 id: {String} id for this topic. must be unique
 numberOfPagesInDisplay: {String} the total number of pages in the topic that should appear in the section that displays your current page.
 displayPageNumbering: {Boolean} should the page numbering be displayed for this topic?
 firstPageId: "main_menu_test.html",
 ---------------------
 
 PAGE
 "bookmarkable": {Boolean}, //does this page make bookmarks? Some pages might not
 "completionPolicy": {String} "loading" or "pageResponsible"
 "contributeToCompletion": {Boolean} does this page count toward completion? it may not matter to overall completion of the module if a particular page is not completed
 "displayPageNumbering": {Boolean} does this page show page numbering?
 "id": {String} id for this page. must be unique. Should be a filename. eg "page.html"
 "shortId": {String} : unique identifier for this page. For use in a string to be committed to cmi.suspend_data
 "menuAvailablePolicy": {String} forces the menu button to be visible ("always") or invisible ("never"), or rely on the FLN.scoDatadisplayMenuPrereq array ("default")
 "nextAvailablePolicy": {String} when is the next button enabled? three values: "never": never display, "always": always display, "completed": only display if the page is completed
 "nextId": {String}, //id of the page after this one
 "pageNumber": {String}, //the number that should appear in the section that displays your current page in the whole module.
 "prevId": {String}, //id of the page previous to this one
 "previousAvailablePolicy": {String} when is the back button enabled? two values: "never": never display, "always": always display *
 "status": {String} should always be "not attempted" to start.
 "topicPageNumber": {String} //the number that should appear in the section that displays your current page in the current topic.
*/
FLN.InitData = {
	"completionPolicy": "allPagesComplete",
    "alreadyCompleteThisSession": false,
	"completedInPreviousSession": false,
    "displayMenuPrereq": ["t01_s00_p01.html", "t01_s00_p02.html", "t01_s00_p03.html", "t01_s00_p04.html", "t02_s00_p01.html"],
    "firstPageId": "t01_s00_p01.html",
    "menuPageId": "t02_s00_p02.html",
    "numberOfPagesInDisplay": "92",
    "topics": [{
        //1 page topic for THE CHIEF
        "displayPageNumbering": false,
        "firstPageId": "t00_the_chief.html",
        "id": "t00_the_chief",
        "numberOfPagesInDisplay": 0,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": false,
            "displayPageNumbering": false,
            "id": "t00_the_chief.html",
            "shortId": "001",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "never",
            "nextId": "",
            "pageNumber": 0,
            "prevId": "t02_s00_p02.html", //BACK TO MENU FROM THE CHIEF PAGE
            "previousAvailablePolicy": "never",
            "status": "not attempted",
            "topicPageNumber": "1"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t01_s00_p01.html",
        "id": "t01_s00",
        "numberOfPagesInDisplay": 4,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t01_s00_p01.html",
            "shortId": "002",
            "menuAvailablePolicy": "default",
            "nextAvailablePolicy": "always",
            "nextId": "t01_s00_p02.html",
            "pageNumber": 0,
            "prevId": "",
            "previousAvailablePolicy": "never",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t01_s00_p02.html",
            "shortId": "003",
            "menuAvailablePolicy": "default",
            "nextAvailablePolicy": "always",
            "nextId": "t01_s00_p03.html",
            "pageNumber": 0,
            "prevId": "t01_s00_p01.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t01_s00_p03.html",
            "shortId": "004",
            "menuAvailablePolicy": "default",
            "nextAvailablePolicy": "always",
            "nextId": "t01_s00_p04.html",
            "pageNumber": 0,
            "prevId": "t01_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }, {
			//Drag and drop
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t01_s00_p04.html",
            "shortId": "005",
            "menuAvailablePolicy": "default",
            "nextAvailablePolicy": "completed",
            "nextId": "t02_s00_p01.html",
            "pageNumber": 0,
            "prevId": "t01_s00_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t02_s00_p01.html",
        "id": "t02_s00",
        "numberOfPagesInDisplay": 2,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t02_s00_p01.html",
            "shortId": "006",
            "menuAvailablePolicy": "default",
            "nextAvailablePolicy": "always",
            "nextId": "t02_s00_p02.html",
            "pageNumber": 0,
            "prevId": "t01_s00_p04.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            //MAIN MENU SCREEN
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": false,
            "id": "t02_s00_p02.html",
            "shortId": "007",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "never",
            "nextId": "",
            "pageNumber": 0,
            "prevId": "t02_s00_p01.html",
            "previousAvailablePolicy": "never",
            "status": "not attempted",
            "topicPageNumber": ""
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t03_s00_p01.html",
        "id": "t03_s00",
        "numberOfPagesInDisplay": 4,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t03_s00_p01.html",
            "shortId": "008",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t03_s00_p02.html",
            "pageNumber": 0,
            "prevId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t03_s00_p02.html",
            "shortId": "009",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t03_s00_p03.html",
            "pageNumber": 0,
            "prevId": "t03_s00_p01.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t03_s00_p03.html",
            "shortId": "010",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t03_s00_p04.html",
            "pageNumber": 0,
            "prevId": "t03_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }, {
			//Drag and drop
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t03_s00_p04.html",
            "shortId": "011",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "pageNumber": 0,
            "prevId": "t03_s00_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t04_s00_p01.html",
        "id": "t04_s00",
        "numberOfPagesInDisplay": 9,
        "subTopicIds": ["t04_s01","t04_s02","t04_s03","t04_s04","t04_s05"],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s00_p01.html",
            "shortId": "012",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t04_s00_p02.html",
            "pageNumber": 0,
            "prevId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s00_p02.html",
            "shortId": "013",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t04_s00_p03.html",
            "pageNumber": 0,
            "prevId": "t04_s00_p01.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            //SUB MENU SCREEN
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s00_p03.html",
            "shortId": "014",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t04_s00_p10.html",
            "pageNumber": 0,
            "prevId": "t04_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s00_p10.html",
            "shortId": "015",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t04_s00_p11.html",
            "pageNumber": 0,
            "prevId": "t04_s00_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }, {
            //mcsa layout 01
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s00_p11.html",
            "shortId": "016",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t04_s00_p12.html",
            "pageNumber": 0,
            "prevId": "t04_s00_p10.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "5"
        }, {
            //mcsa layout 01			
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s00_p12.html",
            "shortId": "017",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t04_s00_p13.html",
            "pageNumber": 0,
            "prevId": "t04_s00_p11.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "6"
        }, {
            //mcsa layout 01	
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s00_p13.html",
            "shortId": "018",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t04_s00_p14.html",
            "pageNumber": 0,
            "prevId": "t04_s00_p12.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "7"
        }, {
            //mcsa layout 01
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s00_p14.html",
            "shortId": "019",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t04_s00_p15.html",
            "pageNumber": 0,
            "prevId": "t04_s00_p13.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "8"
        }, {
            //mcsa layout 01
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s00_p15.html",
            "shortId": "020",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "pageNumber": 0,
            "prevId": "t04_s00_p14.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "9"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t04_s01_p04.html",
        "id": "t04_s01",
        "numberOfPagesInDisplay": 1,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s01_p04.html",
            "shortId": "021",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t04_s00_p03.html", //RETURN TO SUB MENU TOPIC 4
            "pageNumber": 0,
            "prevId": "t04_s00_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t04_s02_p05.html",
        "id": "t04_s02",
        "numberOfPagesInDisplay": 1,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s02_p05.html",
            "shortId": "022",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t04_s00_p03.html", //RETURN TO SUB MENU TOPIC 4
            "pageNumber": 0,
            "prevId": "t04_s00_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t04_s03_p06.html",
        "id": "t04_s03",
        "numberOfPagesInDisplay": 2,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s03_p06.html",
            "shortId": "023",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t04_s03_p07.html",
            "pageNumber": 0,
            "prevId": "t04_s00_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s03_p07.html",
            "shortId": "024",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t04_s00_p03.html", //RETURN TO SUB MENU TOPIC 4
            "pageNumber": 0,
            "prevId": "t04_s03_p06.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t04_s04_p08.html",
        "id": "t04_s04",
        "numberOfPagesInDisplay": 1,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s04_p08.html",
            "shortId": "025",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t04_s00_p03.html", //RETURN TO SUB MENU TOPIC 4
            "pageNumber": 0,
            "prevId": "t04_s00_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t04_s05_p09.html",
        "id": "t04_s05",
        "numberOfPagesInDisplay": 1,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t04_s05_p09.html",
            "shortId": "026",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t04_s00_p03.html", //RETURN TO SUB MENU TOPIC 4
            "pageNumber": 0,
            "prevId": "t04_s00_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t05_s00_p01.html",
        "id": "t05_s00",
        "numberOfPagesInDisplay": 6,
        "subTopicIds": [      "t05_s01",      "t05_s02",      "t05_s03",      "t05_s04",      "t05_s05",      "t05_s06"],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s00_p01.html",
            "shortId": "027",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t05_s00_p02.html",
            "pageNumber": 0,
            "prevId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            //SUB MENU SCREEN
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s00_p02.html",
            "shortId": "028",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t05_s00_p13.html",
            "pageNumber": 0,
            "prevId": "t05_s00_p01.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s00_p13.html",
            "shortId": "029",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t05_s00_p14.html",
            "pageNumber": 0,
            "prevId": "t05_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }, {
            //mcsa layout 01
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s00_p14.html",
            "shortId": "030",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t05_s00_p15.html",
            "pageNumber": 0,
            "prevId": "t05_s00_p13.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }, {
            //mcsa layout 01
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s00_p15.html",
            "shortId": "031",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t05_s00_p16.html",
            "pageNumber": 0,
            "prevId": "t05_s00_p14.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "5"
        }, {
            //mcsa layout 01
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s00_p16.html",
            "shortId": "032",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "pageNumber": 0,
            "prevId": "t05_s00_p15.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "6"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t05_s01_p03.html",
        "id": "t05_s01",
        "numberOfPagesInDisplay": 4,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s01_p03.html",
            "shortId": "033",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t05_s01_p04.html",
            "pageNumber": 0,
            "prevId": "t05_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s01_p04.html",
            "shortId": "034",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t05_s01_p05.html",
            "pageNumber": 0,
            "prevId": "t05_s01_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s01_p05.html",
            "shortId": "035",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t05_s01_p06.html",
            "pageNumber": 0,
            "prevId": "t05_s01_p04.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s01_p06.html",
            "shortId": "036",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t05_s00_p02.html", //RETURN TO SUB MENU TOPIC 5
            "pageNumber": 0,
            "prevId": "t05_s01_p05.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t05_s02_p07.html",
        "id": "t05_s02",
        "numberOfPagesInDisplay": 2,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s02_p07.html",
            "shortId": "037",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t05_s02_p08.html",
            "pageNumber": 0,
            "prevId": "t05_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s02_p08.html",
            "shortId": "038",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t05_s00_p02.html", //RETURN TO SUB MENU TOPIC 5
            "pageNumber": 0,
            "prevId": "t05_s02_p07.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t05_s03_p09.html",
        "id": "t05_s03",
        "numberOfPagesInDisplay": 1,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s03_p09.html",
            "shortId": "039",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t05_s00_p02.html", //RETURN TO SUB MENU TOPIC 5
            "pageNumber": 0,
            "prevId": "t05_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t05_s04_p10.html",
        "id": "t05_s04",
        "numberOfPagesInDisplay": 1,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s04_p10.html",
            "shortId": "040",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t05_s00_p02.html", //RETURN TO SUB MENU TOPIC 5
            "pageNumber": 0,
            "prevId": "t05_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t05_s05_p11.html",
        "id": "t05_s05",
        "numberOfPagesInDisplay": 1,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s05_p11.html",
            "shortId": "041",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t05_s00_p02.html", //RETURN TO SUB MENU TOPIC 5
            "pageNumber": 0,
            "prevId": "t05_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t05_s06_p12.html",
        "id": "t05_s06",
        "numberOfPagesInDisplay": 1,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t05_s06_p12.html",
            "shortId": "042",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t05_s00_p02.html", //RETURN TO SUB MENU TOPIC 5
            "pageNumber": 0,
            "prevId": "t05_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t06_s00_p01.html",
        "id": "t06_s00",
        "numberOfPagesInDisplay": 3,
        "subTopicIds": ["t06_s01","t06_s02","t06_s03"],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s00_p01.html",
            "shortId": "043",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s00_p02.html",
            "pageNumber": 0,
            "prevId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            //SUB MENU SCREEN
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s00_p02.html",
            "shortId": "044",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t06_s00_p20.html",
            "pageNumber": 0,
            "prevId": "t06_s00_p01.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
			//Drag and drop
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s00_p20.html",
            "shortId": "045",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "pageNumber": 0,
            "prevId": "t06_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t06_s01_p03.html",
        "id": "t06_s01",
        "numberOfPagesInDisplay": 8,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s01_p03.html",
            "shortId": "046",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s01_p04.html",
            "pageNumber": 0,
            "prevId": "t06_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s01_p04.html",
            "shortId": "047",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s01_p05.html",
            "pageNumber": 0,
            "prevId": "t06_s01_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s01_p05.html",
            "shortId": "048",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s01_p06.html",
            "pageNumber": 0,
            "prevId": "t06_s01_p04.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s01_p06.html",
            "shortId": "049",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s01_p07.html",
            "pageNumber": 0,
            "prevId": "t06_s01_p05.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s01_p07.html",
            "shortId": "050",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s01_p08.html",
            "pageNumber": 0,
            "prevId": "t06_s01_p06.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "5"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s01_p08.html",
            "shortId": "051",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s01_p09.html",
            "pageNumber": 0,
            "prevId": "t06_s01_p07.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "6"
        }, {
            //mcsa layout 02			
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s01_p09.html",
            "shortId": "052",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t06_s01_p10.html",
            "pageNumber": 0,
            "prevId": "t06_s01_p08.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "7"
        }, {
            //mcsa layout 02
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s01_p10.html",
            "shortId": "053",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t06_s00_p02.html", //RETURN TO SUB MENU TOPIC 6
            "pageNumber": 0,
            "prevId": "t06_s01_p09.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "8"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t06_s02_p11.html",
        "id": "t06_s02",
        "numberOfPagesInDisplay": 5,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s02_p11.html",
            "shortId": "054",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s02_p12.html",
            "pageNumber": 0,
            "prevId": "t06_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s02_p12.html",
            "shortId": "055",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s02_p13.html",
            "pageNumber": 0,
            "prevId": "t06_s02_p11.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s02_p13.html",
            "shortId": "056",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s02_p14.html",
            "pageNumber": 0,
            "prevId": "t06_s02_p12.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s02_p14.html",
            "shortId": "057",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s02_p15.html",
            "pageNumber": 0,
            "prevId": "t06_s02_p13.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s02_p15.html",
            "shortId": "058",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s00_p02.html", //RETURN TO SUB MENU TOPIC 6
            "pageNumber": 0,
            "prevId": "t06_s02_p14.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "5"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t06_s03_p16.html",
        "id": "t06_s03",
        "numberOfPagesInDisplay": 4,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s03_p16.html",
            "shortId": "059",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s03_p17.html",
            "pageNumber": 0,
            "prevId": "t06_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s03_p17.html",
            "shortId": "060",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s03_p18.html",
            "pageNumber": 0,
            "prevId": "t06_s03_p16.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s03_p18.html",
            "shortId": "061",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s03_p19.html",
            "pageNumber": 0,
            "prevId": "t06_s03_p17.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t06_s03_p19.html",
            "shortId": "062",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t06_s00_p02.html", //RETURN TO SUB MENU TOPIC 6
            "pageNumber": 0,
            "prevId": "t06_s03_p18.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t07_s00_p01.html",
        "id": "t07_s00",
        "numberOfPagesInDisplay": 7,
        "subTopicIds": ["t07_s01","t07_s02"],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s00_p01.html",
            "shortId": "063",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s00_p02.html",
            "pageNumber": 0,
            "prevId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            //SUB MENU SCREEN
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s00_p02.html",
            "shortId": "064",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t07_s00_p14.html",
            "pageNumber": 0,
            "prevId": "t07_s00_p01.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s00_p14.html",
            "shortId": "065",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s00_p16.html",
            "pageNumber": 0,
            "prevId": "t07_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }
		
		/* REMOVED
		, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s00_p15.html",
            "shortId": "000",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s00_p16.html",
            "pageNumber": 0,
            "prevId": "t07_s00_p14.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }
        */
		
        , {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s00_p16.html",
            "shortId": "066",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s00_p17.html",
            "pageNumber": 0,
            "prevId": "t07_s00_p14.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s00_p17.html",
            "shortId": "067",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s00_p18.html",
            "pageNumber": 0,
            "prevId": "t07_s00_p16.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "5"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s00_p18.html",
            "shortId": "068",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s00_p19.html",
            "pageNumber": 0,
            "prevId": "t07_s00_p17.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "6"
        }, {
			//Drag and drop
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s00_p19.html",
            "shortId": "069",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "pageNumber": 0,
            "prevId": "t07_s00_p18.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "7"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t07_s01_p03.html",
        "id": "t07_s01",
        "numberOfPagesInDisplay": 7,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s01_p03.html",
            "shortId": "070",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s01_p04.html",
            "pageNumber": 0,
            "prevId": "t07_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s01_p04.html",
            "shortId": "071",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s01_p05.html",
            "pageNumber": 0,
            "prevId": "t07_s01_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s01_p05.html",
            "shortId": "072",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s01_p06.html",
            "pageNumber": 0,
            "prevId": "t07_s01_p04.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s01_p06.html",
            "shortId": "073",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s01_p07.html",
            "pageNumber": 0,
            "prevId": "t07_s01_p05.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s01_p07.html",
            "shortId": "074",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s01_p08.html",
            "pageNumber": 0,
            "prevId": "t07_s01_p06.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "5"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s01_p08.html",
            "shortId": "075",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s01_p09.html",
            "pageNumber": 0,
            "prevId": "t07_s01_p07.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "6"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s01_p09.html",
            "shortId": "076",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s00_p02.html", //RETURN TO SUB MENU TOPIC 7
            "pageNumber": 0,
            "prevId": "t07_s01_p08.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "7"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t07_s02_p10.html",
        "id": "t07_s02",
        "numberOfPagesInDisplay": 3,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s02_p10.html",
            "shortId": "077",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s02_p11.html",
            "pageNumber": 0,
            "prevId": "t07_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s02_p11.html",
            "shortId": "078",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s02_p12.html",
            "pageNumber": 0,
            "prevId": "t07_s02_p10.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s02_p12.html",
            "shortId": "079",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s00_p02.html", //RETURN TO SUB MENU TOPIC 7
            "pageNumber": 0,
            "prevId": "t07_s02_p11.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }
		
		/*REMOVED
		, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t07_s02_p13.html",
            "shortId": "000",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t07_s00_p02.html", //RETURN TO SUB MENU TOPIC 7
            "pageNumber": 0,
            "prevId": "t07_s02_p12.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }
        */
        
        ]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t08_s00_p01.html",
        "id": "t08_s00",
        "numberOfPagesInDisplay": 5,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t08_s00_p01.html",
            "shortId": "080",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t08_s00_p02.html",
            "pageNumber": 0,
            "prevId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t08_s00_p02.html",
            "shortId": "081",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t08_s00_p03.html",
            "pageNumber": 0,
            "prevId": "t08_s00_p01.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            //mcsa layout 01
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t08_s00_p03.html",
            "shortId": "082",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t08_s00_p04.html",
            "pageNumber": 0,
            "prevId": "t08_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }, {
            //mcsa layout 01
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t08_s00_p04.html",
            "shortId": "083",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t08_s00_p05.html",
            "pageNumber": 0,
            "prevId": "t08_s00_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }, {
            //mcsa layout 01
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t08_s00_p05.html",
            "shortId": "084",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "pageNumber": 0,
            "prevId": "t08_s00_p04.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "5"
        }]
    }, {
        "displayPageNumbering": true,
        "firstPageId": "t09_s00_p01.html",
        "id": "t09_s00",
        "numberOfPagesInDisplay": 7,
        "subTopicIds": [],
        "pages": [{
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t09_s00_p01.html",
            "shortId": "085",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t09_s00_p02.html",
            "pageNumber": 0,
            "prevId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "1"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t09_s00_p02.html",
            "shortId": "086",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t09_s00_p03.html",
            "pageNumber": 0,
            "prevId": "t09_s00_p01.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "2"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t09_s00_p03.html",
            "shortId": "087",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t09_s00_p04.html",
            "pageNumber": 0,
            "prevId": "t09_s00_p02.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "3"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t09_s00_p04.html",
            "shortId": "088",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t09_s00_p05.html",
            "pageNumber": 0,
            "prevId": "t09_s00_p03.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "4"
        }, {
            "bookmarkable": true,
            "completionPolicy": "loading",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t09_s00_p05.html",
            "shortId": "089",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "always",
            "nextId": "t09_s00_p06.html",
            "pageNumber": 0,
            "prevId": "t09_s00_p04.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "5"
        }, {
			//Drag and drop			
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t09_s00_p06.html",
            "shortId": "090",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t09_s00_p07.html",
            "pageNumber": 0,
            "prevId": "t09_s00_p05.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "6"
        }, {
            //mcsa layout 01
            "bookmarkable": true,
            "completionPolicy": "pageResponsible",
            "contributeToCompletion": true,
            "displayPageNumbering": true,
            "id": "t09_s00_p07.html",
            "shortId": "091",
            "menuAvailablePolicy": "always",
            "nextAvailablePolicy": "completed",
            "nextId": "t02_s00_p02.html", //BACK TO MAIN MENU
            "pageNumber": 0,
            "prevId": "t09_s00_p06.html",
            "previousAvailablePolicy": "always",
            "status": "not attempted",
            "topicPageNumber": "7"
        }]
    }]
};
