﻿$(document).ready
(
    function ()
    {
       
          
        
        
    }
)


    function SETpagina(page) {

        $("#pagina").val(page);
        __doPostBack("BtLista", "");

    }


    function AbrirAtendimento() {

        window.open("/atendimento/ATENDIMENTO_iniciar.aspx", "ATEND_SITE", "width=500,height=610,scrollbars=no,status=yes,location=yes");

    }


    function ChangeFont(Size) {

        $(".TextosSite").attr("style", "font-size:" + Size + "px");

    }
