//keywords
var code="code"; var url="url"; var sub="sub";
//styles
var defcolor  = {"border":"#555555", "shadow":"#555555", "bgON":"white", "bgOVER":"#BBD3FF", "imagebg":"#3773E3", "oimagebg":"#99BDFE" };
var defcolor2 = {"border":null,      "shadow":null,      "bgON":null,    "bgOVER":null,      "imagebg":null,      "oimagebg":null      };

var defcss  = {"ON":"clsCMTopOn" , "OVER":"clsCMTopOver"  };
var defcss2 = {"ON":"clsCMTopOn2", "OVER":"clsCMTopOver2" };
var defcss3 = {"ON":"clsCMTopOn3", "OVER":"clsCMTopOver3" };
var defcss4 = {"ON":"clsCMTopOn4", "OVER":"clsCMTopOver4" };
var defcss5 = {"ON":"clsCMTopOn5", "OVER":"clsCMTopOver5" };
var defcss6 = {"ON":"clsCMTopOn6", "OVER":"clsCMTopOver6" };
var defcss7 = {"ON":"clsCMTopOn7", "OVER":"clsCMTopOver7" };

var defcssa          = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var TOP_HOME         = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor2, "css":defcss  };
var TOP_ABOUT        = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor2, "css":defcss2 };
var TOP_NEWS         = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor2, "css":defcss3 };
var TOP_PUBLICATIONS = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor2, "css":defcss4 };
var TOP_RESOURCES    = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor2, "css":defcss5 };
var TOP_PRODUCTS     = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor2, "css":defcss6 };
var TOP_CONTACT      = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor2, "css":defcss7 };


var STYLE1     = {"border":1, "borders":[1,0,1,0], "shadow":2, "color":defcolor, "css":defcssa};
var STYLE_TOP  = {"border":1, "borders":[1,1,1,0], "shadow":2, "color":defcolor, "css":defcssa};
var STYLE_BOTT = {"border":1, "borders":[1,0,1,1], "shadow":2, "color":defcolor, "css":defcssa};

var MENU_ITEMS = [
	    {"pos":"relative", /*"size":[24,80], "itemoff":[0,70],*/ "leveloff":[0,0], "delay":600, 
		 //"image":null, "oimage":null, "imgsize":[0,0] },
		 "image":"img/blank.gif", "oimage":"img/blank.gif", "imgsize":[16,27] },
		//"imgsize":[20,24], "arrow":"img/arrow.gif", "arrsize":[13,13] },
        {code:"Home", url:"default.asp", "format":{"size":[24,65], "itemoff":[0,0], "arrow":null, "image":null,  "style":TOP_HOME},
    sub:[

        ]
    },
        {code:"About Us", url:"mission.asp", "format":{"size":[24,60], "itemoff":[0,70], "arrow":null, "image":null,  "style":TOP_ABOUT},
    sub:[
        {"size":[24,110], "itemoff":[21,0], "leveloff":[22,-5], "arrow":"img/arrow.gif", "style":STYLE1, "image":"img/b.gif"},
        {code:"Mission", url:"mission.asp", "format":{"style":STYLE_TOP}},
        {code:"Code of Ethics", url:"values.asp", "format":{"style":STYLE_BOTT}},
        {code:"Principal", url:"principal.asp", "format":{"style":STYLE_BOTT}},
        {code:"Location", url:"location.asp", "format":{"style":STYLE_BOTT}},
        ]
    },
        {code:"News", url:"news.asp", "format":{"size":[24,43], "itemoff":[0,70], "arrow":null, "image":null,  "style":TOP_NEWS},
    sub:[
        {"size":[24,150], "itemoff":[21,0], "leveloff":[22,-5], "arrow":"img/arrow.gif", "style":STYLE1, "image":"img/b.gif"},
        {code:"Systems Engineering", url:"news.asp", "format":{"style":STYLE_TOP}},
        {code:"Systems of Systems", url:"sys_of_sys.asp", "format":{"style":STYLE_BOTT}}
        ]
    },
	    {code:"Publications", url:"publications.asp", "format":{"size":[24,80], "itemoff":[0,55], "arrow":null, "image":null,  "style":TOP_PUBLICATIONS},
    sub:[

        ]
    },
	    {code:"Resources", url:"resources.asp", "format":{"size":[24,75], "itemoff":[0,90], "arrow":null, "image":null,  "style":TOP_RESOURCES},
    sub:[
        {"size":[24,150], "itemoff":[21,0], "leveloff":[22,-5], "arrow":"img/arrow.gif", "style":STYLE1, "image":"img/b.gif"},
        {code:"Featured Books", url:"resources.asp", "format":{"style":STYLE_TOP}},
        {code:"Systems Engineering", url:"sys_eng_res.asp", "format":{"style":STYLE_BOTT}},
        {code:"Systems of Systems", url:"sys_sys_res.asp", "format":{"style":STYLE_BOTT}}
        ]
    },
	
		{code:"Products & Services", url:"services.asp", "format":{"size":[24,128], "itemoff":[0,85], "arrow":null, "image":null,  "style":TOP_PRODUCTS},
    sub:[        
		{"size":[24,260], "itemoff":[21,0], "leveloff":[22,-5], "arrow":"img/arrow.gif", "style":STYLE1, "image":"img/b.gif"},
        {code:"Systems Engineering Consulting", url:"services.asp", "format":{"style":STYLE_TOP}},
        {code:"Introducing Systems Engineering to Software", url:"intro_sys.asp", "format":{"style":STYLE_BOTT}},
        {code:"Facilitating Teams", url:"fac_teams.asp", "format":{"style":STYLE_BOTT}},
        {code:"Systems of Systems Training ", url:"sys_sys_tr.asp", "format":{"style":STYLE_BOTT}}
        ]
    },
	
	
        {code:"Contact Us", url:"contact.asp", "format":{"size":[24,74], "itemoff":[0,140], "arrow":null, "image":null,  "style":TOP_CONTACT},
    sub:[

        ]
    },
];

