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

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

function HorizMenu()
{
  if (g_sPageName == "ShopIndex")  document.writeln('<B>');
    document.writeln('<A HREF="' + g_sPath +'/vitshop/index.php">Choise in e-Shop</A> &nbsp;|&nbsp;');
  if (g_sPageName == "ShopIndex")  document.writeln('</B>');

  if (g_sPageName == "ImgList")  document.writeln('<B>');
    document.writeln('<A HREF="' + g_sPath + '/vitshop/eshop_cmd.php?Lang=Eng&Operation=ShowImgPage&Init=0">The Catalogue</A>&nbsp;|&nbsp;');
  if (g_sPageName == "ImgList")  document.writeln('</B>');

  if (g_sPageName == "Cart") document.writeln('<B>');
    document.writeln('<A HREF="' + g_sPath +'/vitshop/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 + '/vitshop/eshop_cmd.php?Lang=Eng&Operation=ShowPage&Init=0">The Price-Lists</A>&nbsp;|&nbsp;');
  if (g_sPageName == "PRL") document.writeln('</B>'); 

//  if (g_sPageName == "post_office") document.writeln('<B>');
//    document.writeln('<A HREF="' + g_sPath +'/vitshop/info/postoffice_en.htm">Calculation of cost of Delivery</A>&nbsp;|&nbsp;');
//  if (g_sPageName == "post_office") document.writeln('</B>');
 
//  if (g_sPageName == "Agreement") document.writeln('<B>'); 
//    document.writeln('<A HREF="' + g_sPath +'/vitshop/info/customer_info_en.htm">Customer Info</A>&nbsp;|&nbsp;');
//  if (g_sPageName == "Agreement") document.writeln('</B>'); 

//   if (g_sPageName == "ecart_use") document.writeln('<B>');
//     document.writeln('<A HREF="' + g_sPath +'/vitshop/info/ecart_use_en.htm">How to use the Shop ?</A>&nbsp;|&nbsp;');
//   if (g_sPageName == "ecart_use") document.writeln('</B>');
   
//   if (g_sPageName == "LocPRL") document.writeln('<B>');
//     document.writeln('<A HREF="' + g_sPath +'/vitshop/eshop_cmd.php?Lang=Eng&Operation=LocPRL&Init=0">Price-List for Israel</A>&nbsp;|&nbsp;');
//   if (g_sPageName == "LocPRL") document.writeln('</B>');
   
   document.writeln('<HR><br>');
}
//==============

