BLANK_IMAGE="nav/img/b.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles

var color = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"#cacaca","bgOVER":"#B6BDD2"};
var colorM = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"#9a9a9a","bgOVER":"#B6BDD2"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":1, "shadow":0, "color":color, "css":css};
var STYLE_M = {"border":1, "shadow":0, "color":colorM, "css":css};

//items and formats
var MENU_ITEMS =
[
	{"pos":[22,94], "itemoff":[0,100], "leveloff":[21,0], "style":STYLE, "size":[22,100]},

	{code:"home",  "format":{"size":[22,100]}, url:"http://www.contend4thefaith.org",
		sub:[
			{"style":STYLE_M, "itemoff":[21,0]},
			{code:"intro", url:"intro.html"},
		]
	},
	{code:"randy", "format":{"size":[22,100]},
		sub:[
			{"style":STYLE_M, "itemoff":[21,0]},
			{code:"about", url:"about.html"},
			{code:"work",url:"http://www.achildstouch.com"},
			{code:"email",url:"mailto:randybrandt@gmail.com"},
			{code:"family", url:"family2003.html"},
			{code:"late show", url:"pixMatt_1.html"},
			
			{code:"hockey",
				sub:[
					{"style":STYLE_M, "leveloff":[0,100]}, 
					{code:"Dafoe Electric", url:"http://www.icecentrehockey.com/summer05/action/getSchedule?id=13", target:"_new"},
					{code:"Rock Bottom", url:"http://www.icecentrehockey.com/summer05/action/getSchedule?id=5", target:"_new"},
					{code:"Champs!", url:"http://www.blogspy.com/contend/hockey2004.html", target:"_new"},
				]
			},
		]
	},

	{code:"rants", "format":{"size":[22,100]},
		sub:[
			{"style":STYLE_M, "itemoff":[21,0]},
			{code:"all", url:"rantMain.html"},
			{code:"theological", url:"rant_Theological.html"},

		]
	},
	{code:"reviews", "format":{"size":[22,100]},
		sub:[
			{"style":STYLE_M, "itemoff":[21,0]},
			{code:"music", url:"musicMain.html"},
			{code:"books", url:"bookMain.html"},
			{code:"dvds", url:"dvdMain.html"},
			{code:"software", url:"dvdMain.html#software"},
			{code:"interviews", url:"musicMain.html#interviews"},
			{code:"movies", url:"http://christiananswers.net/spotlight/home.html", target:"_new"},
		]
	},

	{code:"resources", "format":{"size":[22,100]},
		sub:[
			{"style":STYLE_M, "itemoff":[21,0]},
			{code:"i believe", url:"beliefs.html"},
			{code:"theology", url:"theologyMain.html"},
			{code:"philosophy", url:"philosophyMain.html"},
			{code:"science", url:"scienceMain.html"},
			{code:"misc", url:"miscMain.html"},
		]
	},
	
	{code:"recreation", "format":{"size":[22,100]},
		sub:[
			{"style":STYLE_M, "itemoff":[21,0]},
			{code:"hockey",
				sub:[
					{"style":STYLE_M, "leveloff":[0,100]}, 
					{code:"avalanche", url:"http://www.coloradoavalanche.com", target:"_new"},
					{code:"hockey news", url:"http://www.thn.com", target:"_new"},
					{code:"nhl", url:"http://www.nhl.com", target:"_new"},
					{code:"SLAM! hockey", url:"http://www.canoe.ca/Hockey/home.html", target:"_new"}
				]
			},
			{code:"football", url:"http://www.denverbroncos.com", target:"_new"},
			{code:"basketball", url:"http://www.nba.com/nuggets/", target:"_new"},
			{code:"sporting news", url:"http://www.sportingnews.com", target:"_new"},

		]
	},
];

