// Command Menu definition
// 
// Format:
// 
// {
//	"<Button Text>" "<Command sent to server>"
// }
//
// Buttons can also open up submenus, as follows:
// {
// 	"Some More Options",
//	{
//		...
//	}
// }
//
//
// Limitations:
//		Maximum of 20 menus.

