function demLect(id){
var elt= document.getElementById(id);
if (elt != null) elt.SetVariable("player:jsPlay", "");
}

function stopLect(id){
var elt= document.getElementById(id);
if (elt != null) elt.SetVariable("player:jsStop", "");
}
