
// directory of where all the images are
var cmThemePanelBase = 'http://www.nitrd.gov/menu/';

// the follow block allows user to re-define theme base directory
// before it is loaded.
try
{
	if (myThemePanelBase)
	{
		cmThemePanelBase = myThemePanelBase;
	}
}
catch (e)
{
}

var cmThemePanel =
{
  	// 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

	// HTML code to the left of the folder item
	folderLeft: '',
	// HTML code to the right of the folder item
	folderRight: '',
	// HTML code to the left of the regular item
	itemLeft: '',
	// HTML code to the right of the regular item
	itemRight: '',
	// cell spacing for main menu
	mainSpacing: 4,
	// cell spacing for sub menus
	subSpacing: 0,
	// auto dispear time for submenus in milli-seconds
	delay: 500
};

// for sub menu horizontal split
var cmThemePanelHSplit = [_cmNoClick, '<td colspan="3" style="height: 5px; overflow: hidden"><div class="ThemePanelMenuSplit"></div></td>'];
// for vertical main menu horizontal split
var cmThemePanelMainHSplit = [_cmNoClick, '<td colspan="3" style="height: 5px; overflow: hidden"><div class="ThemePanelMenuSplit"></div></td>'];
// for horizontal main menu vertical split
var cmThemePanelMainVSplit = [_cmNoClick, ' | '];

var myMenu =
[
	
	[null,'&nbsp;Home&nbsp;','http://www.nitrd.gov/',null,'Home',
		[' ','NITRD Home Page','http://www.nitrd.gov/Index.aspx',null,null],
		_cmSplit,
		[' ','Privacy Policy','http://www.nitrd.gov/privacy.aspx',null,null],
		[' ','Web Site Archive','http://www.nitrd.gov/archive/index.aspx',null,null]
	],
	_cmSplit,
	[null,'&nbsp;NCO&nbsp;','http://www.nitrd.gov/about/about_nco.aspx',null,null,
 		[' ','About the NCO','http://www.nitrd.gov/about/about_nco.aspx',null,null],
		[' ','Office Location','http://www.nitrd.gov/about/directions.aspx',null,null],
		[' ','Staff and Personnel','http://www.nitrd.gov/about/personnel.aspx',null,null],
		[' ','Mission and Vision','http://www.nitrd.gov/about/mission_and_vision.aspx',null,null],
		[null,'Presentations','http://www.nitrd.gov/about/presentations_nco.aspx',null,null],
		[' ','NCO/NITRD News','http://www.nitrd.gov/news-media/index.aspx',null,null],
		[' ','Contact Us','http://www.nitrd.gov/about/contact.aspx',null,null]
	],
	_cmSplit,
	[null,'&nbsp;NITRD Program&nbsp;','http://www.nitrd.gov/about/about_nitrd.aspx',null,null,
		[null,'Organization Chart','http://www.nitrd.gov/subcommittee/NITRD-Org-Chart_121608.pdf',null,null],
		[null,'About the NITRD Program','http://www.nitrd.gov/about/about_nitrd.aspx',null,null],
		[null,'NITRD Subcommittee','http://www.nitrd.gov/subcommittee/index.aspx',null,null],
		[null,'Member Agencies','http://www.nitrd.gov/subcommittee/agency-web-sites.aspx',null,null],
		[null,'Member Contacts','http://www.nitrd.gov/subcommittee/nitrd_contacts.aspx',null,null]
	],
	_cmSplit,
	[null,'&nbsp;NITRD Groups&nbsp;','http://www.nitrd.gov/subcommittee/index.aspx',null,null,
		['','~ Interagency Working Groups ~',null,null,null,null],
		_cmSplit,
		[' ','CSIA - Cyber Security and Information Assurance','http://www.nitrd.gov/subcommittee/csia.aspx',null,null],
		[' ','HEC - High End Computing','http://www.nitrd.gov/subcommittee/hec.aspx',null,null],
		_cmSplit,
		['','~ Coordinating Groups ~',null,null,null,null],
		_cmSplit,
		[' ','HCI&IM - Human Computer Interaction and Information Management','http://www.nitrd.gov/subcommittee/hciim.aspx',null,null],
		[' ','HCSS - High Confidence Software and Systems','http://www.nitrd.gov/subcommittee/hcss.aspx',null,null],
		[' ','LSN - Large Scale Networking','http://www.nitrd.gov/subcommittee/lsn.aspx',null,null],
		[' ','SDP - Software Design and Productivity','http://www.nitrd.gov/subcommittee/sdp.aspx',null,null],
		[' ','SEW - Social, Economic, and Workforce Implications of IT','http://www.nitrd.gov/subcommittee/sew.aspx',null,null],
		_cmSplit,
		[' ','~ Teams ~',null,null,null,null],
		_cmSplit,
		[' ','LSN-JET - Joint Engineering Team','http://www.nitrd.gov/subcommittee/lsn/jet/index.aspx',null,null],
		[' ','LSN-MAGIC - Middleware And Grid Infrastructure Coordination Team','http://www.nitrd.gov/subcommittee/lsn/magic/index.aspx',null,null],
		
		_cmSplit
	],
	_cmSplit,
	[null,'&nbsp;PCAST&nbsp;','http://www.nitrd.gov/pcast/index.aspx',null,null],
	_cmSplit,	
	[null,'&nbsp;Laws&nbsp;','http://www.nitrd.gov/congressional/laws/index.aspx',null,null],
	_cmSplit,
	[null,'&nbsp;Publications&nbsp;','http://www.nitrd.gov/pubs/index.aspx',null,null]
];


//Replace sd-2003web instead of sd-2003qaweb for DEV server
//Replace sd-2003qaweb instead of sd-2003qaweb for QA server


