/*
window.onload = function() {
    resize_mediaPlayer(650,480);
}
*/

function resize_object(xSize,ySize) {
    var xSiz = xSize;
    var ySiz = ySize;
    xResizeTo('mediaPlayer', xSiz, ySiz);
    xShow('mediaPlayer');
/*
alert("resize to "+xSiz+","+ySiz);
*/
}
