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;
    
    this.coreMenu = "";
    this.pageID = "";
}
function navi2ndLevel() {
    this.text         = "";
    this.link         = "javascript:void(0);";
    this.sel         = false;
    this.navi_3rd     = new Array;
    
    this.coreMenu = "";
    this.pageID = "";
}
function navi3rdLevel() {
    this.text         = "";
    this.link         = "javascript:void(0);";
    this.navi_4th     = new Array;
    
    this.coreMenu = "";
    this.pageID = "";
}
function navi4thLevel() {
    this.text         = "";
    this.link         = "javascript:void(0);";
    
    this.coreMenu = "";
    this.pageID = "";
}

navi_1st_t[0]              = new navi1stLevel();
navi_1st_t[0].text         = "Company";
navi_1st_t[0].imgOffC      = "images/menu_1_en.gif";
navi_1st_t[0].imgOnC       = "images/menu_1_on_en.gif";
navi_1st_t[0].imgAlign     = "right";
navi_1st_t[0].imgArrow     = "";
navi_1st_t[0].imgArrow_2nd = "";
navi_1st_t[0].bgcolor      = "#CC0000";
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      = "Who we are";
navi_1st_t[0].navi_2nd[0].link      = "132_ENG_HTML.htm";
navi_1st_t[0].navi_2nd[0].coreMenu  = 0;
navi_1st_t[0].navi_2nd[0].pageID    = 132;

navi_1st_t[0].navi_2nd[1]           = new navi2ndLevel();
navi_1st_t[0].navi_2nd[1].text      = "Production process";
navi_1st_t[0].navi_2nd[1].link      = "98_ENG_HTML.htm";
navi_1st_t[0].navi_2nd[1].coreMenu  = 0;
navi_1st_t[0].navi_2nd[1].pageID    = 98;

navi_1st_t[0].navi_2nd[1].navi_3rd[0]          = new navi3rdLevel();
navi_1st_t[0].navi_2nd[1].navi_3rd[0].text     = "Steel mill";
navi_1st_t[0].navi_2nd[1].navi_3rd[0].link     = "133_ENG_HTML.htm";
navi_1st_t[0].navi_2nd[1].navi_3rd[0].coreMenu = 0;
navi_1st_t[0].navi_2nd[1].navi_3rd[0].pageID   = 133;

navi_1st_t[0].navi_2nd[1].navi_3rd[1]          = new navi3rdLevel();
navi_1st_t[0].navi_2nd[1].navi_3rd[1].text     = "Billet mill";
navi_1st_t[0].navi_2nd[1].navi_3rd[1].link     = "134_ENG_HTML.htm";
navi_1st_t[0].navi_2nd[1].navi_3rd[1].coreMenu = 0;
navi_1st_t[0].navi_2nd[1].navi_3rd[1].pageID   = 134;

navi_1st_t[0].navi_2nd[1].navi_3rd[2]          = new navi3rdLevel();
navi_1st_t[0].navi_2nd[1].navi_3rd[2].text     = "Open-die forge";
navi_1st_t[0].navi_2nd[1].navi_3rd[2].link     = "135_ENG_HTML.htm";
navi_1st_t[0].navi_2nd[1].navi_3rd[2].coreMenu = 0;
navi_1st_t[0].navi_2nd[1].navi_3rd[2].pageID   = 135;

navi_1st_t[0].navi_2nd[2]           = new navi2ndLevel();
navi_1st_t[0].navi_2nd[2].text      = "How to find us";
navi_1st_t[0].navi_2nd[2].link      = "22_ENG_HTML.htm";
navi_1st_t[0].navi_2nd[2].coreMenu  = 0;
navi_1st_t[0].navi_2nd[2].pageID    = 22;

navi_1st_t[0].navi_2nd[3]           = new navi2ndLevel();
navi_1st_t[0].navi_2nd[3].text      = "History";
navi_1st_t[0].navi_2nd[3].link      = "99_ENG_HTML.htm";
navi_1st_t[0].navi_2nd[3].coreMenu  = 0;
navi_1st_t[0].navi_2nd[3].pageID    = 99;

navi_1st_t[0].navi_2nd[4]           = new navi2ndLevel();
navi_1st_t[0].navi_2nd[4].text      = "Press";
navi_1st_t[0].navi_2nd[4].link      = "1177_ENG_HTML.htm";
navi_1st_t[0].navi_2nd[4].coreMenu  = 0;
navi_1st_t[0].navi_2nd[4].pageID    = 1177;




