 // 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?Lang=Rus">Арт-линки компаний</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=Rus&Oper=AddUser&Field=-1">Добавьте Ваш линк</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=Rus&Operation=ProdSubtypes">Типы продукции</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=Rus&Operation=ShowProdList&ProdType=00&Init=0">Каталог продукции</A> | ');
  if (g_sPageName == "ShowProdSel") document.writeln('</B>'); 

//  if (g_sPageName == "ShowProdReq") document.writeln('<B>'); 
//    document.writeln('<A HREF="'+g_sPath+'/regcomp/show_products.php?Lang=Rus&Operation=ShowProdReq&ProdType=00&Init=0">Запросы на покупку</A> | ');
//  if (g_sPageName == "ShowProdReq") document.writeln('</B>'); 

  if (g_sPageName == "ShowFirm") document.writeln('<B>'); 
    document.writeln('<A HREF="'+g_sPath+'/regcomp/show_company.php?Lang=Rus&Operation=ShowFirms&Init=0">Каталог компаний</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=Rus">Добавьте Вашу фирму</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_ru.htm">Платежные системы</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_ru.htm">Веб-хостинг</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=Rus">Поисковики и роботы</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_ru.htm">Супермаркеты с МЛМ</A>&nbsp;|&nbsp;');
//  if (g_sPageName == "emarket") document.writeln('</B>'); 

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

