var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Frame support, set Frame_Supported = true/false.
	Frame_Supported = false;

	// Customize default ICP menu color - bgColor, fontColor, mouseoverColor
	setDefaultICPMenuColor("#808000", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display ICP Banner
	setICPBanner("../images/shop2.jpg","../machine/default.htm","FVTC Machine Tool Home") ;
	
	//***** Add ICP menus *****
	//Introduction
	addICPMenu("HomeMenu", "Introduction", "","../default.htm");
	addICPSubMenu("HomeMenu","Contact Instructor","../contact.htm");
	addICPSubMenu("HomeMenu","Scoring Guide","../ScoreGuide.htm");
	
	//Safety
	addICPMenu("SafetyMenu", "Safety", "","../safety/default.htm");	
	addICPSubMenu("SafetyMenu","Main Page","../Safety/default.htm");
	addICPSubMenuLine("SafetyMenu");
	addICPSubMenu("SafetyMenu","Safety Information","../Safety/safety.htm");
	addICPSubMenuLine("SafetyMenu");
	addICPSubMenu("SafetyMenu","REVIEW - Lathe Safety","../safety/lathe_safety/index.html");

	//Turning Machines
	addICPMenu("TurningMenu", "Turning Machines", "","../turnmach/default.htm");
	addICPSubMenu("TurningMenu","Main Page","../turnmach/default.htm");
 	addICPSubMenuLine("TurningMenu");
	addICPSubMenu("TurningMenu","Machine Types","../turnmach/turnmach.htm");
	addICPSubMenu("TurningMenu","Lathe Construction","../turnmach/latheconst.htm");
	addICPSubMenu("TurningMenu","Lathe Maintenance","../turnmach/lathemaint.htm");
	addICPSubMenu("TurningMenu","Lathe Lubrication","../turnmach/lathelubric.htm");
	addICPSubMenu("TurningMenu","Chuck Maintenance","../turnmach/chuckmaint.htm");
 	addICPSubMenuLine("TurningMenu");
	addICPSubMenu("TurningMenu","REVIEW - Lathe Const.","../turnmach/latheconst/index.html");
	addICPSubMenu("TurningMenu","REVIEW - Lathe Maint.","../turnmach/indexLM.html");
	 
	//Accessories
	addICPMenu("LatheAccMenu", "Accessories", "","../accessories/default.htm");
	addICPSubMenu("LatheAccMenu","Main Page","../accessories/default.htm");
 	addICPSubMenuLine("LatheAccMenu");
	addICPSubMenu("LatheAccMenu","Tool Holding","../accessories/Latheacc.htm");
 	addICPSubMenuLine("LatheAccMenu");
	addICPSubMenu("LatheAccMenu","REVIEW-Tool Holding","../accessories/lathetoolhldtbk/index.html");

	//Cutting Tools
	addICPMenu("CuttingMenu", "Cutting Tools", "","../cuttools/default.htm");
	addICPSubMenu("CuttingMenu","Main Page","../cuttools/default.htm");
 	addICPSubMenuLine("CuttingMenu");
	addICPSubMenu("CuttingMenu","Thread Cutting Tools","../cuttools/threadcut.htm"); 
	addICPSubMenu("CuttingMenu","Cutting Tool Shapes","../cuttools/toolshapes.htm"); 
 	addICPSubMenuLine("CuttingMenu");
	addICPSubMenu("CuttingMenu","REVIEW: Cutting Tool Shapes","../cuttools/indexCT.html"); 	

	//Speeds & Feeds
	addICPMenu("SpeedsMenu", "Speeds & Feeds", "","../Speeds/default.htm");
	addICPSubMenu("SpeedsMenu","Main Page","../Speeds/default.htm");
	addICPSubMenuLine("SpeedsMenu");
	addICPSubMenu("SpeedsMenu","Feed Rate Calc.","../Speeds/feedrtcalc.htm");
	addICPSubMenu("SpeedsMenu","RPM Calculations","../Speeds/RPMcalc.htm");
	addICPSubMenu("SpeedsMenu","Speed & Feed Settings","../Speeds/spdFeedop.htm");
	addICPSubMenuLine("SpeedsMenu");
	addICPSubMenu("SpeedsMenu","REVIEW-Cut Speed & RPM Calc.","../Speeds/lathe_rpmcalc1/index.html");

	//Operations
	addICPMenu("ElatheMenu", "Operations", "","../operations/default.htm");
	addICPSubMenu("ElatheMenu","Main Page","../operations/default.htm");
 	addICPSubMenuLine("ElatheMenu");
	addICPSubMenu("ElatheMenu","The Engine Lathe","../operations/lathe.htm");
	addICPSubMenu("ElatheMenu","Left-Hand Thread Cutting","../operations/leftthrdcut.htm");
	addICPSubMenu("ElatheMenu","Metric Thread Cutting","../operations/metriccut.htm");
	addICPSubMenu("ElatheMenu","Tapers w/Taper Attachment","../operations/taperW_attach.htm");
	addICPSubMenu("ElatheMenu","Grooving & Treading Relieving","../operations/grooving.htm");
	addICPSubMenu("ElatheMenu","Tapers and Radii","../operations/taperRadii.htm");
	addICPSubMenu("ElatheMenu","Turning Stainless Steel","../operations/turnsteel.htm");
	addICPSubMenu("ElatheMenu","3 Wire Meth. for Meas. Screw","../operations/turnsteel.htm");
	addICPSubMenu("ElatheMenu","Screw Thread Micrometer","../operations/screwmic.htm");
 	addICPSubMenuLine("ElatheMenu");
	addICPSubMenu("ElatheMenu","REVIEW: ID & Operations","../operations/index.html");
	addICPSubMenu("ElatheMenu","REVIEW: Lathe Opp. Btwn Centers","../operations/indexbtwnctr.html");
	addICPSubMenu("ElatheMenu","REVIEW: Lathe Opp. in Chucks","../operations/indexChucks.html");
	addICPSubMenu("ElatheMenu","REVIEW: Threading on a Lathe","../operations/indexThread.html");

	//Projects
	addICPMenu("ProjectsMenu", "Projects", "","../projects/default.htm");

	//Tests
	addICPMenu("TestsMenu", "Tests", "","../Tests/test.htm");
}
