function resizeFont(textSize) {
        jQ("#box_pravy").attr('style','font-size:'+textSize+'%;');
    }
