var data = [
    {
        "text": "Business converview",
        "id": "1",
        "parentid": "-1",
        "href": "converview.html",
    },
    {
        "id": "2",
        "text": "Healthy information",
        "parentid": "-1",
        "href": "profile.html",
    },
    {
        "id": "3",
        "parentid": "2",
        "text": "news_one",
        "href": "news_one.html",
    },
    {
        "id": "4",
        "parentid": "2",
        "text": "news_two",
        "href": "news_two.html",
    },
    {
        "text": "Product flow",
        "id": "5",
        "parentid": "-1",

    },
    {
        "id": "6",
        "text": "OEM flow",
        "parentid": "5",
        "href": "oem-flow.html",
    },
    {
        "id": "7",
        "parentid": "5",
        "text": "Raw material order flow",
        "href": "raw-flow.html",
    },

    {
        "id": "9",
        "text": "Product",
        "parentid": "-1",
        "href": "product.html",
    },
    {
        "id": "10",
        "text": "Brand YOYOGI",
        "parentid": "-1",
        "href": "yoyogi.html",
    },

    {
        "id": "11",
        "text": "Langauge",
        "parentid": "-1",

    },
    {
        "id": "12",
        "text": "日本語",
        "parentid": "11",
        "href": "/",
    },
    {
        "id": "13",
        "text": "English",
        "parentid": "11",
        "href": "/en/index.html",

    },
    {
        "id": "14",
        "text": "Tiếng Việt",
        "parentid": "11",
        "href": "/vn/index.html",

    }

    /************
    {
        "id": "13",
        "text": "Plant miscellaneous grains powder",
        "parentid": "9",
        "href": "product-4.html",
    },
    {
        "id": "14",
        "text": "Tea leaves",
        "parentid": "9",
        "href": "product-5.html",
    },
    {
        "id": "15",
        "text": "FD and AD plant",
        "parentid": "9",
        "href": "product-6.html",
    },
    {
        "id": "16",
        "text": "Vitality thing",
        "href": "product-7.html",
        "parentid": "9"
    },
   

    {
        "id": "11",
        "text": "Contact us ",
        "href": "Contact.html",
        "parentid": "-1"
    }
*************************/

]