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 =
	[
		/*$tab = 2*/{"pos":"relative", "itemoff":[20,0], "leveloff":[0,0], "size":[22,200], "style":Top_Level_Style},
		{code:"About infoChi", url:"index.php?id=6", "sub":[
			/*$tab = 3*/{"itemoff":[21,0], "leveloff":[0,150], "size":[22,200], "style":Sub_Level_Style},
			{code:"Clients", url:"index.php?id=22"},
		]},
		{code:"Pricing", url:"index.php?id=4", "sub":[
			/*$tab = 3*/{"itemoff":[21,0], "leveloff":[0,150], "size":[22,200], "style":Sub_Level_Style},
			{code:"Website: My Feet Wet", url:"index.php?id=29"},
			{code:"Website: Hosted", url:"index.php?id=5"},
			{code:"Parking", url:"index.php?id=32"},
			{code:"Pointing", url:"index.php?id=33"},
			{code:"Additional Parking", url:"index.php?id=31"},
			{code:"Domain Names", url:"index.php?id=23"},
			{code:"Discounts Available", url:"index.php?id=25"},
			{code:"Terms of Service", url:"index.php?id=28"},
			{code:"Website: iCMS", url:"index.php?id=34"},
		]},
		{code:"Ideas for Churches", url:"index.php?id=8"},
		{code:"Designs", url:"index.php?id=7"},
		{code:"Website Editor", url:"index.php?id=9", "sub":[
			/*$tab = 3*/{"itemoff":[21,0], "leveloff":[0,150], "size":[22,200], "style":Sub_Level_Style},
			{code:"Changing Your Password", url:"index.php?id=12"},
		]},
		{code:"Web Technologies", url:"index.php?id=10", "sub":[
			/*$tab = 3*/{"itemoff":[21,0], "leveloff":[0,150], "size":[22,200], "style":Sub_Level_Style},
			{code:"iCMS - independent Content Management System", url:"index.php?id=11", "sub":[
				/*$tab = 4*/{"itemoff":[21,0], "leveloff":[0,0], "size":[0,0], "style":Sub_Level_Style},
				{code:"iCms Plugins", url:"index.php?id=16", "sub":[
					/*$tab = 5*/{"itemoff":[21,0], "leveloff":[0,0], "size":[0,0], "style":Sub_Level_Style},
					{code:"Plugin: Horizontal Line", url:"index.php?id=15"},
				]},
				{code:"Item Help", url:"index.php?id=19", "sub":[
					/*$tab = 5*/{"itemoff":[21,0], "leveloff":[0,0], "size":[0,0], "style":Sub_Level_Style},
					{code:"Create Date", url:"index.php?id=18"},
					{code:"Modification Date", url:"index.php?id=20"},
				]},
			]},
			{code:"Secure Mesaging (SSL)", url:"index.php?id=13"},
			{code:"Statistics", url:"index.php?id=21"},
			{code:"Emal Forwarding", url:"index.php?id=24"},
			{code:"Server Management", url:"index.php?id=26"},
		]},
		{code:"Additional Services", url:"index.php?id=30"},
		{code:"Manager Login", url:"https://manager.infochi.net", "sub":[
			/*$tab = 3*/{"itemoff":[21,0], "leveloff":[0,150], "size":[22,200], "style":Sub_Level_Style},
			{code:"Online Signup", url:"index.php?id=17"},
		]},
	];

	var mem = new COOLjsMenuPRO("MainMenu",MENU_ITEMS, null);
	mem.initTop();
	mem.init();
	mem.show();

