 // Vitaly Eremenko
// create  01.01.2005
// update  07.01.2005
// JavaScript
//================|

function LeftMenuTab()
{
}
//===============

function HorizMenu()
{
  if (g_sPageName == "FirmGalIndex") document.writeln('<B>');
    document.writeln('<A HREF="' + g_sPath + '/firmgal/index.php">Art-Links of Companies</A>&nbsp;|&nbsp;');
  if (g_sPageName == "FirmGalIndex") document.writeln('</B>');

  if (g_sPageName == "FirmGalReg") document.writeln('<B>'); 
    document.writeln('<A HREF="' + g_sPath + '/firmgal/firmgal_get.php?Lang=Eng&Oper=AddUser&Field=-1">Add your Link</A> | ');
  if (g_sPageName == "FirmGalReg") document.writeln('</B>'); 

  if (g_sPageName == "ProdSubtypes") document.writeln('<B>'); 
    document.writeln('<A HREF="'+g_sPath+'/regcomp/show_products.php?Lang=Eng&Operation=ProdSubtypes">Types of Productions</A> | ');
  if (g_sPageName == "ProdSubtypes") document.writeln('</B>'); 

  if (g_sPageName == "ShowProdSel") document.writeln('<B>'); 
    document.writeln('<A HREF="'+g_sPath+'/regcomp/show_products.php?Lang=Eng&Operation=ShowProdList&ProdType=00&Init=0">Catalogue of Productions</A> | ');
  if (g_sPageName == "ShowProdSel") document.writeln('</B>'); 

  if (g_sPageName == "ShowFirm") document.writeln('<B>'); 
    document.writeln('<A HREF="'+g_sPath+'/regcomp/show_company.php?Lang=Eng&Operation=ShowFirms&Init=0">Catalogue of Companies</A> | ');
  if (g_sPageName == "ShowFirm") document.writeln('</B>'); 

  if (g_sPageName == "AddFirm") document.writeln('<B>'); 
    document.writeln('<A HREF="'+g_sPath+'/regcomp/add_firm_form.php?Lang=Eng">Add your Company</A> | ');
  if (g_sPageName == "AddFirm") document.writeln('</B>'); 

  if (g_sPageName == "pay_systems") document.writeln('<B>');
    document.writeln('<A HREF="' + g_sPath + '/bizbase/pay_systems_en.htm">Payment Systems</A>&nbsp;|&nbsp;');
  if (g_sPageName == "pay_systems") document.writeln('</B>');

//  if (g_sPageName == "webhost") document.writeln('<B>'); 
//    document.writeln('<A HREF="' + g_sPath + '/bizbase/webhost_en.htm">Web-hosting</A>&nbsp;|&nbsp;');
//  if (g_sPageName == "webhost") document.writeln('</B>'); 

//  if (g_sPageName == "Engines") document.writeln('<B>'); 
//    document.writeln('<A HREF="' + g_sPath + '/marketing/search_engines.php?Lang=Eng">Search Engines</A>&nbsp;|&nbsp;');
//  if (g_sPageName == "Engines") document.writeln('</B>'); 

//  if (g_sPageName == "emarket") document.writeln('<B>'); 
//    document.writeln('<A HREF="' + g_sPath + '/bizbase/emarkets_en.htm">Supermarkets with MLM</A>&nbsp;|&nbsp;');
//  if (g_sPageName == "emarket") document.writeln('</B>'); 

  document.writeln('<br>');
}
//==============

