\n');
}
//====================================================================
// More SCORM Functions
function findAPI(win)
{
// Search the window hierarchy for an object named "API"
// Look in the current window (win) and recursively look in any child frames
if (win.API != null) {
return win.API;
}
if (win.length > 0) { // does the window have frames?
for (var i=0;i