/*
  edit cmThemeGullivers_Base it must be the root of the theme's images 
*/

var cmThemeGullivers_Base = '.';

// the follow block allows user to re-define theme base directory
// before it is loaded.
try
{
	if (myThemeGullivers_Base)
	{
		cmThemeGullivers_Base = myThemeGullivers_Base;
	}
}
catch (e)
{
}

var cmThemeGullivers_ =
{
  	    mainFolderLeft: '<div style="width: 9px; height: 45px" class="themeSpacerDiv" />',
        mainFolderRight: '<div style="width: 8px; height: 45px" class="themeSpacerDiv" />',
        mainItemLeft: '<div style="width: 9px; height: 45px" class="themeSpacerDiv" />',
        mainItemRight: '<div style="width: 8px; height: 45px" class="themeSpacerDiv" />',
        folderLeft: '<div style="width: 15px; height: 23px" class="themeSpacerDiv" />',
        folderRight: '<div style="width: 15px; height: 23px" class="themeSpacerDiv" />',
        itemLeft: '<div style="width: 15px; height: 23px" class="themeSpacerDiv" />',
        itemRight: '<div style="width: 15px; height: 23px" class="themeSpacerDiv" />',
        mainSpacing: 0,
        subSpacing: 0,
        delay: 100
};

var cmThemeGullivers_HSplit = [_cmNoClick, '<td  class="ThemeGullivers_MenuSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeGullivers_MenuSplitText"><div></div></td>' +
					                          '<td  class="ThemeGullivers_MenuSplitRight"><div></div></td>'
		                         ];

var cmThemeGullivers_MainVSplit = [_cmNoClick, '<div>' +
                            '<table height="45" width="2" ' +
                            ' cellspacing="0"><tr><td class="ThemeGullivers_HorizontalSplit">' +
                           '<div class="themeSpacerDiv" style=" width: 1px; height: 1px" /></td></tr></table></div>'];

var cmThemeGullivers_MainHSplit = [_cmNoClick, '<td  class="ThemeGullivers_MainSplitLeft"><div></div></td>' +
					                          '<td  class="ThemeGullivers_MainSplitText"><div></div></td>' +
					                          '<td  class="ThemeGullivers_MainSplitRight"><div></div></td>'
		                           ];    
 
     
