//Called from Games
//function MEC_closeRes()
{ 
//  alert("MEC_closeRes");
   //window.close();
}

//Callbacks for Exercises
//function MEC_closeExercise()
{ 
 // alert('MEC_closeExercise');
}

//function MEC_openBookmarkForm(resid,title)
{
 // alert('MEC_openBookmarkForm');
}

//function MEC_exercise_result(score)
{
// alert('MEC_exercise_result:'+score);
// if (APIOK())
//  {
//  SCOSetValue("cmi.core.score.raw",score); // this will also set pass/fail status
//  SCOCommit() // to make sure that, no matter what happens, this has been recorded
  }
 
}