/*
  edit cmThemeFooterMenuBase it must be the root of the theme's images 
*/

var cmThemeFooterMenuBase = '.';

// the follow block allows user to re-define theme base directory
// before it is loaded.
try
{
	if (myThemeFooterMenuBase)
	{
		cmThemeFooterMenuBase = myThemeFooterMenuBase;
	}
}
catch (e)
{
}

var cmThemeFooterMenu =
{
  	    mainFolderLeft: '<div style="width: 12px; height: 17px" class="themeSpacerDiv" />',
        mainFolderRight: '<div style="width: 15px; height: 17px" class="themeSpacerDiv" />',
        mainItemLeft: '<div style="width: 12px; height: 17px" class="themeSpacerDiv" />',
        mainItemRight: '<div style="width: 15px; height: 17px" class="themeSpacerDiv" />',
        folderLeft: '<div style="width: 24px; height: 23px" class="themeSpacerDiv" />',
        folderRight: '<div style="width: 19px; height: 23px" class="themeSpacerDiv" />',
        itemLeft: '<div style="width: 24px; height: 23px" class="themeSpacerDiv" />',
        itemRight: '<div style="width: 19px; height: 23px" class="themeSpacerDiv" />',
        mainSpacing: 0,
        subSpacing: 0,
        delay: 100
};

var cmThemeFooterMenuHSplit = [_cmNoClick, '<td  class="ThemeFooterMenuMenuSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeFooterMenuMenuSplitText"><div></div></td>' +
					                          '<td  class="ThemeFooterMenuMenuSplitRight"><div></div></td>'
		                         ];

var cmThemeFooterMenuMainVSplit = [_cmNoClick, '<div>' +
                            '<table height="19" width="10" ' +
                            ' cellspacing="0"><tr><td class="ThemeFooterMenuHorizontalSplit">' +
                           '|</td></tr></table></div>'];

var cmThemeFooterMenuMainHSplit = [_cmNoClick, '<td  class="ThemeFooterMenuMainSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeFooterMenuMainSplitText"><div></div></td>' +
					                          '<td  class="ThemeFooterMenuMainSplitRight"><div></div></td>'
		                           ];    
 
     