<!--

function mmLoadMenus() {

if (window.mm_menu_0) return;

window.mm_menu_0 = new Menu("root",150,22,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFFFFF","#323938","#060D0C","left","middle",4,0,1000,-5,7,true,true,true,0,false,false);
mm_menu_0.addMenuItem("Product Range","window.open('product-range.html', '_self');");
mm_menu_0.addMenuItem("Grades","window.open('product-range.html#grades', '_self');");
mm_menu_0.addMenuItem("Production Norms","window.open('product-range.html#norms', '_self');");
mm_menu_0.addMenuItem("Tolerances on Length","window.open('product-range.html#tolerance', '_self');");
mm_menu_0.addMenuItem("Finish","window.open('product-range.html#finish', '_self');");
	mm_menu_0.fontWeight="normal";
	mm_menu_0.hideOnMouseOut=true;
	mm_menu_0.menuBorder=1;
	mm_menu_0.menuLiteBgColor='#323938';
	mm_menu_0.menuBorderBgColor='#060D0C';
	mm_menu_0.bgColor='#060D0C';

window.mm_menu_1 = new Menu("root",210,22,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFFFFF","#323938","#060D0C","left","middle",4,0,1000,-5,7,true,true,true,0,false,false);
mm_menu_1.addMenuItem("Manufacturing Process Flow Chart","window.open('manu-flow-chart.html', '_self');");
mm_menu_1.addMenuItem("Roll Forming & Welding","window.open('process.html#roll', '_self');");
mm_menu_1.addMenuItem("Solution Annealing","window.open('process.html#solution', '_self');");
mm_menu_1.addMenuItem("Pickling","window.open('process.html#pickling', '_self');");
mm_menu_1.addMenuItem("Polishing","window.open('process.html#polish', '_self');");
	mm_menu_1.fontWeight="normal";
	mm_menu_1.hideOnMouseOut=true;
	mm_menu_1.menuBorder=1;
	mm_menu_1.menuLiteBgColor='#323938';
	mm_menu_1.menuBorderBgColor='#060D0C';
	mm_menu_1.bgColor='#060D0C';


mm_menu_1.writeMenus();

} // mmLoadMenus()



//-->
