function tamanho(){
document.player.SetVariable("recebeLargura", document.body.clientWidth);
}

function mudarAltura(valor){
document.player.height=valor;
return valor;
}

function mudarLargura(valor){
document.player.width=valor;
return valor;
}