function fixScreen(){
    var body = document.getElementById('body');
    body.style.width = (screen.availWidth)+'px';

    var fonsUPC = document.getElementById('fonsUPC');
    fonsUPC.style.width = (screen.availWidth-30)+'px';
}
