var MenuLeft = {
    "type" : "bool",
    "style" : {
        "css" : "test2",
        "bgcolor":"#e0e0e0",
        "box"     : true,
        "size"    :[174,16],
        "itemoffset": { "y":1, "x":0 },
        "align":"right",
        "direction":"v",
        "color":"black",
        "opacity":100
    },
    "itemover": { "css" : "test2", "bgcolor":"#323090", "align":"right", "color":"white" },
    "separator": { "style": { "bgcolor":"#aaaacc", "size" :[174,1], "imgitem":"" } },
    "position": { "absolute": true, "pos":[28,175] },
    "items" : [
        {
            "text":"Company" ,
            "action" : { "url" : "comp.html" }
        }, { "type":"separator"}, {
            "text":"History" ,
            "action" : { "url" : "comp-hist.html" }
        }, { "type":"separator"}, {
            "text":"Mission" ,
            "action" : { "url" : "comp-miss.html" }
        }, { "type":"separator"}, {
            "text":"Board of Directors" ,
            "action" : { "url" : "comp-bods.html" }
        }, { "type":"separator"}, {
            "text":"News" ,
            "action" : { "url" : "comp-news.html" }
        },{ "type":"separator"}, {
            "text":"Careers at InLight" ,
            "action" : { "url" : "comp-jobs.html" }
        }, { "type":"separator"}, {
            "text":"eBrochure" ,
            "action" : { "url" : "wdocs/ebrochure/index.html", "target" : "_blank" }
        }
    ]
};








