var contentSupportFlags = "volumeChangeFlag|soundStatus|volumePercent|soundChangeFlag|textChangeFlag|additionalInfoFlag|printFlag";
var navSupportFlags = "displayTitle|displayPage|returnTimeFlag|enableJumpPageFlag|disableJumpPageFlag|jumpPageOnStateFlag|jumpPageOffStateFlag|enableCommentsFlag|disableCommentsFlag|commentsOnStateFlag|commentsOffStateFlag|enablePrintFlag|disablePrintFlag|enableSaveFlag|disableSaveFlag|enableHelpFlag|disableHelpFlag|helpOnStateFlag|helpOffStateFlag|enableBackFlag|disableBackFlag|enableForwardFlag|disableForwardFlag|enableAudioToggleFlag|disableAudioToggleFlag|audioToggleOnStateFlag|enableReplayFlag|disableReplayFlag|enableEndSessionFlag|disableEndSessionFlag|enableEndFlag|disableEndFlag|enableGlossaryFlag|disableGlossaryFlag|glossaryOnStateFlag|glossaryOffStateFlag|swapToSlimFlag|swapToFatFlag|enableAllFlag|disableAllFlag";


//Overall course details
var name = "An Introduction to Integrated Working: The Common Assessment Framework, Lead Professional and Information Sharing"; //course name
var courseID = "266"; //courses in
var scoID = "0"; //sco id
var scoName = "An Introduction to Integrated Working: The Common Assessment Framework, Lead Professional and Information Sharing DEMO"; // SCO title
var completionMessage = "<h2>Well done you have completed this unit of the learning content.</h2><p>Your results have now been recorded and have been sent to your Virtual Learning Environment</p><p>You can now press 'quit' to be returned to your Virtual Learning Environment. Before you leave you may wish to press 'Print My Notes' to get a full transcript of the notes you took during the training.</p>";

var currentPage = 0; //the intialisation for the wrapper
var sco_debug_level = 0; //how much error/debug information the system will expell
var demoDefault = false; //if no LMS is found should the system only show the user the demo sco.pages
var closeWin = false;	// CloseWin if set to true the wrapper will attempt to close the window upon completion of LMSFinish - some LMS require this.
var redirect = false;	//Redirect - if set to a location the content will browse to this page upon completion


// *** sco.pages *** //

function PageMovie(A) {this.complete=A;} // defines the page object format
// The pages this list of available pages will be define at export by mother
var pages = new Array();
pages[0] = new PageMovie("na");
pages[1] = new PageMovie("na");
pages[2] = new PageMovie("na");
pages[3] = new PageMovie("na");
pages[4] = new PageMovie("na");
pages[5] = new PageMovie("na");
pages[6] = new PageMovie("na");
pages[7] = new PageMovie("na");
pages[8] = new PageMovie("na");
pages[9] = new PageMovie("na");

// *** Language Arrays *** //
var language = 1;
function PageLangDef (A,B,C,D,E,F,G,H,I,K) {this.name=A;this.soundFile=B,this.src=C,this.logicVersion=D,this.type=E,this.synopsis=F,this.motherPageID=G;this.motherMovieID=H;this.motherSoundID=I;this.transcript=K}
var pageDetails = new Array();
pageDetails[0] = new Array();
pageDetails[0][0] = "";


pageDetails[1] = new Array();
pageDetails[1][0] = new PageLangDef("Introduction","0None", "welcome.swf",0,0,"","11721","","0","0","Welcome to this short demonstration");
pageDetails[1][1] = new PageLangDef("Welcome and Learning Objectives - page 1","0none", "content/63808.swf", 0, 0, "","10386","63808","0","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][2] = new PageLangDef("Welcome and Learning Objectives - page 2","63810.mp3", "content/63811.swf", 0, 0, "Did you know that over four million people in the UK work with children? If you are one of them then you need to know about the topics covered in this module.","10387","63811","63810","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][3] = new PageLangDef("Overview - page 1","53129.mp3", "content/42730.swf", 0, 0, "We will begin by taking a look at the influences on integrated working and what the components of integrated working are.","4004","42730","53129","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][4] = new PageLangDef("Overview - page 2","53130.mp3", "content/42741.swf", 0, 0, "The term 'Integrated working' should not be daunting to you - all it means is that everyone works together, instead of independently, to ensure the child gets the most appropriate services. Click on the child to help this happen.","4005","42741","53130","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][5] = new PageLangDef("Common Assessment Framework - Page 10","53149.mp3", "content/47102.swf", 0, 0, "Whatever field people work in, everyone who works with children needs to be either able to undertake a Common Assessment or know how to arrange for one to be completed. Click on the flashing 'CAF' to reveal some more information.","5853","47102","53149","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][6] = new PageLangDef("Information Sharing - page 3","53185.mp3", "content/52951.swf", 0, 0, "Putting it simply, if information isn't shared then it will be almost impossible to assist families to maximum effect. If it is shared then it can have several benefits.","7386","52951","53185","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][7] = new PageLangDef("Information Sharing - page 4","53186.mp3", "content/52952.swf", 0, 0, "Here you can see that Information Sharing is needed at all stages along the continuum of a child's needs, from universal services through to additional and complex needs.","7387","52952","53186","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][8] = new PageLangDef("Information Sharing - page 15","53332.mp3", "content/52963.swf", 0, 0, "We have already seen how barriers to information sharing can be overcome. Now let's look at some broad guiding principles from Cross Government Guidance which will help you to decide what stance to take when considering sharing information.","7398","52963","53332","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][9] = new PageLangDef("Exit","0None", "exit.swf",0,0,"","11721","","0","0","Thank you for viewing this short demonstration");



// *** Glossary *** //
var defs = new Array(); // holds the definitions declared above.");
function Definition(A,B) {this.term=A;this.definition=B;} // defines the glossary definition object format


