function insertMov(movpath, movwidth, movheight){
var theMov = QT_GenerateOBJECTText_XHTML(movpath, movwidth, movheight, '','scale','tofit', 'KIOSKMODE', 'True');
var masterPlayer = document.getElementById('uniplayer');
masterPlayer.removeChild(masterPlayer.firstChild);
masterPlayer.innerHTML=theMov;
}