﻿var navi_1st_t = new Array();

function navi1stLevel() {
 this.text         = "";
 this.imgOffC      = "";
 this.imgOnC       = "";
 this.imgLeftC     = "";
 this.imgOff       = "";
 this.imgOn        = "";
 this.imgB         = "";
 this.imgC         = "";
 this.imgAlign     = "";
 this.imgArrow     = "";
 this.imgArrow_2nd = "";
 this.bgcolor      = "";
 this.style        = "";
 this.link         = "javascript:void(0);";
 this.show         = true;
 this.navi_2nd     = new Array;
}

function navi2ndLevel() {
 this.text         = "";
 this.link         = "javascript:void(0);";
 this.sel          = false;
 this.navi_3rd     = new Array;
 this.l_type       = "";

}

function navi3rdLevel() {
 this.text         = "";
 this.link         = "javascript:void(0);";
 this.navi_4th     = new Array;
}

function navi4thLevel() {
 this.text         = "";
 this.link         = "javascript:void(0);";
}

/* Menu 01 */
navi_1st_t[0]              = new navi1stLevel();
navi_1st_t[0].text         = "Products";
navi_1st_t[0].imgOffC      = "/images/menu_01.gif";
navi_1st_t[0].imgOnC       = "/images/menu_01_on.gif";
navi_1st_t[0].imgAlign     = "right";
navi_1st_t[0].imgArrow     = "";
navi_1st_t[0].imgArrow_2nd = "";
navi_1st_t[0].bgcolor      = "#FFFFFF";
navi_1st_t[0].style        = "navi-link-01";
navi_1st_t[0].link         = "javascript:void(0);";
navi_1st_t[0].show         = true;



navi_1st_t[0].navi_2nd[0]       = new navi2ndLevel();
navi_1st_t[0].navi_2nd[0].text  = "Cold Work Tool Steel"
navi_1st_t[0].navi_2nd[0].link  = "/cold_work.htm"

navi_1st_t[0].navi_2nd[1]       = new navi2ndLevel();
navi_1st_t[0].navi_2nd[1].text  = "Hot Work Tool Steel"
navi_1st_t[0].navi_2nd[1].link  = "/hot_work.htm"

navi_1st_t[0].navi_2nd[2]       = new navi2ndLevel();
navi_1st_t[0].navi_2nd[2].text  = "Plastic Mold Steel"
navi_1st_t[0].navi_2nd[2].link  = "/plastics.htm"

navi_1st_t[0].navi_2nd[3]       = new navi2ndLevel();
navi_1st_t[0].navi_2nd[3].text  = "Powder Metal Steel"
navi_1st_t[0].navi_2nd[3].link  = "/powder_metal_steel.htm"

navi_1st_t[0].navi_2nd[4]       = new navi2ndLevel();
navi_1st_t[0].navi_2nd[4].text  = "Stainless Steel"
navi_1st_t[0].navi_2nd[4].link  = "/stainless_steel.htm"

navi_1st_t[0].navi_2nd[5]       = new navi2ndLevel();
navi_1st_t[0].navi_2nd[5].text  = "Carbon Steel"
navi_1st_t[0].navi_2nd[5].link  = "/carbon_steel.htm"

navi_1st_t[0].navi_2nd[6]       = new navi2ndLevel();
navi_1st_t[0].navi_2nd[6].text  = "Alloy Steel"
navi_1st_t[0].navi_2nd[6].link  = "/alloy_steel.htm"




/* Menu 02 */
navi_1st_t[1]              = new navi1stLevel();
navi_1st_t[1].text         = "Applications";
navi_1st_t[1].imgOffC      = "/images/menu_02appl.gif";
navi_1st_t[1].imgOnC       = "/images/menu_02_onappl.gif";
navi_1st_t[1].imgAlign     = "right";
navi_1st_t[1].imgArrow     = "";
navi_1st_t[1].imgArrow_2nd = "";
navi_1st_t[1].bgcolor      = "#FFFFFF";
navi_1st_t[1].style        = "navi-link-02";
navi_1st_t[1].link         = "javascript:void(0);";
navi_1st_t[1].show         = true;



