﻿var heightArray1path = new Array();
// workshops
heightArray1path[0] = '570px';
heightArray1path[1] = '950px';
heightArray1path[2] = '1100px';
heightArray1path[3] = '1150px';
heightArray1path[4] = '1000px';
// electives
heightArray1path[5] = '';  // no custom electives
heightArray1path[6] = '530px';
heightArray1path[7] = '1000px';
heightArray1path[8] = '530px';
heightArray1path[9] = '530px';
heightArray1path[10] = '530px';



var heightArray2path = new Array();
// workshops
heightArray2path[0] = '700px';
heightArray2path[1] = '950px';
heightArray2path[2] = '1100px';
heightArray2path[3] = '1150px';
heightArray2path[4] = '1000px';

// custom electives
var heightArray2path5link = new Array();
heightArray2path5link[0] = '700px';
heightArray2path5link[1] = '700px';
heightArray2path5link[2] = '700px';
heightArray2path5link[3] = '700px';

// generic electives
heightArray2path[5] = '';
heightArray2path[6] = '700px';
heightArray2path[7] = '1000px';
heightArray2path[8] = '700px';
heightArray2path[9] = '700px';
heightArray2path[10] = '700px';







var heightArray3path = new Array();
// workshops
heightArray3path[0] = '700px';
heightArray3path[1] = '950px';
heightArray3path[2] = '1100px';
heightArray3path[3] = '1150px';
heightArray3path[4] = '1000px';

// custom electives
var heightArray3path5link = new Array();
heightArray3path5link[0] = '700px';
heightArray3path5link[1] = '700px';
heightArray3path5link[2] = '700px';
heightArray3path5link[3] = '700px';

// generic electives
heightArray3path[5] = '';  
heightArray3path[6] = '700px';
heightArray3path[7] = '1000px';
heightArray3path[8] = '700px';
heightArray3path[9] = '700px';







var heightArray4path = new Array();
// same content as path 1
heightArray4path = heightArray1path;






var colorArray = new Array();
colorArray[0] = '#003366';  // dk blue
colorArray[1] = '#0099cc';  // lt blue
colorArray[2] = '#66cc00';  // lt green
colorArray[3] = '#ff9900';  // org/yel
colorArray[4] = '#ff3300';  // org/red
colorArray[5] = '#330066';  // purple
colorArray[6] = '#660000';  // dk red
colorArray[7] = '#339966';  // lt red
colorArray[8] = '#000000';  // blk
colorArray[9] = '#000000';  // blk
colorArray[10] = '#000000';  // blk
colorArray[11] = '#000000';  // blk
colorArray[12] = '#000000';  // blk



var pathTitleArray = new Array();
pathTitleArray[0] = 'Home';  
pathTitleArray[1] = 'Vertical Acceleration';  
pathTitleArray[2] = 'Microsoft Dynamics AX Product Adoption and Acceleration';  
pathTitleArray[3] = 'xRM Solutions';
pathTitleArray[4] = 'Business in a Box Market Share Leader';
pathTitleArray[5] = 'Electives';
pathTitleArray[6] = 'Coaching';
pathTitleArray[7] = 'Performance Incentives';
pathTitleArray[8] = 'Schedule';    
pathTitleArray[9] = 'Trainers';    
pathTitleArray[10] = 'Registration';    
pathTitleArray[11] = 'CRM Re-Tooling';    
pathTitleArray[12] = 'News and Special Offers';    