navi_1st_t[1]              = new navi1stLevel();
navi_1st_t[1].text         = "Products";
navi_1st_t[1].imgOffC      = "images/menu_2_en.gif";
navi_1st_t[1].imgOnC       = "images/menu_2_on_en.gif";
navi_1st_t[1].imgAlign     = "right";
navi_1st_t[1].imgArrow     = "";
navi_1st_t[1].imgArrow_2nd = "";
navi_1st_t[1].bgcolor      = "#CC0000";
navi_1st_t[1].style        = "navi-link-01";
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      = "Open-die forgings";
navi_1st_t[1].navi_2nd[0].link      = "101_ENG_HTML.htm";
navi_1st_t[1].navi_2nd[0].coreMenu  = 1;
navi_1st_t[1].navi_2nd[0].pageID    = 101;

navi_1st_t[1].navi_2nd[1]           = new navi2ndLevel();
navi_1st_t[1].navi_2nd[1].text      = "Tool steel";
navi_1st_t[1].navi_2nd[1].link      = "100_ENG_HTML.htm";
navi_1st_t[1].navi_2nd[1].coreMenu  = 1;
navi_1st_t[1].navi_2nd[1].pageID    = 100;

navi_1st_t[1].navi_2nd[1].navi_3rd[0]          = new navi3rdLevel();
navi_1st_t[1].navi_2nd[1].navi_3rd[0].text     = "Plastic mould steel";
navi_1st_t[1].navi_2nd[1].navi_3rd[0].link     = "143_ENG_HTML.htm";
navi_1st_t[1].navi_2nd[1].navi_3rd[0].coreMenu = 1;
navi_1st_t[1].navi_2nd[1].navi_3rd[0].pageID   = 143;

navi_1st_t[1].navi_2nd[1].navi_3rd[1]          = new navi3rdLevel();
navi_1st_t[1].navi_2nd[1].navi_3rd[1].text     = "Die steel";
navi_1st_t[1].navi_2nd[1].navi_3rd[1].link     = "142_ENG_HTML.htm";
navi_1st_t[1].navi_2nd[1].navi_3rd[1].coreMenu = 1;
navi_1st_t[1].navi_2nd[1].navi_3rd[1].pageID   = 142;

navi_1st_t[1].navi_2nd[1].navi_3rd[2]          = new navi3rdLevel();
navi_1st_t[1].navi_2nd[1].navi_3rd[2].text     = "Hot working steel";
navi_1st_t[1].navi_2nd[1].navi_3rd[2].link     = "140_ENG_HTML.htm";
navi_1st_t[1].navi_2nd[1].navi_3rd[2].coreMenu = 1;
navi_1st_t[1].navi_2nd[1].navi_3rd[2].pageID   = 140;

navi_1st_t[1].navi_2nd[1].navi_3rd[3]          = new navi3rdLevel();
navi_1st_t[1].navi_2nd[1].navi_3rd[3].text     = "Cold working steel";
navi_1st_t[1].navi_2nd[1].navi_3rd[3].link     = "476_ENG_HTML.htm";
navi_1st_t[1].navi_2nd[1].navi_3rd[3].coreMenu = 1;
navi_1st_t[1].navi_2nd[1].navi_3rd[3].pageID   = 476;

navi_1st_t[1].navi_2nd[2]           = new navi2ndLevel();
navi_1st_t[1].navi_2nd[2].text      = "Special engineering steel";
navi_1st_t[1].navi_2nd[2].link      = "479_ENG_HTML.htm";
navi_1st_t[1].navi_2nd[2].coreMenu  = 1;
navi_1st_t[1].navi_2nd[2].pageID    = 479;

navi_1st_t[1].navi_2nd[3]           = new navi2ndLevel();
navi_1st_t[1].navi_2nd[3].text      = "Rolled billets";
navi_1st_t[1].navi_2nd[3].link      = "490_ENG_HTML.htm";
navi_1st_t[1].navi_2nd[3].coreMenu  = 1;
navi_1st_t[1].navi_2nd[3].pageID    = 490;

navi_1st_t[1].navi_2nd[3].navi_3rd[0]          = new navi3rdLevel();
navi_1st_t[1].navi_2nd[3].navi_3rd[0].text     = "Rolled billets product range";
navi_1st_t[1].navi_2nd[3].navi_3rd[0].link     = "491_ENG_HTML.htm";
navi_1st_t[1].navi_2nd[3].navi_3rd[0].coreMenu = 1;
navi_1st_t[1].navi_2nd[3].navi_3rd[0].pageID   = 491;

navi_1st_t[1].navi_2nd[3].navi_3rd[1]          = new navi3rdLevel();
navi_1st_t[1].navi_2nd[3].navi_3rd[1].text     = "Steel grades";
navi_1st_t[1].navi_2nd[3].navi_3rd[1].link     = "492_ENG_HTML.htm";
navi_1st_t[1].navi_2nd[3].navi_3rd[1].coreMenu = 1;
navi_1st_t[1].navi_2nd[3].navi_3rd[1].pageID   = 492;

