function disp_company()
{
        document.write('PFGBEST.com');
}
function disp_product()
{
        document.write('BEST PROTrader');
}
function disp_product_shortname()
{
        document.write('PROTrader');
}
function disp_folderpath(mod)
{
        switch(mod)
        {
                case 1: document.write('AvadhiFT/log'); break;
                case 2: document.write('AvadhiFT/data'); break;
                case 3: document.write('AvadhiFT/doc'); break;
                default: break;
        }
}
function disp_module(mod)
{
        switch(mod)
        {
                case 1: document.write('Pro'); break;
                default: break;
        }
}
