How to add third submenu? (only an idea please)
Friends I need your valuable help of how to add third submenu?
Project working: http://jsfiddle.net/n3fwe/12/
Objetive: (examples: )

or:

Where I can begin to change?
js:
- var List = [{
- props: {
- "data-id": "r1-c0-sC0",
- text: "one",
- title: "description one" },
- sub: [{
- props: {
- "data-id": "r1-c1-sC0",
- text: "one:A",
- title: "description one:A" } }, {
- props: {
- "data-id": "r1-c2-sC0",
- text: "one:B",
- title: "description one:B" } }, {
- props: {
- "data-id": "r1-c3-sC0",
- text: "one:C",
- title: "description one:C" } } ] }, {
- props: {
- "data-id": "r2-c0-sC0",
- text: "two",
- title: "description two" },
- sub: [{
- props: {
- "data-id": "r2-c1-sC0",
- text: "two:A",
- title: "description two:A" } }, {
- props: {
- "data-id": "r2-c2-sC0",
- text: "two:B",
- title: "description two:B" } }, {................................
cord29-greetings friends!