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

var cmThemeOfficeBase = '.';

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

var cmThemeOffice =
{
  	    mainFolderLeft: '<div style="width: 14px; height: 21px" class="themeSpacerDiv" />',
        mainFolderRight: '<div style="width: 14px; height: 21px" class="themeSpacerDiv" />',
        mainItemLeft: '<div style="width: 14px; height: 21px" class="themeSpacerDiv" />',
        mainItemRight: '<div style="width: 14px; height: 21px" class="themeSpacerDiv" />',
        folderLeft: '<div style="width: 22px; height: 21px" class="themeSpacerDiv" />',
        folderRight: '<div style="width: 14px; height: 21px" class="themeSpacerDiv" />',
        itemLeft: '<div style="width: 22px; height: 21px" class="themeSpacerDiv" />',
        itemRight: '<div style="width: 14px; height: 21px" class="themeSpacerDiv" />',
        mainSpacing: 0,
        subSpacing: 0,
        delay: 100
};

var cmThemeOfficeHSplit = [_cmNoClick, '<td  class="ThemeOfficeMenuSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeOfficeMenuSplitText"><div></div></td>' +
					                          '<td  class="ThemeOfficeMenuSplitRight"><div></div></td>'
		                         ];

var cmThemeOfficeMainVSplit = [_cmNoClick, '<div>' +
                            '<table height="23" width="10" ' +
                            ' cellspacing="0"><tr><td class="ThemeOfficeHorizontalSplit">' +
                           '/</td></tr></table></div>'];

var cmThemeOfficeMainHSplit = [_cmNoClick, '<td  class="ThemeOfficeMainSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeOfficeMainSplitText"><div></div></td>' +
					                          '<td  class="ThemeOfficeMainSplitRight"><div></div></td>'
		                           ];    
 
     