/*
  edit cmThemeSevenFeetBase it must be the root of the theme's images 
*/

var cmThemeSevenFeetBase = '.';

// the follow block allows user to re-define theme base directory
// before it is loaded.
try
{
	if (myThemeSevenFeetBase)
	{
		cmThemeSevenFeetBase = myThemeSevenFeetBase;
	}
}
catch (e)
{
}

var cmThemeSevenFeet =
{
  	    mainFolderLeft: '<div style="width: 0px; height: 26px" class="themeSpacerDiv" />',
        mainFolderRight: '<div style="width: 0px; height: 26px" class="themeSpacerDiv" />',
        mainItemLeft: '<div style="width: 0px; height: 26px" class="themeSpacerDiv" />',
        mainItemRight: '<div style="width: 0px; height: 26px" class="themeSpacerDiv" />',
        folderLeft: '<div style="width: 0px; height: 26px" class="themeSpacerDiv" />',
        folderRight: '<div style="width: 0px; height: 26px" class="themeSpacerDiv" />',
        itemLeft: '<div style="width: 0px; height: 26px" class="themeSpacerDiv" />',
        itemRight: '<div style="width: 0px; height: 26px" class="themeSpacerDiv" />',
        mainSpacing: 0,
        subSpacing: 0,
        delay: 500
};

var cmThemeSevenFeetHSplit = [_cmNoClick, '<td  class="ThemeSevenFeetMenuSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeSevenFeetMenuSplitText"><div></div></td>' +
					                          '<td  class="ThemeSevenFeetMenuSplitRight"><div></div></td>'
		                         ];

var cmThemeSevenFeetMainVSplit = [_cmNoClick, '<div>' +
                            '<table height="28" width="10" ' +
                            ' cellspacing="0"><tr><td class="ThemeSevenFeetHorizontalSplit">' +
                           '<div class="themeSpacerDiv" style=" width: 1px; height: 1px" /></td></tr></table></div>'];

var cmThemeSevenFeetMainHSplit = [_cmNoClick, '<td  class="ThemeSevenFeetMainSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeSevenFeetMainSplitText"><div></div></td>' +
					                          '<td  class="ThemeSevenFeetMainSplitRight"><div></div></td>'
		                           ];    
 
     