navi_1st_t[1].navi_2nd[3].navi_3rd[2]          = new navi3rdLevel();
navi_1st_t[1].navi_2nd[3].navi_3rd[2].text     = "General information on rolled billets";
navi_1st_t[1].navi_2nd[3].navi_3rd[2].link     = "493_ENG_HTML.htm";
navi_1st_t[1].navi_2nd[3].navi_3rd[2].coreMenu = 1;
navi_1st_t[1].navi_2nd[3].navi_3rd[2].pageID   = 493;



    
navi_1st_t[2]              = new navi1stLevel();
navi_1st_t[2].text         = "Information";
navi_1st_t[2].imgOffC      = "images/menu_3_en.gif";
navi_1st_t[2].imgOnC       = "images/menu_3_on_en.gif";
navi_1st_t[2].imgAlign     = "left";
navi_1st_t[2].imgArrow     = "";
navi_1st_t[2].imgArrow_2nd = "";
navi_1st_t[2].bgcolor      = "#CC0000";
navi_1st_t[2].style        = "navi-link-01";
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      = "The Company";
navi_1st_t[2].navi_2nd[0].link      = "104_ENG_HTML.htm";
navi_1st_t[2].navi_2nd[0].coreMenu  = 2;
navi_1st_t[2].navi_2nd[0].pageID    = 104;

navi_1st_t[2].navi_2nd[1]           = new navi2ndLevel();
navi_1st_t[2].navi_2nd[1].text      = "Open-die forgings";
navi_1st_t[2].navi_2nd[1].link      = "103_ENG_HTML.htm";
navi_1st_t[2].navi_2nd[1].coreMenu  = 2;
navi_1st_t[2].navi_2nd[1].pageID    = 103;

navi_1st_t[2].navi_2nd[2]           = new navi2ndLevel();
navi_1st_t[2].navi_2nd[2].text      = "Tool steel";
navi_1st_t[2].navi_2nd[2].link      = "102_ENG_HTML.htm";
navi_1st_t[2].navi_2nd[2].coreMenu  = 2;
navi_1st_t[2].navi_2nd[2].pageID    = 102;

navi_1st_t[2].navi_2nd[3]           = new navi2ndLevel();
navi_1st_t[2].navi_2nd[3].text      = "Special engineering steel";
navi_1st_t[2].navi_2nd[3].link      = "862_ENG_HTML.htm";
navi_1st_t[2].navi_2nd[3].coreMenu  = 2;
navi_1st_t[2].navi_2nd[3].pageID    = 862;

navi_1st_t[2].navi_2nd[4]           = new navi2ndLevel();
navi_1st_t[2].navi_2nd[4].text      = "Rolled billets";
navi_1st_t[2].navi_2nd[4].link      = "41_ENG_HTML.htm";
navi_1st_t[2].navi_2nd[4].coreMenu  = 2;
navi_1st_t[2].navi_2nd[4].pageID    = 41;

navi_1st_t[2].navi_2nd[5]           = new navi2ndLevel();
navi_1st_t[2].navi_2nd[5].text      = "Certificates";
navi_1st_t[2].navi_2nd[5].link      = "156_ENG_HTML.htm";
navi_1st_t[2].navi_2nd[5].coreMenu  = 2;
navi_1st_t[2].navi_2nd[5].pageID    = 156;

navi_1st_t[2].navi_2nd[6]           = new navi2ndLevel();
navi_1st_t[2].navi_2nd[6].text      = "General Terms and Conditions";
navi_1st_t[2].navi_2nd[6].link      = "157_ENG_HTML.htm";
navi_1st_t[2].navi_2nd[6].coreMenu  = 2;
navi_1st_t[2].navi_2nd[6].pageID    = 157;


    
    
navi_1st_t[3]              = new navi1stLevel();
navi_1st_t[3].text         = "Job &amp; Career";
navi_1st_t[3].imgOffC      = "images/menu_4_en_n.gif";
navi_1st_t[3].imgOnC       = "images/menu_4_en_n.gif";
navi_1st_t[3].imgAlign     = "right";
navi_1st_t[3].imgArrow     = "";
navi_1st_t[3].imgArrow_2nd = "";
navi_1st_t[3].bgcolor      = "#CC0000";
navi_1st_t[3].style        = "navi-link-01";
navi_1st_t[3].link         = "javascript:void(0);";
navi_1st_t[3].show         = true;




