//
// Menu Descriptor
// Copyright: 2005 Bradon Technologies Ltd.
//
/*
	[mID, top, left, width, 
	 	[
		 	Title1, Action1, "<img src='image_16x16'>",
		 	Title2, Action2, null,
			"---", null, null,
			...
			"---", null, null,
		 	TitleN, ActionN, '<img src=imageN>'
		]
	 ]
*/

var sub_menu = 
[
	[ 1, 92, 509, 170, 
		[
		"Downloads", "getAction('general_download'); return false;", null,
		"FAQ", "getAction('general_help'); return false;", null,
		"---", null, null,
		"Contact Us", "getAction('general_contact_form'); return false;", null
		],
	 ],
];
