/* *****************************************************************************
 * MenuContent.js
 * Client-side JavaScript for DHTML Menu System - Content File
 *
 * Description: This file contains the arrays of information that define the
 *   content and layout of DHTML menus.  It is designed to be editable for site
 *   updates.  This file accompanies MenuScripts.js.
 *
 * Author: Stephen Kratowicz, OakTree.com
 *
 * ****************************************************************************/

/* *****************************************************************************
 * Preload Menu Images
 * ****************************************************************************/

var img_btntraining_on = new Image();
img_btntraining_on.src = '/images/button_training_over.gif';
var img__off = new Image();
img__off.src = '/images/button_training.gif';

var img_btnconsult_on = new Image();
img_btnconsult_on.src = '/images/button_consult_over.gif';
var img_btnconsult_off = new Image();
img_btnconsult_off.src = '/images/button_consult.gif';

var img_btntools_on = new Image();
img_btntools_on.src = '/images/button_tools_over.gif';
var img_btntools_off = new Image();
img_btntools_off.src = '/images/button_tools.gif';

var img_btnabout_on = new Image();
img_btnabout_on.src = '/images/button_about_over.gif';
var img_btnabout_off = new Image();
img_btnabout_off.src = '/images/button_about.gif'; 

var img_btnvip_on = new Image();
img_btnvip_on.src = '/images/button-vip-over.gif';
var img_btnvip_off = new Image();
img_btnvip_off.src = '/images/button-vip.gif';
 
/* *****************************************************************************
 * Object Definitions (DO NOT EDIT)
 * ****************************************************************************/
var TopMenu = new Object();

/* *****************************************************************************
 * Top-level Menu Parameters
 * ****************************************************************************/
TopMenu.ContainerName = 'HorizontalLayer'		// Name of Containing Layer
TopMenu.AlwaysVisible = false;							// Is Menu Always Visible?
TopMenu.IsHorizontal = false; 								// Is Menu Horizontal?
TopMenu.DefaultWidth = 100;									// Default Menu Item Width
TopMenu.DefaultHeight = 19;									// Default Menu Item Height
TopMenu.PaddingTop = 3;											// Top Padding of Text
TopMenu.FontFamily = 'Arial, Sans-serif';		// Font Family
TopMenu.FontSize = 11;												// Font Size (Points)
TopMenu.NS4FontSize = 8;										// Font Size for NS4 (Points)
TopMenu.FontWeight = 'bold';								// Font Weight (normal or bold)
TopMenu.TextDecoration = 'none';						// CSS Attribute Text-decoration
TopMenu.FontColor = '#ffffff';							// Text Color
TopMenu.FontColorOn =	'#ffffff';						// Highlighted Text Color
TopMenu.BgColor = '#63659C';								// Background Color
TopMenu.BgColorOn = '#313063';							// Highlighted Background Color
TopMenu.BorderWidth = 0;										// Border Width (in pixels)
TopMenu.BorderColor = '#ffffff';						// Border Color
TopMenu.SeparatorWidth = 1;									// Separator Width (in pixels)
TopMenu.SeparatorColor = '#ffffff';					// Separator Color
TopMenu.NS4AdjustmentLeft = -1;
TopMenu.NS4AdjustmentTop = -1;

/* *****************************************************************************
 * Top-level Menu Content
 * ****************************************************************************/

var aryMenu1 = [
	[
		192,															// X Position
		22,																// Y Position
		175,																// Item Width
		0,																// Item Height (can override below)
		'btntraining',										// Name of Image to swap on rollover
		'/images/button_training.gif',		// Off State Image URL
		'/images/button_training_over.gif'// On State Image URL
	],
	[
		['Overview', '/training/default.asp', 0],		// Display Text, Link, Height (0 to use default)
		['Project Management', '/training/projmgnt.asp', 0],
		['Managing Project Mgmt', '/training/mpm.asp', 0],
		['Executive Briefing', '/training/execbrief.asp', 0],
		['Portfolio &amp; Program Mgmt', '/training/programmgnt.asp', 0],
		['Advanced Project Mgmt', '/training/advpm.asp', 0],
		['Project Sponsorship', '/training/project_sponsorship.asp', 0],
		['Topical Updates &amp; Refreshers', '/training/updates.asp', 0],
		['International', '/training/intl.asp', 0],
		['Cursos en espaņol', '/training/GrupoSinergiaPage.asp', 0],
		['Advanced Credits', '/training/credits.asp', 0],
		['Schedule & Enrollment', '/training/schedule.asp', 0],
		['Pricing & Discounts', '/training/pricing.asp', 0],
		['Logistics', '/training/logist.asp', 0]
	]
];

