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

// Styles
var color = {"border":"#CC0000", "shadow":"#000000"};

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":[40,0], "leveloff":[0,0], "size":[22,150], "style":Top_Level_Style},
		{code:"HOME", url:"index.php?id=368"},
		{code:"WHO WE ARE", "sub":[
			{"itemoff":[21,0], "leveloff":[5,115], "size":[22,200], "style":Sub_Level_Style},
			{code:"Think Jesus Fellowship", "sub":[
				{"itemoff":[21,0], "leveloff":[5,115], "size":[22,200], "style":Sub_Level_Style},
				{code:"Mission Statement", url:"index.php?id=380"},
			]},
			{code:"Articles of Incorporation"},
			{code:"Executive Director", url:"index.php?id=392"},
			{code:"Corporate Documents"},
			{code:"Founder", url:"index.php?id=378"},
			{code:"Production Manager", url:"index.php?id=375"},
			{code:"Board of Directors", url:"index.php?id=704"},
			{code:"501c3  LETTER", url:"index.php?id=706"},
		]},
		{code:"CONTACT US", "sub":[
			{"itemoff":[21,0], "leveloff":[5,115], "size":[22,200], "style":Sub_Level_Style},
			{code:"Join Our Mailing List", url:"index.php?page=dsp_feedback.php"},
			{code:"Praise Report", url:"index.php?page=dsp_f_29.php&guestbook=Praise", "sub":[
				{"itemoff":[21,0], "leveloff":[5,115], "size":[22,200], "style":Sub_Level_Style},
				{code:"Leave Praise Report", url:"index.php?page=dsp_f_28.php&guestbook=Praise"},
				{code:"View Praise Reports", url:"index.php?page=dsp_f_29.php&guestbook=Praise"},
			]},
			{code:"Prayer Request", url:"index.php?page=dsp_f_29.php&guestbook=Prayer", "sub":[
				{"itemoff":[21,0], "leveloff":[5,115], "size":[22,200], "style":Sub_Level_Style},
				{code:"Leave Prayer Request", url:"index.php?page=dsp_f_28.php&guestbook=Prayer"},
				{code:"View Prayer Requests", url:"index.php?page=dsp_f_29.php&guestbook=Prayer"},
			]},
		]},
		{code:"OUTREACH", "sub":[
			{"itemoff":[21,0], "leveloff":[5,115], "size":[22,200], "style":Sub_Level_Style},
			{code:"Berg&#39;s Bar-b-que", url:"index.php?id=389", "sub":[
				{"itemoff":[21,0], "leveloff":[5,115], "size":[22,200], "style":Sub_Level_Style},
				{code:"BBQ History", url:"index.php?id=398"},
				{code:"Berg&#39;s BBQ, What Is It ?????", url:"index.php?id=180"},
				{code:"Saying Good Bye", url:"index.php?id=391"},
				{code:"Location", "sub":[
					{"itemoff":[21,0], "leveloff":[5,115], "size":[22,200], "style":Sub_Level_Style},
					{code:"Summer Session", url:"index.php?id=430"},
					{code:"Winter Session", url:"index.php?id=431"},
				]},
				{code:"Needs", url:"index.php?id=252"},
			]},
		]},
		{code:"ENDORSEMENTS", "sub":[
			{"itemoff":[21,0], "leveloff":[5,115], "size":[22,200], "style":Sub_Level_Style},
			{code:"Read About Us", "sub":[
				{"itemoff":[21,0], "leveloff":[5,115], "size":[22,200], "style":Sub_Level_Style},
				{code:"Story of Think Jesus Project", url:"index.php?id=670"},
				{code:"Summit News June 2005", url:"index.php?id=671"},
				{code:"Calling All Christians 2005", url:"index.php?id=672"},
			]},
			{code:"Friends", url:"index.php?id=269"},
			{code:"Organizations", url:"index.php?id=421"},
			{code:"Churches", url:"index.php?id=439"},
		]},
		{code:"BE A BLESSING", "sub":[
			{"itemoff":[21,0], "leveloff":[5,115], "size":[22,200], "style":Sub_Level_Style},
			{code:"How You Can Help!", url:"index.php?id=669"},
			{code:"Current Needs", url:"index.php?id=253"},
			{code:"Hosts Needed for Berg&#39;s BBQ", url:"index.php?id=705"},
		]},
	];

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