// directory of where all the images are
var cmThemeOfficeBase = './dm/';

var cmThemeOffice =
{
  	// 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: '',
  	// HTML code to the right of the folder item
  	mainFolderRight: '',
	// HTML code to the left of the regular item
	mainItemLeft: '',
	// HTML code to the right of the regular item
	mainItemRight: '',

	// sub menu display attributes

	// 0, HTML code to the left of the folder item
	folderLeft: '',  //'<img src="' + cmThemeOfficeBase + 'arr_menu.gif"	height="10"	width="7">',
	// 1, HTML code to the right of the folder item
	folderRight: '', //'<img src="' + cmThemeOfficeBase + 'corner_right_blue.gif"	height="15"	width="10">',
	// 2, HTML code to the left of the regular item
	itemLeft: '', //'<img src="' + cmThemeOfficeBase + 'spacer.gif"		height="12"	width="1">',
	// 3, HTML code to the right of the regular item
	itemRight: '',  //'<img src="' + cmThemeOfficeBase + 'corner_right_blue.gif"	height="15"	width="10">',
	// 4, cell spacing for main menu
	mainSpacing: 0,
	// 5, cell spacing for sub menus
	subSpacing: 0,
	// 6, auto dispear time for submenus in milli-seconds
	delay: 500  // don't use ';' !!!
};

// for horizontal menu split
/*
var cmThemeOfficeHSplit = [_cmNoAction, '<td class="ThemeOfficeMenuItemLeft"></td><td colspan="2"><div class="ThemeOfficeMenuSplit"></div></td>'];
var cmThemeOfficeMainHSplit = [_cmNoAction, '<td class="ThemeOfficeMainItemLeft"></td><td colspan="2"><div class="ThemeOfficeMenuSplit"></div></td>'];
var cmThemeOfficeMainVSplit = [_cmNoAction, '&nbsp;'];
*/
var cmThemeOfficeHSplit = [_cmNoAction, ''];
var cmThemeOfficeHLSplit = [_cmNoAction, '<td width=40 class="mleft" valign="top"><img src="/img/menu_left.gif" width=40 height=37 alt=""></td>'];
var cmThemeOfficeHRSplit = [_cmNoAction, '<td width=47 class="mright" valign="top"><img src="/img/menu_right.gif" width=47 height=37 alt=""></td>'];

var cmThemeOfficeMainHSplit = [_cmNoAction, '<td width=1><img src="/img/menu_l.gif" width=1 height=37 alt=""></td>'];
var cmThemeOfficeMainVSplit = [_cmNoAction, ''];

                      /* [0] - ?; [1] -Text; [2] - link; [3] - target; [4] - status text; [5] - cell width; [6] - submenu array.. */