var aryMenu2 = [
	[
		278,															// X Position
		22,																// Y Position
		175,																// Item Width
		0,																// Item Height (can override below)
		'btnconsult',										// Name of Image to swap on rollover
		'/images/button_consult.gif',		// Off State Image URL
		'/images/button_consult_over.gif'// On State Image URL
	],
	[
		['Overview', '/consulting/default.asp', 0],		// Display Text, Link, Height (0 to use default)
		['Project Guide', '/consulting/projguide.asp', 0],
		['Project Planning', '/consulting/pmstart.asp', 0],
		['Implementation', '/consulting/implement.asp', 0],
		['Project Replan', '/consulting/rescue.asp', 0],
		['Project Audits &amp; Reviews', '/consulting/auditrev.asp', 0],
		['Advanced Skills', '/consulting/advcoach.asp', 0],
		['Creating the Project Office', '/consulting/projoffice.asp', 0],
		['Schedule a Consultation', '/consulting/initiate.asp', 0]
	]
];

var aryMenu3 = [
	[
		379,															// X Position
		22,																// Y Position
		175,																// Item Width
		0,																// Item Height (can override below)
		'btntools',										// Name of Image to swap on rollover
		'/images/button_tools.gif',		// Off State Image URL
		'/images/button_tools_over.gif'// On State Image URL
	],
	[
		['Overview', '/tools/default.asp', 0],		// Display Text, Link, Height (0 to use default)
		['ProjectMaster Software', '/tools/pmsoftware.asp', 0],
		['ProjectMaster Tutorial', '/tools/pmtutorial.asp', 0],
		['MS Project Config Files', '/tools/config.asp', 0],
		['Blank Templates', '/tools/blnktemps.asp', 0],
		['Sample Plan', '/tools/sampleplan.asp', 0],
		['Wall Charts', '/tools/wallcharts.asp', 0],
		['800 Support', '/tools/sup800.asp', 0],
		['PMI', '/tools/pmi.asp', 0]
	]
];

var aryMenu4 = [
	[
		502,															// X Position
		22,																// Y Position
		175,																// Item Width
		0,																// Item Height (can override below)
		'btnabout',										// Name of Image to swap on rollover
		'/images/button_about.gif',		// Off State Image URL
		'/images/button_about_over.gif'// On State Image URL
	],
	[
		['Overview', '/about/default.asp', 0],		// Display Text, Link, Height (0 to use default)
		['News and Events', '/media/index.php/in-the-news/', 0],
		['Media', '/media/', 0],
		['Global Solution Providers', '/about/gsps.asp', 0],
		['History', '/about/history.asp', 0],
		['Client List', '/about/clientlst.asp', 0],
		['Success Stories', '/about/testimonials.asp', 0],
		['Map of Customers', '/about/clientmap.asp', 0],
		['Current Opportunities', '/about/currentops.asp', 0],
		['Contact Cadence', '/about/email.asp', 0],
		['Seminar Leader Bios', '/about/slbios.asp', 0]
	]
];

var aryMenu5 = [
	[
		617,															// X Position
		22,																// Y Position
		104,																// Item Width
		0,																// Item Height (can override below)
		'btnvip',										// Name of Image to swap on rollover
		'/images/button-vip.gif',		// Off State Image URL
		'/images/button-vip-over.gif'// On State Image URL
	],
	[
		['Overview', '/vip/default.asp', 0],		// Display Text, Link, Height (0 to use default)
		['VIP Profile', '/vip/profile.asp', 0],
		['Maturity Model', '/vip/maturity.asp', 0],		
		['Articles and Papers of Interest', '/vip/articles.asp', 34],
		['Make a Difference', '/vip/mkadiff.asp', 0]
	]
];
