// directory of where all the images are
var cmnavtopBase = '/_plm/';

var cmnavtop =
{
  	// 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: '&nbsp;', // '<img alt="" src="' + cmnavtopBase + 'blank.gif">',
  	// HTML code to the right of the folder item
  	//mainFolderRight: '<img align=absbottom border=0 alt="" src="' + cmnavtopBase + 'arrowdown.gif"></td><td style="height:100%;padding:0;border:0;"><span>&nbsp;&nbsp;&nbsp;',
  	mainFolderRight: '&nbsp;',
	// HTML code to the left of the regular item
	mainItemLeft: '&nbsp;', //'<img alt="" src="' + cmnavtopBase + 'blank.gif">',
	// HTML code to the right of the regular item
	//mainItemRight: '<span style="line-height:17px">&nbsp;</span>', // '<img alt="" src="' + cmnavtopBase + 'blank.gif">',
	mainItemRight: '&nbsp;',
	// sub menu display attributes

	// HTML code to the left of the folder item
	folderLeft: '&nbsp;', // '<img alt="" src="' + cmnavtopBase + 'blank.gif">',
	// HTML code to the right of the folder item
	folderRight: '&nbsp;', // '<img alt="" src="' + cmnavtopBase + 'arrow.gif">',
	// HTML code to the left of the regular item
	itemLeft: '&nbsp;', // '<img alt="" src="' + cmnavtopBase + 'blank.gif">',
	// HTML code to the right of the regular item
	itemRight: '&nbsp;', // '<img alt="" src="' + cmnavtopBase + 'blank.gif">',
	// cell spacing for main menu
	mainSpacing: 0,
	mainPadding: 0,
	// cell spacing for sub menus
	subSpacing: 0,
	// auto dispear time for submenus in milli-seconds
	delay: 500
};

// for sub menu horizontal split
var cmnavtopHSplit = [_cmNoAction, '<td colspan="3" style="height: 5px; overflow: hidden"><div class="navtopMenuSplit"></div></td>'];
// for vertical main menu horizontal split
var cmnavtopMainHSplit = [_cmNoAction, '<td colspan="3" style="height: 5px; overflow: hidden"><div class="navtopMenuSplit"></div></td>'];
// for horizontal main menu vertical split
var cmnavtopMainVSplit = [_cmNoAction, '|'];
