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":"Products" ,
            "action" : { "url" : "prod.html" }
	}, { "type":"separator"}, {
            "text":"Critical Care" ,
            "action" : { "url" : "prod-ccm.html" }
        }, { "type":"separator"}, {
            "text":"Noninvasive Glucose" ,
            "action" : { "url" : "prod-glu.html" }
        }, { "type":"separator"}, {
            "text":"Bioreactor Monitoring" ,
            "action" : { "url" : "prod-bio.html" }
        }, { "type":"separator"}, {
            "text":"Custom Applications" ,
            "action" : { "url" : "prod-par.html" }
	}, { "type":"separator"}, {
            "text":"VeraLight, Inc." ,
            "action" : { "url" : "http://www.veralight.com/" }
        }, { "type":"separator"}, {
            "text":"TruTouch Technologies, Inc." ,
            "action" : { "url" : "http://www.trutouchtechnologies.com/" }
        }, { "type":"separator"}, {
            "text":"Lumidigm, Inc." ,
            "action" : { "url" : "http://www.lumidigm.com/" }
        }
    ]
};
