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":"Contact" ,
            "action" : { "url" : "cont.html" }
        }, { "type":"separator"}, {
            "text":"Directions" ,
            "action" : { "url" : "cont-dir.html" }
        }
    ]
};
