<!--

function InsertMovie(movie) {

  document.write('<embed src="images/coredata-' + movie + '.mov" width="680" height="526"></embed>');

}

//-->