var url = "src/php/controle/LstNegociacao.php";

$(function() {
    $("#tb thead").height(((screen.height)/100)*15);
    $("#tdMainFrame iframe").height(((screen.height)/100)*83);
    
    $("#tb thead").width(screen.width);
    $("#tb #tituloSite").width(screen.width);
    $("#menu").width(((screen.width)/100)*93);
    
});
