// $RCSfile: trainingmenu.js,v $
// $Revision: 1.1 $
// $Date: 2007/01/09 11:39:26 $
// Last Updated By $Author: andrew $

/*

FREESTYLE MENUS v1.0 RC (c) 2001-2005 Angus Turnbull, http://www.twinhelix.com
Altering this notice or redistributing this file is prohibited.

*/

	// Here's a menu object to control the below list of menu data:
	var menu_training = new FSMenu('menu_training', true, 'visibility', 'visible', 'hidden');
	menu_training.cssLitClass = 'highlighted';
	var arrow = null;
	if (document.createElement && document.documentElement)
	{

	 arrow = document.createElement('img');
	 arrow.src = 'furniture/menu_arrow.gif';
	 arrow.style.borderWidth = '0';
	
	 arrow.className = 'subind';
	}
	
	addEvent(window, 'load', new Function('menu_training.activateMenu("menu_trainingRoot", arrow)'));
	
// end of the object script that was copied from the html page
// $Log: trainingmenu.js,v $
// Revision 1.1  2007/01/09 11:39:26  andrew
// no message
//
// Revision 1.1.1.1  2006/12/06 16:08:51  bob
// no message
//
// Revision 1.1  2006/06/13 10:33:30  bob
// Copied from HCP Standards by Bob C
//
// Revision 1.1  2006/01/24 13:04:38  kevin
// New menu structure
//
// Revision 1.1.1.1  2006/01/24 10:10:52  kevin
// Initial Load
//
// Revision 1.1.1.2  2005/09/19 10:18:44  kevin
// Initial File
//
// Revision 1.1.1.1  2005/09/09 14:43:43  kevin
// Initial Files
//
// Revision 1.1  2005/08/10 11:42:45  kevin
// Split code for each part of the site into separate files.
//
