﻿

function Load() {
    //Font Replace
    Cufon.replace('h3,h2,h4,.btn-stnd a,.boleto,.title-menu,.cuffon_h2,.title');

    //PNG Fix Resource
    //DD_belatedPNG.fix('div, a');

    //Scroll Bar
    //var scroller = null;
    //var scrollbar = null;
    //window.onload = function() {
        //scroller = new jsScroller(document.getElementById("Scroller-1"), 400, 200);
        //scrollbar = new jsScrollbar(document.getElementById("Scrollbar-Container"), scroller, false);
    //}
}

function redirectServico(opcao){
    var lnkServico = document.getElementById('slcServico');
    if(lnkServico.value == 'Default.aspx') { return false; }
    else document.location = opcao;
}