navi_1st_t[1].navi_2nd[0]       = new navi2ndLevel();
navi_1st_t[1].navi_2nd[0].text  = "Blanking"
navi_1st_t[1].navi_2nd[0].link  = "/blanking.htm"

navi_1st_t[1].navi_2nd[1]       = new navi2ndLevel();
navi_1st_t[1].navi_2nd[1].text  = "Die Casting"
navi_1st_t[1].navi_2nd[1].link  = "/die_casting.htm"

navi_1st_t[1].navi_2nd[2]       = new navi2ndLevel();
navi_1st_t[1].navi_2nd[2].text  = "Extrusion"
navi_1st_t[1].navi_2nd[2].link  = "/extrusion.htm"

navi_1st_t[1].navi_2nd[3]       = new navi2ndLevel();
navi_1st_t[1].navi_2nd[3].text  = "Forging"
navi_1st_t[1].navi_2nd[3].link  = "/forging.htm"

navi_1st_t[1].navi_2nd[4]       = new navi2ndLevel();
navi_1st_t[1].navi_2nd[4].text  = "High Performance Steel"
navi_1st_t[1].navi_2nd[4].link  = "/high_performance_steel.htm"

navi_1st_t[1].navi_2nd[5]       = new navi2ndLevel();
navi_1st_t[1].navi_2nd[5].text  = "Investment Casting"
navi_1st_t[1].navi_2nd[5].link  = "/investment_casting.htm"

navi_1st_t[1].navi_2nd[6]       = new navi2ndLevel();
navi_1st_t[1].navi_2nd[6].text  = "Metal Forming"
navi_1st_t[1].navi_2nd[6].link  = "/metal_forming.htm"

navi_1st_t[1].navi_2nd[7]       = new navi2ndLevel();
navi_1st_t[1].navi_2nd[7].text  = "Plastic Molding"
navi_1st_t[1].navi_2nd[7].link  = "/plastic_molding.htm"

navi_1st_t[1].navi_2nd[8]       = new navi2ndLevel();
navi_1st_t[1].navi_2nd[8].text  = "Powder Compacting "
navi_1st_t[1].navi_2nd[8].link  = "/powder_compacting.htm"




/* menu 03 */
navi_1st_t[2]              = new navi1stLevel();
navi_1st_t[2].text         = "Capabilities";
navi_1st_t[2].imgOffC      = "/images/menu_03cap_on.gif";
navi_1st_t[2].imgOnC       = "/images/menu_03cap.gif";
navi_1st_t[2].imgAlign     = "left";
navi_1st_t[2].imgArrow     = "";
navi_1st_t[2].imgArrow_2nd = "";
navi_1st_t[2].bgcolor      = "#FFFFFF";
navi_1st_t[2].style        = "navi-link-03";
navi_1st_t[2].link         = "javascript:void(0);";
navi_1st_t[2].show         = true;


navi_1st_t[2].navi_2nd[0]       = new navi2ndLevel();
navi_1st_t[2].navi_2nd[0].text  = "Machining"
navi_1st_t[2].navi_2nd[0].link  = "/machining.htm"

navi_1st_t[2].navi_2nd[1]       = new navi2ndLevel();
navi_1st_t[2].navi_2nd[1].text  = "Saw Cutting"
navi_1st_t[2].navi_2nd[1].link  = "/saw_cutting.htm"

navi_1st_t[2].navi_2nd[2]       = new navi2ndLevel();
navi_1st_t[2].navi_2nd[2].text  = "Mills"
navi_1st_t[2].navi_2nd[2].link  = "/b_5073.htm"

navi_1st_t[2].navi_2nd[3]       = new navi2ndLevel();
navi_1st_t[2].navi_2nd[3].text  = "Heat Treatment Alliance"
navi_1st_t[2].navi_2nd[3].link  = "/b_5074.htm"




