
// directory of where all the images are
var cmThemeOfficeBase = './includes/js/ThemeOffice/';

var cmThemeOffice =
{
    // HTML code to the left of the folder item
    mainFolderLeft: '<img src="./images/dot.gif" width="18" height="23" alt="" />',
    // HTML code to the right of the folder item
    mainFolderRight: '<img src="./images/dot.gif" width="8" height="23" alt="" />',

    // HTML code to the left div of the regular item
    mainItemLeft: '<img src="./images/dot.gif" width="18" height="23" alt="" />',
    // HTML code to the right div of the regular item
    mainItemRight: '<img src="./images/dot.gif" width="8" height="23" alt="" />',


    // sub menu display attributes

    // 0, HTML code to the left of the folder item
    folderLeft: '&nbsp;',
    // 1, HTML code to the right of the folder item
    folderRight: '&nbsp;',
    
    // 2, HTML code to the left of the regular item
    itemLeft: '<img src="./images/dot.gif" width="20" height="19" alt="" />',
    // 3, HTML code to the right of the regular item
    itemRight: '<img src="./images/dot.gif" width="15" height="19" alt="" />',

    topLeft: '<img src="./images/dot.gif" width="20" height="6" alt="" />',
    topCenter: '<img src="./images/dot.gif" width="20" height="6" alt="" />',
    topRight: '<img src="./images/dot.gif" width="15" height="6" alt="" />',

    bottomLeft: '<img src="./images/dot.gif" width="20" height="12" alt="" />',
    bottomCenter: '<img src="./images/dot.gif" width="20" height="12" alt="" />',
    bottomRight: '<img src="./images/dot.gif" width="15" height="12" alt="" />',

    // 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
};
