// directory of where all the images are
var cmThemeBAUSATZImageBase = '/grfx/';
// directory of where all the images are
var cmThemeBAUSATZIconBase = '/grfx/';

// the follow block allows user to re-define theme base directory
// before it is loaded.
try
{
	if (myThemeBAUSATZBase)
	{
		cmThemeBAUSATZBase = myThemeBAUSATZBase;
	}
}
catch (e)
{
}

var cmThemeBAUSATZ =
{
  	// main Theme display attributes
  	//
  	// Note.  When the Theme bar is horizontal,
  	// mainFolderLeft and mainFolderRight are
  	// put in <span></span>.  When the Theme
  	// bar is vertical, they would be put in
  	// a separate TD cell.

  	// HTML code to the left of the folder item
  	mainFolderLeft: '<img alt="" src="' + cmThemeBAUSATZImageBase + 'leer.gif">',
  	// HTML code to the right of the folder item
  	mainFolderRight: '<img alt="" src="' + cmThemeBAUSATZImageBase + 'leer.gif">',
		// HTML code to the left of the regular item
		mainItemLeft: '<img alt="" src="' + cmThemeBAUSATZImageBase + 'leer.gif">',
		// HTML code to the right of the regular item
		mainItemRight: '<img alt="" src="' + cmThemeBAUSATZImageBase + 'leer.gif">',

	// sub Theme display attributes

	// HTML code to the left of the folder item
	folderLeft: '<img alt="" src="' + cmThemeBAUSATZImageBase + 'icon_pfeil_rechts_03.gif">',
	// HTML code to the right of the folder item
	folderRight: '<img alt="" src="' + cmThemeBAUSATZIconBase + 'icon_pfeil_rechts_04.gif">',
	// HTML code to the left of the regular item
	itemLeft: '<img alt="" src="' + cmThemeBAUSATZImageBase + 'icon_pfeil_rechts_03.gif">',
	// HTML code to the right of the regular item
	itemRight: '<img alt="" src="' + cmThemeBAUSATZImageBase + 'leer.gif">',
	// cell spacing for main Theme
	mainSpacing: 0,
	// cell spacing for sub Themes
	subSpacing: 0,
	// auto dispear time for subThemes in milli-seconds
	delay: 500
};

// for sub Theme horizontal split
var cmThemeBAUSATZHSplit = [_cmNoClick, '<td colspan="3" style="height: 5px; overflow: hidden"><div class="ThemeBAUSATZThemeSplit"></div></td>'];
// for vertical main Theme horizontal split
var cmThemeBAUSATZMainHSplit = [_cmNoClick, '<td colspan="3" style="height: 5px; overflow: hidden"><div class="ThemeBAUSATZThemeSplit"></div></td>'];
// for horizontal main Theme vertical split
var cmThemeBAUSATZMainVSplit = [_cmNoClick, '|'];