/* menu 04 */
navi_1st_t[3]              = new navi1stLevel();
navi_1st_t[3].text         = "The Steel Store";
navi_1st_t[3].imgOffC      = "/images/menu_02.gif";
navi_1st_t[3].imgOnC       = "/images/menu_02_on.gif";
navi_1st_t[3].imgAlign     = "right";
navi_1st_t[3].imgArrow     = "";
navi_1st_t[3].imgArrow_2nd = "";
navi_1st_t[3].bgcolor      = "#FFFFFF";
navi_1st_t[3].style        = "navi-link-04";
navi_1st_t[3].link         = "javascript:void(0);";
navi_1st_t[3].show         = true;


navi_1st_t[3].navi_2nd[0]       = new navi2ndLevel();
navi_1st_t[3].navi_2nd[0].text  = "Locations"
navi_1st_t[3].navi_2nd[0].link  = "/steelstores.htm"




/* menu 05 */
navi_1st_t[4]              = new navi1stLevel();
navi_1st_t[4].text         = "Online Services";
navi_1st_t[4].imgOffC      = "/images/menu_05.gif";
navi_1st_t[4].imgOnC       = "/images/menu_05_on.gif";
navi_1st_t[4].imgAlign     = "right";
navi_1st_t[4].imgArrow     = "";
navi_1st_t[4].imgArrow_2nd = "";
navi_1st_t[4].bgcolor      = "#FFFFFF";
navi_1st_t[4].style        = "navi-link-05";
navi_1st_t[4].link         = "javascript:void(0);";
navi_1st_t[4].show         = true;


navi_1st_t[4].navi_2nd[0]       = new navi2ndLevel();
navi_1st_t[4].navi_2nd[0].text  = "Login"
navi_1st_t[4].navi_2nd[0].link  = "http://www.bucorp.com/extranet/login.asp"

navi_1st_t[4].navi_2nd[1]       = new navi2ndLevel();
navi_1st_t[4].navi_2nd[1].text  = "Learn more"
navi_1st_t[4].navi_2nd[1].link  = "http://www.bucorp.com/extranet/learnmore.asp"

navi_1st_t[4].navi_2nd[2]       = new navi2ndLevel();
navi_1st_t[4].navi_2nd[2].text  = "Request a quote"
navi_1st_t[4].navi_2nd[2].link  = "http://www.bucorp.com/requestqoute/"

navi_1st_t[4].navi_2nd[3]       = new navi2ndLevel();
navi_1st_t[4].navi_2nd[3].text  = "www.flatground.com"
navi_1st_t[4].navi_2nd[3].link  = "http://www.flatground.com"




/*news services start seite*/ 
navi_1st_t[5]              = new navi1stLevel();
navi_1st_t[5].text         = "News &amp; Services";
navi_1st_t[5].imgOffC      = "/images/news_services_open.gif";
navi_1st_t[5].imgOnC       = "/images/news_services_open.gif";
navi_1st_t[5].imgAlign     = "right";
navi_1st_t[5].imgArrow     = "";
navi_1st_t[5].imgArrow_2nd = "";
navi_1st_t[5].bgcolor      = "#FFFFFF";
navi_1st_t[5].style        = "navi-link-06";
navi_1st_t[5].link         = "javascript:void(0);";
navi_1st_t[5].show         = true;


navi_1st_t[5].navi_2nd[0]         = new navi2ndLevel();
navi_1st_t[5].navi_2nd[0].text    = "Bohler M303 Extra featured in May'09 issue of MoldMaking Technology"
navi_1st_t[5].navi_2nd[0].l_type  = "news"
navi_1st_t[5].navi_2nd[0].link    = "/m303_extra.htm"

navi_1st_t[5].navi_2nd[1]         = new navi2ndLevel();
navi_1st_t[5].navi_2nd[1].text    = "Uddeholm Ramax LH featured in Feb'09 issue of MoldMaking Technology"
navi_1st_t[5].navi_2nd[1].l_type  = "news"
navi_1st_t[5].navi_2nd[1].link    = "/uddeholm_ramax_lh.htm"



var navi_1st = new Array();
for (var i=0; i<navi_1st_t.length; i++) {
  navi_1st[i] = navi_1st_t[i];
}

/* /summerville.htm */