// directory of where all the images are
var _4UnitTemelKonular = '/trh/images/';

var _4UnitKonular =
{
    // main menu display attributes
    //
    // Note.  When the menu bar is horizontal,
    // _folderLeft and _folderRight are
    // put in <span></span>.  When the menu
    // bar is vertical, they would be put in
    // a separate TD cell.

    // HTML code to the left of the folder item
    _folderLeft: '&nbsp;',
    // HTML code to the right of the folder item
    _folderRight: '&nbsp;',
    // HTML code to the left of the regular item
    _itemLeft: '&nbsp;',
    // HTML code to the right of the regular item
    _itemRight: '&nbsp;',

    // sub menu display attributes

	
    // 0, HTML code to the left of the folder item
    folderLeft: '',
    // 1, HTML code to the right of the folder item
    folderRight: '<img alt="" src="' + _4UnitTemelKonular + 'ok.gif">',
    // 2, HTML code to the left of the regular item
    itemLeft: '',
    // 3, HTML code to the right of the regular item
    itemRight: '<img alt="" src="' + _4UnitTemelKonular + 'bos1.gif">',
    // 4, cell spacing for main menu
    mainSpacing: 0,
    // 5, cell spacing for sub menus
    subSpacing: 0,
    // 6, auto dispear time for submenus in milli-seconds
    delay: 500
};

// for horizontal menu split
var _KonuHSPlit = [_command_no_action_, '<td class="_konuMenuItemLeft"></td><td colspan="2"><div class="_konuMenuSplit">|</div></td>'];
var _AnaKonuHSPlit = [_command_no_action_, '<td class="_anaKonuMenuItemLeft"></td><td colspan="2"><div class="_konuMenuSplit">|</div></td>'];
var _AnaKonuVSPlit = [_command_no_action_, '&nbsp;'];
