/*2749986.2*/
function scaleVideoPlayer(w,h)
{
var e=document.getElementById("videoplayer");
if (e)
{
/* e.width=w;*/
e.height=h;
}
}
