function resizeVideoPage(){
var width = 800;
var height = 600;
window.resizeTo(width, height);
window.moveTo(((screen.width - width) / 2), ((screen.height - height) / 2));
}
function resizeVideoPage(){
var width = 800;
var height = 600;
window.resizeTo(width, height);
window.moveTo(((screen.width - width) / 2), ((screen.height - height) / 2));
}