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("#008080", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display ICP Banner
	setICPBanner("../script/title.jpg","/machine/default.htm","FVTC Machine Tool Home") ;
	
	//***** Add ICP menus *****
	//Introduction
	addICPMenu("HomeMenu", "Introduction", "","../default.htm");
	addICPSubMenu("HomeMenu","Introduction Content","../intro/intro.htm");
 	addICPSubMenuLine("HomeMenu");
	addICPSubMenu("HomeMenu","Contact Instructor","../contact.htm");
	addICPSubMenu("HomeMenu","Computer Requirements","../require.htm");
	addICPSubMenu("HomeMenu","MS1 Scoring Sheet","../Scoresht.htm");
	
	//Shop Safety
	addICPMenu("SafetyMenu", "Shop Safety", "","../ShopSafe/default.htm");
	addICPSubMenu("SafetyMenu","Main Page","../ShopSafe/default.htm");
 	addICPSubMenuLine("SafetyMenu");
	addICPSubMenu("SafetyMenu","Shop Requirements","../ShopSafe/Requirements.htm");
	addICPSubMenu("SafetyMenu","Safety Rules","../ShopSafe/rules.htm");
	addICPSubMenu("SafetyMenu","Clothing & Equipment","../ShopSafe/Cothing.htm");
	addICPSubMenu("SafetyMenu","Housekeeping","../ShopSafe/housekeep.htm");
	addICPSubMenu("SafetyMenu","General Safety (eye/ear)","../ShopSafe/general.htm");
	addICPSubMenu("SafetyMenu","Hazardous Materials","../ShopSafe/hazmat.htm");
	addICPSubMenu("SafetyMenu","Lockout/Tagout","../ShopSafe/Lockout.htm");
	addICPSubMenu("SafetyMenu","Rigging & Lifting","../ShopSafe/rig_lift.htm");
	addICPSubMenu("SafetyMenu","Machine Safety","../ShopSafe/machine.htm");
 	addICPSubMenuLine("SafetyMenu");
	addICPSubMenu("SafetyMenu","REVIEW - Shop Safety","../ShopSafe/shopsafty/index.html");


	//Layout
	addICPMenu("LayoutMenu", "Layout", "","../layout/default.htm");	
	addICPSubMenu("LayoutMenu","Main Page","../layout/default.htm");
	addICPSubMenuLine("LayoutMenu");
	addICPSubMenu("LayoutMenu","Content - Layout","../layout/LayoutPced.htm");
	addICPSubMenu("LayoutMenu","REVIEW - Layout","../layout/layout/index.htm");

	
	//Inspection
	addICPMenu("InspectionMenu", "Inspection", "","../Inspection/default.htm");
	addICPSubMenu("InspectionMenu","Main Page","../Inspection/default.htm");
	addICPSubMenuLine("InspectionMenu");
	addICPSubMenu("InspectionMenu","Inspection Projects","../Inspection/project.htm");
	addICPSubMenuLine("InspectionMenu");
	addICPSubMenu("InspectionMenu","Steel Rule Information","../Inspection/stlrule.htm");
	addICPSubMenu("InspectionMenu","Types of Steel Rules","../Inspection/types.htm");
	addICPSubMenu("InspectionMenu","Rule - Common Questions ","../Inspection/FAQ.htm");
	addICPSubMenu("InspectionMenu","Angular Measurement","../Inspection/Anglemeas.htm");
	addICPSubMenu("InspectionMenu","Depth Measurement","../Inspection/Depthmic.htm");
	addICPSubMenu("InspectionMenu","Metric Micrometer","../Inspection/Metricmic.htm");
	addICPSubMenu("InspectionMenu","Inside Measurement","../Inspection/Insidemeas.htm");
	addICPSubMenu("InspectionMenu","Indirect Measurement","../Inspection/Indirectmeas.htm");
	addICPSubMenu("InspectionMenu","Micrometer Adjustments","../Inspection/Adjustmic.htm");
	addICPSubMenuLine("InspectionMenu");
	addICPSubMenu("InspectionMenu","Review-Fixed Gages","../Inspection/gages/index.html");
	addICPSubMenu("InspectionMenu","Review-Steel Rule","../Inspection/steelrule/index.html");
	addICPSubMenu("InspectionMenu","Review-Angular Measure","../Inspection/angmeas/index.html");
	addICPSubMenu("InspectionMenu","Review-Indirect Measure","../Inspection/indirmeas/index.html");
	addICPSubMenu("InspectionMenu","Review-Vernier ID","../Inspection/vernID/vernier/index.html");
	addICPSubMenu("InspectionMenu","Review-Vernier Measure","../Inspection/verniermsure/index.html");
	addICPSubMenu("InspectionMenu","Review-Micrometer Parts","../Inspection/micrometer1/index.html");
	addICPSubMenu("InspectionMenu","Review-Micrometer Meas.","../Inspection/Micromeasr/index.html");
	addICPSubMenu("InspectionMenu","Review-Metric Micrometer","../Inspection/micrometric/index.html");
	addICPSubMenu("InspectionMenu","Review-Depth Micrometer","../Inspection/t_micro/index.html");
	addICPSubMenu("InspectionMenu","Review-Dial Caliper ID","../Inspection/dcalipid/index.html");
	addICPSubMenu("InspectionMenu","Review-Dial Caliper Meas.","../Inspection/dcalipmeas2/index.html");



	//Bench
	addICPMenu("BenchMenu", "Bench", "","../bench/default.htm");
	addICPSubMenu("BenchMenu","Main Page","../Bench/default.htm");
	addICPSubMenuLine("BenchMenu");
	addICPSubMenu("BenchMenu","Screw Threads & Fasteners","../Bench/fasten.htm");
	addICPSubMenu("BenchMenu","REVIEW - Files","../Bench/files/index.html");
	addICPSubMenu("BenchMenu","REVIEW - Pedestal Grinder","../Bench/Pedgrind/index.html");
	addICPSubMenu("BenchMenu","REVIEW - Hacksaws","../Bench/hacksaw/index.html");
	addICPSubMenu("BenchMenu","REVIEW - Taps & Dies","../Bench/tap_dies/index.html");
	addICPSubMenu("BenchMenu","REVIEW - Screw Threads & Fasteners","../Bench/screwthrds/index.html");


	//Cutting Fluids
	addICPMenu("FluidsMenu", "Cutting Fluids", "","../coolant/default.htm");
	addICPSubMenu("FluidsMenu","Main Page","../coolant/default.htm");
	addICPSubMenuLine("FluidsMenu");
	addICPSubMenu("FluidsMenu","Cutting Fluids Info Sheet","../coolant/cutfluids.htm");
	addICPSubMenu("FluidsMenu","Project 1","../coolant/cutflproj1.htm");

	//Sawing
	addICPMenu("SawsMenu", "Sawing", "","../Sawing/default.htm");
	addICPSubMenu("SawsMenu","Main Page","../Sawing/default.htm");	
	addICPSubMenuLine("SawsMenu");
	addICPSubMenu("SawsMenu","Project Sheet 1","../Sawing/project1.htm");
	addICPSubMenu("SawsMenu","Project Sheet 2","../Sawing/project2.htm");
	addICPSubMenu("SawsMenu","REVIEW-Sawing Machines","../sawing/index.html");


	//Drilling
	addICPMenu("DrillMenu", "Drilling", "","../Drillpress/default.htm");
	addICPSubMenu("DrillMenu","Main Page","../Drillpress/default.htm");
	addICPSubMenuLine("DrillMenu");
	addICPSubMenu("DrillMenu","Content-Feed Rate Calc","../Drillpress/Feedratecalc.htm");
	addICPSubMenu("DrillMenu","Content-Cut Speeds","../Drillpress/cutspeeds.htm");
	addICPSubMenu("DrillMenu","Project Sheet 1-1","../Drillpress/project1.htm");
	addICPSubMenu("DrillMenu","Project Sheet 1-4","../Drillpress/project4.htm");
	addICPSubMenu("DrillMenu","Project Sheet 1-5","../Drillpress/project5.htm");
	addICPSubMenu("DrillMenu","Project Sheet 1-6","../Drillpress/project6.htm");
	addICPSubMenu("DrillMenu","Project Sheet 1-7","../Drillpress/project7.htm");
	addICPSubMenu("DrillMenu","Radial Project Sheets","../Drillpress/default.htm");
	addICPSubMenu("DrillMenu","REVIEW-Drill Press ID","../Drillpress/index.html");
	addICPSubMenu("DrillMenu","REVIEW-Adv. Cut Tools","../Drillpress/advcuttool/index.html");
	addICPSubMenu("DrillMenu","REVIEW-Cutting Speeds","../drillpress/drill_rpmcalc1/index.html");
	addICPSubMenu("DrillMenu","REVIEW-Radial Drilling","../drillpress/radialdrl/index.html");
	addICPSubMenu("MSNMenu","REVIEW-Drill Accessories","../drillpress/index1.html");

	//Tests
	addICPMenu("testMenu", "Tests", "","../test.htm");
	addICPSubMenu("testMenu","Main Page","../test.htm");

}

