/*
  edit cmThemeVistaNoBorderBase it must be the root of the theme's images 
*/

var cmThemeVistaNoBorderBase = '.';

// the follow block allows user to re-define theme base directory
// before it is loaded.
try
{
	if (myThemeVistaNoBorderBase)
	{
		cmThemeVistaNoBorderBase = myThemeVistaNoBorderBase;
	}
}
catch (e)
{
}

var cmThemeVistaNoBorder =
{
  	    mainFolderLeft: '<div style="width: 15px; height: 30px" class="themeSpacerDiv" />',
        mainFolderRight: '<div style="width: 12px; height: 30px" class="themeSpacerDiv" />',
        mainItemLeft: '<div style="width: 15px; height: 30px" class="themeSpacerDiv" />',
        mainItemRight: '<div style="width: 12px; height: 30px" class="themeSpacerDiv" />',
        folderLeft: '<div style="width: 15px; height: 30px" class="themeSpacerDiv" />',
        folderRight: '<div style="width: 12px; height: 30px" class="themeSpacerDiv" />',
        itemLeft: '<div style="width: 15px; height: 30px" class="themeSpacerDiv" />',
        itemRight: '<div style="width: 12px; height: 30px" class="themeSpacerDiv" />',
        mainSpacing: 0,
        subSpacing: 0,
        delay: 100
};

var cmThemeVistaNoBorderHSplit = [_cmNoClick, '<td  class="ThemeVistaNoBorderMenuSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeVistaNoBorderMenuSplitText"><div></div></td>' +
					                          '<td  class="ThemeVistaNoBorderMenuSplitRight"><div></div></td>'
		                         ];

var cmThemeVistaNoBorderMainVSplit = [_cmNoClick, '<div>' +
                            '<table height="30" width="10" ' +
                            ' cellspacing="0"><tr><td class="ThemeVistaNoBorderHorizontalSplit">' +
                           '|</td></tr></table></div>'];

var cmThemeVistaNoBorderMainHSplit = [_cmNoClick, '<td  class="ThemeVistaNoBorderMainSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeVistaNoBorderMainSplitText"><div></div></td>' +
					                          '<td  class="ThemeVistaNoBorderMainSplitRight"><div></div></td>'
		                           ];    
 
     
