//keywords
var code="code";var url="url";var sub="sub";
//styles
var TOP_STYLE = {"border":1, "shadow":1, "color":{"border":"gray", "shadow":"black", "bgON":"white","bgOVER":"#eeeeee"}, "css":{"ON":"clsCMTopOn", "OVER":"clsCMVOver"}};
var STYLE1 = {"border":1, "shadow":1, "color":{"border":"black", "shadow":"gray", "bgON":"white","bgOVER":"#eeeeee"}, "css":{"ON":"clsCMVOn", "OVER":"clsCMVOver"}};
//items and formats
var MENU_ITEMS =
[
	{"pos":[90,118],"size":[22,100],"itemoff":[0,108],"leveloff":[0,0],"delay":500,"style":TOP_STYLE},
	{code:"My Profile", url:"user_profile.php",
		sub:[
			{"size":[22,110], "itemoff":[21,0], "leveloff":[21,0], "style":STYLE1},
			{code:'Overview', url:"user_profile.php"},
			{code:'Edit Profile', url:"edit_profile.php"}
			]
	},
	{code:"My Content",
		sub:[
			{"size":[22,110], "itemoff":[21,0], "leveloff":[21,0], "style":STYLE1},
			{code:'Overview' , url:"my_content.php"},
			{code:'Manage', url:"manage_content.php?action=1&display_all=display_all"},
			{code:'Add New' , url:"add_update_mat.php"}
			//{code:'Statistics' , url:"content_stats.php"}			
			]
	},
	{code:'My Money',
		sub:[
			{"size":[22,110], "itemoff":[21,0], "leveloff":[21,0], "style":STYLE1},
			{code:'Overview', url:"my_money.php"},
			{code:'Transactions', url:"transactions.php?action=1&display_all=display_all"},
			{code:'Withdrawal', url:"withdrawal.php"}
			]
	},
	{code:'Extras',
		sub:[
			{"size":[22,110], "itemoff":[21,0], "leveloff":[21,0], "style":STYLE1},
			{code:'My Requests', url:"manage_requests.php?action=1&display_all=display_all"},
			{code:'New Request', url:"add_update_req.php"},
			{code:'My Feedback', url:"my_feedback.php"},
			{code:'My Referrals', url:"referal.php?action=1&display_all=display_all"}
			]
	},
	{code:'Logout',
		sub:[
			{"size":[22,110], "itemoff":[21,0], "leveloff":[21,0], "style":STYLE1},
			{code:'Logout', url:"logout.php"}
			]
	}

];
