/* Client: GPC Contracts & Services Sdn. Bhd.
   Hosting Company: IPXcess Dotcom Sdn. Bhd.
*/
<!--
function fwLoadMenus() {
	if (window.fw_menu_0) return;

	// MENU 0 HOME ******************************
	window.fw_menu_0 = new Menu("root",150,0);
	fw_menu_0.hideOnMouseOut=true;

	// MENU 1 PROFILE ******************************
	window.fw_menu_1 = new Menu("root",128,0);
	fw_menu_1.addMenuItem("Corporate Overview","parent.frames['main'].location='http://www.gpcflooring.com/nav_main.htm'");
	fw_menu_1.addMenuItem("Our Philosophy","parent.frames['main'].location='http://www.gpcflooring.com/nav_main.htm#Philosophy'");
	fw_menu_1.addMenuItem("Free Consultation","parent.frames['main'].location='http://www.gpcflooring.com/nav_main.htm#Consultation'");
	fw_menu_1.hideOnMouseOut=true;

	// MENU 2 SUB MENU - DLW <<<<<<<<<<<<<<<<<<<<<<<<
	window.fw_menu_2_1 = new Menu("DLW",100,0);
	fw_menu_2_1.addMenuItem("Linoleum","parent.frames['main'].location='http://www.gpcflooring.com/products/dlw/linoleum/index.html'");
	fw_menu_2_1.addMenuItem("Homogeneous","parent.frames['main'].location='http://www.gpcflooring.com/products/dlw/homogeneous/index.html'");
	fw_menu_2_1.hideOnMouseOut=true;

	// MENU 2 SUB MENU - ALTRO <<<<<<<<<<<<<<<<<<<<<<<<
	window.fw_menu_2_2 = new Menu("ALTRO",105,0);
	fw_menu_2_2.addMenuItem("Floorings","parent.frames['main'].location='http://www.gpcflooring.com/products/altro/html,type=subject-file,flooring-systems,nframe.html'");
	fw_menu_2_2.addMenuItem("Walls / Ceilings","parent.frames['main'].location='http://www.gpcflooring.com/products/altro/html,type=subject-file,wall&ceiling-system,nframe.html'");
	fw_menu_2_2.hideOnMouseOut=true;

	// MENU 2 PRODUCTS ******************************
	window.fw_menu_2 = new Menu("root",77,0);
	fw_menu_2.addMenuItem(fw_menu_2_2,"parent.frames['main'].location='http://www.gpcflooring.com/products/altro/html,type=subject-file,flooring-systems,nframe.html'");
	fw_menu_2.addMenuItem(fw_menu_2_1,"parent.frames['main'].location='http://www.gpcflooring.com/products/dlw/linoleum/index.html'");
	fw_menu_2.addMenuItem("NITTOBO","parent.frames['main'].location='http://www.gpcflooring.com/products/nittobo/index.html'");
	fw_menu_2.hideOnMouseOut=true;

	// MENU 3 PICTURES CLIPS ******************************
	window.fw_menu_3 = new Menu("root",105,0);
	fw_menu_3.addMenuItem("Pictures Clips","parent.frames['main'].location='http://www.gpcflooring.com/pictures/index.html'");
	fw_menu_3.hideOnMouseOut=true;

	// MENU 4 FEEDBACK ******************************
	window.fw_menu_4 = new Menu("root",80,0);
	fw_menu_4.addMenuItem("Feedback","parent.frames['main'].parent.frames['main'].location='http://www.gpcflooring.com/feedback/index.html'");

	fw_menu_4.hideOnMouseOut=true;
	fw_menu_4.writeMenus();
} // fwLoadMenus()

//-->
