• popup loga izmēra mainīšana

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


1111111