$(document).ready(function (){
    theCount=0;
    $("#QuickBuildChannel_Title_Box a").each(function(i){
        theCount++;
    });
    ShowPannel("QuickBuildChannel_Pannel",0,theCount,"QuickBuildChannel_Title","Tab_Select");
});
