//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"#CCCCCC", "shadow":"#CCCCCC", "bgON":"#666666","bgOVER":"#3366CC"};
var defcss = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};
var TOP_MIDDLE = {"border":1, "borders":[1,1,1,1], "shadow":0, "color":defcolor, "css":defcss};
var STYLE1 = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":defcss};
var STYLE_TOP = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":defcss};

var MENU_ITEMS = [
	{"pos":"relative", "size":[25,150], "itemoff":[0,0], "leveloff":[0,0], "delay":600,  "style":TOP_MIDDLE},

    {code:"Home", url:"/index.shtml", "format":{"itemoff":[24,0], "arrow":null, "image":null, "style":TOP_MIDDLE}
    },

    {code:"The Martus Concept", url:"/concept/", "format":{"itemoff":[24,0], "arrow":"/i/pointer.gif" , "arrsize" :[8,8], "image":null, "style":TOP_MIDDLE},
    sub:[
        {"size":[25,150], "itemoff":[24,0], "leveloff":[0,149], "arrow":null, "style":STYLE1, "image":null},
        {code:"Overview",  url:"/concept/",  "format":{"style":STYLE_TOP}
        },
        {code:"Project Update", url:"/concept/project_update.shtml",  "format":{"style":STYLE_TOP}
        },
        {code:"FAQs",  url:"/concept/faqs.shtml",  "format":{"style":STYLE_TOP}
        },
        {code:"The Martus Community", url:"/concept/community.shtml",  "format":{"style":STYLE_TOP}
        },
        {code:"Extending Martus", url:"/concept/extending_martus.shtml",  "format":{"style":STYLE_TOP}}
        ]
    },

    {code:"Products and Services", url:"/products/", "format":{"itemoff":[24,0], "arrow":"/i/pointer.gif" , "arrsize" :[8,8], "image":null, "style":TOP_MIDDLE},
    sub:[
        {"size":[25,150], "itemoff":[24,0], "leveloff":[0,149], "arrow":null, "style":STYLE1, "image":null},
        {code:"Overview",  url:"/products/",  "format":{"style":STYLE_TOP}
        },
		{code:"Martus Documentation",  url:"/downloads/",  "format":{"style":STYLE_TOP}
        },
        {code:"Martus Software",  url:"/products/software.shtml",  "format":{"style":STYLE_TOP}
        },
        {code:"Martus Software Demo", url:"/martusdemo/",  "format":{"style":STYLE_TOP}
        },
        {code:"Server Software", url:"/products/servers.shtml",  "format":{"style":STYLE_TOP}
        },
        {code:"Services & Support", url:"/products/services_support.shtml",  "format":{"style":STYLE_TOP}}
        ]
    },

    {code:"Download Martus", url:"https://tornado.he.net/cgi-bin/suid/~martus/download.cgi", "format":{"itemoff":[24,0], "arrow":null, "image":null, "style":TOP_MIDDLE}
    },

    {code:"Resources", url:"/resources/", "format":{"itemoff":[24,0], "arrow":"/i/pointer.gif" , "arrsize" :[8,8], "image":null, "style":TOP_MIDDLE},
    sub:[
        {"size":[25,150], "itemoff":[24,0], "leveloff":[0,149], "arrow":null, "style":STYLE1, "image":null},
        {code:"Overview",  url:"/resources/",  "format":{"style":STYLE_TOP}
        },
        {code:"Publications", url:"/resources/publications.shtml",  "format":{"style":STYLE_TOP}
        },
        {code:"Press Room", url:"/resources/press_room.shtml",  "format":{"style":STYLE_TOP}
        },
        {code:"Case Studies", url:"/resources/case_studies.shtml",  "format":{"style":STYLE_TOP}}
        ]
    },

    {code:"About Us", url:"/about/", "format":{"itemoff":[24,0], "arrow":"/i/pointer.gif" , "arrsize" :[8,8], "image":null, "style":TOP_MIDDLE},
    sub:[
        {"size":[25,150], "itemoff":[24,0], "leveloff":[0,149], "arrow":null, "style":STYLE1, "image":null},
        {code:"Overview",  url:"/about/",  "format":{"style":STYLE_TOP}
        },
        {code:"Martus Team",  url:"/about/martus_team.shtml",  "format":{"style":STYLE_TOP}
        },
        {code:"Project Funding", url:"/about/funding.shtml",  "format":{"style":STYLE_TOP}
        },
        {code:"Privacy Policy", url:"/about/privacy.shtml",  "format":{"style":STYLE_TOP}
        },
        {code:"Contact Martus", url:"/about/contact.shtml",  "format":{"style":STYLE_TOP}}
        ]
    }

];