navi_1st_t[4]              = new navi1stLevel();
navi_1st_t[4].text         = "Contact";
navi_1st_t[4].imgOffC      = "images/menu_5_en.gif";
navi_1st_t[4].imgOnC       = "images/menu_5_en_on.gif";
navi_1st_t[4].imgAlign     = "right";
navi_1st_t[4].imgArrow     = "";
navi_1st_t[4].imgArrow_2nd = "";
navi_1st_t[4].bgcolor      = "#CC0000";
navi_1st_t[4].style        = "navi-link-01";
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      = "Works";
navi_1st_t[4].navi_2nd[0].link      = "165_ENG_HTML.htm";
navi_1st_t[4].navi_2nd[0].coreMenu  = 4;
navi_1st_t[4].navi_2nd[0].pageID    = 165;

navi_1st_t[4].navi_2nd[1]           = new navi2ndLevel();
navi_1st_t[4].navi_2nd[1].text      = "Field service";
navi_1st_t[4].navi_2nd[1].link      = "164_ENG_HTML.htm";
navi_1st_t[4].navi_2nd[1].coreMenu  = 4;
navi_1st_t[4].navi_2nd[1].pageID    = 164;

navi_1st_t[4].navi_2nd[2]           = new navi2ndLevel();
navi_1st_t[4].navi_2nd[2].text      = "Global";
navi_1st_t[4].navi_2nd[2].link      = "43_ENG_HTML.htm";
navi_1st_t[4].navi_2nd[2].coreMenu  = 4;
navi_1st_t[4].navi_2nd[2].pageID    = 43;


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

/*******************************************/
function setNaviVars(pageId) {
        for(x=0; x<navi_1st.length; x++) {
            if (navi_1st[x].navi_2nd.length > 0) {
                for(y=0; y<navi_1st[x].navi_2nd.length; y++){
                    // current section 2 level
                    if (pageId == navi_1st[x].navi_2nd[y].pageID) {
                        document.write('<sc'+'ript language="javascript">');
                            document.write("var current_section = "+navi_1st[x].navi_2nd[y].coreMenu+";");
                            document.write("var sel_navi_01 = "+navi_1st[x].navi_2nd[y].coreMenu+";");
                            document.write("var sel_navi_02 = "+y+";");
                            document.write("var sel_navi_03 = -1;");
                            document.write('if (sel_navi_02 != -1)');
                            document.write('navi_1st[sel_navi_01].navi_2nd[sel_navi_02].sel = true;');
                        document.write("</sc"+"ript>");
                    }
                    // 3rd level
                    if (navi_1st[x].navi_2nd[y].navi_3rd.length > 0) {
                        for(q=0; q<navi_1st[x].navi_2nd[y].navi_3rd.length; q++) {
                            if (pageId == navi_1st[x].navi_2nd[y].navi_3rd[q].pageID) {
                                document.write('<sc'+'ript language="javascript">');
                                    document.write("var current_section = "+navi_1st[x].navi_2nd[y].coreMenu+";");
                                    document.write("var sel_navi_01 = "+navi_1st[x].navi_2nd[y].coreMenu+";");
                                    document.write("var sel_navi_02 = "+y+";");
                                    document.write("var sel_navi_03 = "+q+";");
                                    document.write("var sel_navi_04 = -1;");
                                    document.write('if (sel_navi_02 != -1)');
                                    document.write('navi_1st[sel_navi_01].navi_2nd[sel_navi_02].sel = true;');
                                    document.write('if (sel_navi_03 != -1)');
                                      document.write('navi_1st[sel_navi_01].navi_2nd[sel_navi_02].navi_3rd[sel_navi_03].sel = true;');
                                document.write("</sc"+"ript>");
                            }
                            //4th level
                            if (navi_1st[x].navi_2nd[y].navi_3rd[q].navi_4th.length > 0) {
                                for(z=0; z<navi_1st[x].navi_2nd[y].navi_3rd[q].navi_4th.length; z++){
                                    if(pageId == navi_1st[x].navi_2nd[y].navi_3rd[q].navi_4th[z].pageID){
                                        document.write('<sc'+'ript language="javascript">');
                                            document.write("var current_section = "+navi_1st[x].navi_2nd[y].coreMenu+";");
                                            document.write("var sel_navi_01 = "+navi_1st[x].navi_2nd[y].coreMenu+";");
                                            document.write("var sel_navi_02 = "+y+";");
                                            document.write("var sel_navi_03 = "+q+";");
                                            document.write("var sel_navi_04 = "+z+";");
                                            document.write('if (sel_navi_02 != -1)');
                                            document.write('navi_1st[sel_navi_01].navi_2nd[sel_navi_02].sel = true;');
                                            document.write('if (sel_navi_03 != -1)');
                                              document.write('navi_1st[sel_navi_01].navi_2nd[sel_navi_02].navi_3rd[sel_navi_03].sel = true;');
                                        document.write('</sc'+'ript>');
                                    }
                                }
                            }
                        }
                    }
                    
                }
            }
        }
}
/***********************************/