//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	
	menu = new Menu();
	menu.addItem("features", "Don't Miss These Book Excerpts!", "Free book chapters",  null, null);
	
	
	menu.addItem("rel", "Free Previews - Relationship Cheatsheets", "Free previews for relationship improvement",  null, null);

	
	menu.addItem("work", "Free Previews - Success @ Work Cheatsheets", "Free previews of success and workplace cheatsheets",  null, null);
	

	

	
	
	
	menu.addSubItem("rel", "BROWSE ALL HELPCARDS", "Summaries of all our cheatsheets",  "http://store.esellerate.net/s.asp?s=STR101250125&Cmd=CATALOG&CategoryID=3284", "_blank");
menu.addSubItem("rel", "Learn To Fight Fair Helpcard", "Learn the basics of fighting fair",  "http://relationships911.org/products/i-cfightfair.htm", "_top");
	menu.addSubItem("rel", "Using Selftalk To Manage Your Anger", "Learn the basics of anger management",  "http://relationships911.org/products/i-cangertalk.htm", "_top");
	menu.addSubItem("rel", "Using Your Head To Manage Conflict Helpcard", "Learn skills for handling conflicts",  "http://relationships911.org/products/i-cconhead.htm", "_top");
	menu.addSubItem("rel", "Getting Along With Almost Anyone", "Learn skills for getting along with others",  "http://relationships911.org/products/i-cgetalong.htm", "_top");
	menu.addSubItem("rel", "Stress Busters & Stress Tips", "Manage Stress More Effectively",  "http://store.esellerate.net/s.asp?s=STR101250125&Cmd=INFO&SKURefnum=SKU8884312068&AFFIDC=AFF2724391898", "_blank");
	menu.addSubItem("rel", "Influencing Your Boss - Getting Heard", "Learn to get your boss to listen.",  "http://relationships911.org/products/i-cboss.htm", "_top");
	menu.addSubItem("rel", "Identifying Subtle Verbal Abuse", "Learn about subtle verbal abuse.",  "http://relationships911.org/products/i-cverbal-abuse.htm", "_top");
	menu.addSubItem("work", "Performance Management Master Checklist", "Never leave out performance improvement steps again",  "http://work911.com/products/i-cpercheck.htm", "_blank");
	menu.addSubItem("work", "Performance Appraisal For Managers", "Summarizes the performance appraisal process",  "http://work911.com/products/i-cperf.htm", "_blank");
	menu.addSubItem("work", "Getting Most From Perf. Appraisal For Employees", "Explains the process to employees",  "http://work911.com/products/i-cperfemployee.htm", "_blank");
	menu.addSubItem("work", "Defusing Hostile Customers Cheatsheet", "Summarizes defusing anger techniques",  "http://work911.com/products/i-cdefuse.htm", "_blank");
	menu.addSubItem("work", "Presenting To Difficult/Resistant Groups", "Get through to those tough audiences",  "http://work911.com/products/i-cdif.htm", "_blank");
	menu.addSubItem("work", "Integrated Strategic Planning Model", "Detailed outline of the planning steps",  "http://work911.com/products/i-cst1.htm", "_blank");
	menu.addSubItem("work", "Making Strategic Planning Work", "Max out your strategic plan's value",  "http://work911.com/products/i-cst2.htm", "_blank");
	menu.addSubItem("rel", "Communicating Cooperatively At Work", "Improve your work relationships",  "http://work911.com/products/i-ccoop.htm", "_blank"); 
	menu.addSubItem("rel", "Contributing To Your Team's Health", "Ways to increase your contributions",  "http://relationships911.org/products/i-cteam.htm", "_top");
	menu.addSubItem("work", "The Responsive Manager", "Shhh..It's about leadership",  "http://work911.com/products/i-cresp.htm", "_blank");
	

	menu.addSubItem("features", "Defusing Hostile Customers Workbook", "Help with difficult customers",  "http://work911.com/products/i-defuse.htm", "_blank") ;
	menu.addSubItem("features", "Conflict Prevention In The Workplace - The Book", "Learn to prevent conflict",  "http://relationships911.org/products/i-conprebook.htm", "_top");
	menu.addSubItem("features", "Idiot's Guide To Dealing With Difficult Employees", "Published by McMillan/Alpha",  "http://work911.com/guide/index.htm", "_blank");
	
	
	

	

	
	
	menu.showMenu();
}
