<!--
function fncMenuBar(MenOpt)
{
    stdIndent    = '&nbsp;';
    bigIndent = '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
    rowStart  = '<tr><td class="colour">';
    rowEnd    = '</td></tr>';

    menStart = '<table cellspacing="0" cellpadding="0" border="0">';
    menCons  = rowStart + stdIndent + '<a href="gcCons.html" ><b class="size3c">Consultancy  </b></a>' + rowEnd;
    menClieC = rowStart + bigIndent + '<a href="gcClieC.html"><b class="size1 ">Clients      </b></a>' + rowEnd;
    menDesi  = rowStart + stdIndent + '<a href="gcDesi.html" ><b class="size3c">Web design   </b></a>' + rowEnd;
    menClieD = rowStart + bigIndent + '<a href="gcClieD.html"><b class="size1 ">Clients      </b></a>' + rowEnd;
    menHost  = rowStart + stdIndent + '<a href="gcHost.html" ><b class="size3c">Web hosting  </b></a>' + rowEnd;
    menRate  = rowStart + bigIndent + '<a href="gcRate.html" ><b class="size1 ">Rates        </b></a>' + rowEnd;
    menTerm  = rowStart + bigIndent + '<a href="gcTerm.html" ><b class="size1 ">Terms        </b></a>' + rowEnd;
    menTech  = rowStart + bigIndent + '<a href="gcTech.html" ><b class="size1 ">Technical    </b></a>' + rowEnd;
    menClieH = rowStart + bigIndent + '<a href="gcClieH.html"><b class="size1 ">Clients      </b></a>' + rowEnd;
    menEcom  = rowStart + stdIndent + '<a href="gcEcom.html" ><b class="size3c">E-commerce   </b></a>' + rowEnd;
    menAbou  = rowStart + stdIndent + '<a href="gcAbou.html" ><b class="size1 ">About us     </b></a>' + rowEnd;
    menCont  = rowStart + stdIndent + '<a href="gcCont.html" ><b class="size1 ">Contact us   </b></a>' + rowEnd;
    menCust  = rowStart + stdIndent + '<a href="gcCust.html" ><b class="size1 ">Customer area</b></a>' + rowEnd;
    menSysX  = rowStart + bigIndent + '<a href="http://www.sysexcel.com/" target = "_NEW"><b class="size1">SysExcel</b></a>' + rowEnd;
    menBreak = rowStart + '<br>'             + rowEnd;
    menLine  = rowStart + '<hr width="150">' + rowEnd;
    menClose = '</table>';

    document.write(menStart);
    document.write(menCons);
    switch(MenOpt)
    {
    case'main':
        {
        document.write(menLine);
        document.write(menDesi);
        document.write(menLine);
        document.write(menHost);
        document.write(menLine);
        document.write(menEcom);
        document.write(menLine);
        document.write(menBreak);
        document.write(menBreak);
        document.write(menBreak);
        document.write(menBreak);
        break;
        }

    case'cons':
        {
        document.write(menClieC);
        document.write(menLine);
        document.write(menDesi);
        document.write(menLine);
        document.write(menHost);
        document.write(menLine);
        document.write(menEcom);
        document.write(menLine);
        document.write(menBreak);
        document.write(menBreak);
        document.write(menBreak);
        break;
        }

    case'desi':
        {
        document.write(menLine);
        document.write(menDesi);
        document.write(menClieD);
        document.write(menLine);
        document.write(menHost);
        document.write(menLine);
        document.write(menEcom);
        document.write(menLine);
        document.write(menBreak);
        document.write(menBreak);
        document.write(menBreak);
        break;
        }
    case'host':
        {
        document.write(menLine);
        document.write(menDesi);
        document.write(menLine);
        document.write(menHost);
        document.write(menRate);
        document.write(menTerm);
        document.write(menTech);
        document.write(menClieH);
        document.write(menLine);
        document.write(menEcom);
        document.write(menLine);
        break;
        }
    case'ecom':
        {
        document.write(menLine);
        document.write(menDesi);
        document.write(menLine);
        document.write(menHost);
        document.write(menLine);
        document.write(menEcom);
        document.write(menSysX);
        document.write(menLine);
        document.write(menBreak);
        document.write(menBreak);
        document.write(menBreak);
        break;
        }

    }
    document.write(menCust);
    document.write(menLine);
    document.write(menAbou);
    document.write(menLine);
    document.write(menCont);
    document.write(menLine);
    document.write(menClose);
}

function fncTrans()
{
    parent.location="rel_v2/gcHome.html";
}

function fncTimer(interval)
{
    setTimeout("fncTrans()",interval);
}


// -->


