/*
	ICUS SCORM to AICC wrapper

	16/09/2004 - Created by Timothée Groleau
	(c) 2004 - ICUS Pte Ltd - All rights reserved.

	Contains the parameters for the wrapper:
	   * fileToLoad: indicates the launch of the sco to wrap
	   * keepAlive: indicates whether wrapper should connect
	     regularly to LMS to maintain session open
	   * proxyExtension: indicates extensin of proxy script 
	     depends on content server (asp/php/jsp/...)
*/

var fileToLoad = "../main/index.html";
var cookieCode = "CRR5141";
var cookieDays = 30;
var launch_data = {};
launch_data.launchMode = "standalone";
var q = ICUS_parseQuery(ICUS_getQuery(parent.location));
//if (q.debug != null)
//{
	launch_data.navigationMode = "module";
	launch_data.accessMode = "debug";
	launch_data.projectcode = "CRR5141";
//}
