
// directory of where all the images are
var cmThemeLeftBase = 'images/ThemeLeft/';

var cmThemeLeft =
{
  	// main menu display attributes
  	//
  	// Note.  When the menu bar is horizontal,
  	// mainFolderLeft and mainFolderRight are
  	// put in <span></span>.  When the menu
  	// 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="images/icon2_4x6.gif">&nbsp;',
  	// HTML code to the right of the folder item
  	mainFolderRight: '<img alt="" src="' + cmThemeLeftBase + 'arrow.gif" align="absmiddle">',
		// HTML code to the left of the regular item
		mainItemLeft: '<img alt="" src="images/icon2_4x6.gif">&nbsp;',
		// HTML code to the right of the regular item
		mainItemRight: '<img alt="" src="' + cmThemeLeftBase + 'blank.gif">',

		// sub menu display attributes

		// 0, HTML code to the left of the folder item
		folderLeft:'<img alt="" src="images/icon2_4x6.gif"> &nbsp;',
		// 1, HTML code to the right of the folder item
		folderRight: '<img alt="" src="' + cmThemeLeftBase + 'arrow.gif" align="absmiddle">',
		// 2, HTML code to the left of the regular item
		itemLeft: '',//'<img alt="" src="images/icon2_4x6.gif"> &nbsp;',
		// 3, HTML code to the right of the regular item
		itemRight: '', //'<img alt="" src="' + cmThemeLeftBase + 'blank.gif">',
		// 4, cell spacing for main menu
		mainSpacing: 0,
		// 5, cell spacing for main menu
		mainPadding: 2,
		// 6, cell spacing for sub menus
		subSpacing: 0,
		// 7, cell paddinging for sub menus
		subPadding: 2,
		// 8, auto dispear time for submenus in milli-seconds
		delay: 100
};

// for horizontal menu split
var cmThemeLeftHSplit = [_cmNoAction, '<td class="ThemeLeftMenuItemLeft"></td><td colspan="2"><div class="ThemeLeftMenuSplit"></div></td>'];
var cmThemeLeftMainHSplit = [_cmNoAction, '<td class="ThemeLeftMainItemLeft"></td><td colspan="2"><div class="ThemeLeftMenuSplit"></div></td>'];
var cmThemeLeftMainVSplit = [_cmNoAction, '|'];
