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

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

function HorizMenu()
{
   if (g_sPageName == "ShopIndex")  document.writeln('<B>');
     document.writeln('<A HREF="' + g_sPath +'/vitragshop/index.php">Choise of Art-Glass</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=Eng&Operatio Full Catalogue</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=Eng&Operation=ShowCart&CmdRet=0">Your Shopping Cart</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=Eng&Operation=ShowPage&Init=0">The Price-Lists</A>&nbsp;|&nbsp;');
   if (g_sPageName == "PRL") document.writeln('</B>'); 
 
   document.writeln('<HR><br>');
}
//==============
