<!--

linka='';
imgPath='images/';
lev1img='yes';					// insert yes or no
lev1OpName='open.gif';			// open image name
lev1OpHeight='10';				// image height
lev1OpWidth='10';				// image width
lev1ClosName='closed.gif';		// closed image name
lev1ClosHeight='10';			// image height
lev1ClosWidth='10';				// image width
lev2img='yes';		// insert yes or no
lev2Name='bullet.gif';			// image name
lev2Height='10';				// image height
lev2Width='16';					// image width
lev2Char='no';		// insert yes or no
bullet = '&#155; ';
base = '_self';

// *****************************************************************************
// **                             END OF SETTINGS                             **
// *****************************************************************************

	var x = 0
	page = location.search.substr(1).split("?")
	for (x=0;x<=page.length;x++) {
		eval(page)
		}
page = escape(page);
page = page.slice(7);

function subMenu(name,linkb) {
 this.name = name;
 this.linkb = linkb;
}
document.write('<BASE target="' + base + '">');

// *****************************************************************************
// **                             BUILD MENU DATA                             **
// *****************************************************************************

// Sales
if (page=='sales') {
thisMenu = new Array();
thisMenu[0] = new subMenu('Professional Edge','proedge.html');
thisMenu[1] = new subMenu('Territory Planning','territory.html');
thisMenu[2] = new subMenu('Negotiating: Change Your View, Change Your Results','negotiate.html');
thisMenu[3] = new subMenu('Interpersonal Selling','interpersonal.html');
thisMenu[4] = new subMenu('Sales Coaching','salescoaching.html');
}

// Leadership
if (page=='leadership') {
thisMenu = new Array();
thisMenu[0] = new subMenu('Situational Leadership','situational.html');
thisMenu[1] = new subMenu('Coaching','coaching.html');
thisMenu[2] = new subMenu('Myers Briggs','myersbriggs.html');
thisMenu[3] = new subMenu('New Managers Tool Kit','toolkit.html');
}

// Customer Service
if (page=='customer') {
thisMenu = new Array();
thisMenu[0] = new subMenu('Winning Customers Back','wincustomers.html');
thisMenu[1] = new subMenu('Wow Customers','wowcustomers.html');
thisMenu[2] = new subMenu('Service Excellence','excellence.html');
}

// Professionalism
if (page=='professionalism') {
thisMenu = new Array();
thisMenu[0] = new subMenu('Professionalism','professionalism.html');
thisMenu[1] = new subMenu('Business Etiquette','bizetiquette.html');
thisMenu[2] = new subMenu('Business Writing','bizwriting.html');
thisMenu[3] = new subMenu('Presentation Skills','presenting.html');
}

// Team Building
if (page=='team') {
thisMenu = new Array();
thisMenu[0] = new subMenu('FISH Philosophy','fish.html');
thisMenu[1] = new subMenu('Lead Out','leadout.html');
thisMenu[2] = new subMenu('Champion Teams','championteams.html');

}

// Life Management
if (page=='life') {
thisMenu = new Array();
thisMenu[0] = new subMenu('Time Management','timemanagement.html');
thisMenu[1] = new subMenu('Stress Management','stressmanagement.html');
thisMenu[2] = new subMenu('Interviewing Skills','interviewing.html');
thisMenu[3] = new subMenu('Resume Development','resume.html');
}

//-->