 // Vitaly Eremenko
// create  29.12.2004
// update  06.01.2005
// JavaScript
//================|

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

function HorizMenu()
{
  if (g_sPageName == "ShopIndex")  document.writeln('<B>');
    document.writeln('<A HREF="' + g_sPath +'/vitragshop/index.php?Lang=Rus">Магазин</A>&nbsp;|&nbsp;');
  if (g_sPageName == "ShopIndex")  document.writeln('</B>');

  if (g_sPageName == "ImgList")  document.writeln('<B>');
    document.writeln('<A HREF="' + g_sPath + '/vitragshop/eshop_cmd.php?Lang=Rus&Operation=ShowImgPage&Init=0">Весь каталог</A>&nbsp;|&nbsp;');
  if (g_sPageName == "ImgList")  document.writeln('</B>');

  if (g_sPageName == "Cart") document.writeln('<B>');
    document.writeln('<A HREF="' + g_sPath +'/vitragshop/eshop_cmd.php?Lang=Rus&Operation=ShowCart&CmdRet=0">Корзинка покупок</A>&nbsp;|&nbsp;');
  if (g_sPageName == "Cart") document.writeln('</B>');

  if (g_sPageName == "PRL") document.writeln('<B>'); 
    document.writeln('<A HREF="' + g_sPath + '/vitragshop/eshop_cmd.php?Lang=Rus&Operation=ShowPage&Init=0">Прайс-Листы</A>&nbsp;|&nbsp;');
  if (g_sPageName == "PRL") document.writeln('</B>'); 

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

