/*
  edit cmThemeFlowplant01Base it must be the root of the theme's images 
*/

var cmThemeFlowplant01Base = '.';

// the follow block allows user to re-define theme base directory
// before it is loaded.
try
{
	if (myThemeFlowplant01Base)
	{
		cmThemeFlowplant01Base = myThemeFlowplant01Base;
	}
}
catch (e)
{
}

var cmThemeFlowplant01 =
{
  	    mainFolderLeft: '<div style="width: 12px; height: 20px" class="themeSpacerDiv" />',
        mainFolderRight: '<div style="width: 1px; height: 20px" class="themeSpacerDiv" />',
        mainItemLeft: '<div style="width: 12px; height: 20px" class="themeSpacerDiv" />',
        mainItemRight: '<div style="width: 1px; height: 20px" class="themeSpacerDiv" />',
        folderLeft: '<div style="width: 1px; height: 20px" class="themeSpacerDiv" />',
        folderRight: '<div style="width: 1px; height: 20px" class="themeSpacerDiv" />',
        itemLeft: '<div style="width: 1px; height: 20px" class="themeSpacerDiv" />',
        itemRight: '<div style="width: 1px; height: 20px" class="themeSpacerDiv" />',
        mainSpacing: 0,
        subSpacing: 0,
        delay: 100
};

var cmThemeFlowplant01HSplit = [_cmNoClick, '<td  class="ThemeFlowplant01MenuSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeFlowplant01MenuSplitText"><div></div></td>' +
					                          '<td  class="ThemeFlowplant01MenuSplitRight"><div></div></td>'
		                         ];

var cmThemeFlowplant01MainVSplit = [_cmNoClick, '<div>' +
                            '<table height="20" width="10" ' +
                            ' cellspacing="0"><tr><td class="ThemeFlowplant01HorizontalSplit">' +
                           '<div class="themeSpacerDiv" style=" width: 1px; height: 1px" /></td></tr></table></div>'];

var cmThemeFlowplant01MainHSplit = [_cmNoClick, '<td  class="ThemeFlowplant01MainSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeFlowplant01MainSplitText"><div></div></td>' +
					                          '<td  class="ThemeFlowplant01MainSplitRight"><div></div></td>'
		                           ];    
 
     
