BLANK_IMAGE="http://www.infochi.net/multimenu/b.gif";
// Keywords
var code="code";var url="url";var sub="sub";

// Styles
var color = {"border":"#666666", "shadow":"#DBD8D1"};

var Mcss = {"ON":"MCSS_On", "OVER":"MCSS_Over"};
var Scss = {"ON":"SCSS_On", "OVER":"SCSS_Over"};
var Top_Level_Style = {"border":0, "shadow":0, "color":color, "css":Mcss};
var Sub_Level_Style = {"border":1, "shadow":2, "color":color, "css":Scss};

//items and formats
var MENU_ITEMS =
	[
		{"pos":"relative", "itemoff":[20,0], "leveloff":[0,0], "size":[22,180], "style":Top_Level_Style},
		{code:"Home Page", url:"index.php?id=708"},
		{code:"Bio", url:"index.php?id=713"},
		{code:"Current Calendar", url:"index.php?page=dsp_f_36.php&timeframe=current", "sub":[
			{"itemoff":[21,0], "leveloff":[5,115], "size":[22,225], "style":Sub_Level_Style},
			{code:"Current Calendar", url:"index.php?page=dsp_f_36.php&timeframe=current"},
			{code:"2009 Schedule - Historical", url:"index.php?id=785"},
			{code:"2008 Schedule - Historical", url:"index.php?id=711"},
		]},
		{code:"Photos", "sub":[
			{"itemoff":[21,0], "leveloff":[5,115], "size":[22,225], "style":Sub_Level_Style},
			{code:"Paradise Valley Baptist Church", url:"index.php?id=721"},
			{code:"Benefit Disability Outreach", url:"index.php?id=722"},
			{code:"Southwest Festival of Gospel", url:"index.php?id=723"},
			{code:"Arizona State Fair", url:"index.php?id=726"},
			{code:"Jim&#39;s Motorcycle", url:"index.php?id=727"},
			{code:"Phoenix Homecoming", url:"index.php?id=728"},
		]},
		{code:"CDs", url:"index.php?id=714"},
		{code:"Links - Racing & Music", url:"index.php?id=718"},
		{code:"Skin Care Products", url:"index.php?id=725"},
		{code:"Christine&#39;s Loving Tips", url:"index.php?id=720"},
		{code:"Racing Ministry", url:"index.php?id=717"},
		{code:"Donate to Racing", url:"index.php?id=719"},
		{code:"Piano Tuning", url:"index.php?id=715"},
		{code:"Email", url:"mailto:mrojim@aol.com"},
	];

	var mem = new COOLjsMenuPRO("MainMenu",MENU_ITEMS, null);
	mem.initTop();
	mem.init();
	mem.show();
