/*
  --- menu items ---
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
    ['Home','http://www.pangu.org/', null,
        ['Calligraphy Home','http://calligraphy.pangu.org/'],
        ['PGSG Home In English','http://www.pangu.org/english/'],
        ['PGSG Home In Chinese','http://chinese.pangu.org/']
    ],
	['Product Lines', 'http://calligraphy.pangu.org/productlines.html', null,
		['Basic Line', null, null,
			['Heaven,Earth & Humanity in Harmony', 'http://calligraphy.pangu.org/product/tiandirenher.html'],
			['Great Fortune', 'http://calligraphy.pangu.org/product/greatfortune.html', null,
				['Horizontal','http://calligraphy.pangu.org/product/greatfortune.html'],
				['Vertical','http://calligraphy.pangu.org/product/greatfortune_v.html']
			],
			['To live and Work in Peace and Contentment', 'http://calligraphy.pangu.org/product/anjuleye.html', null,
				['Horizontal','http://calligraphy.pangu.org/product/anjuleye.html'],
				['Vertical','http://calligraphy.pangu.org/product/anjuleye_v.html']
			],
			['This Business will have great development', 'http://calligraphy.pangu.org/product/dazhanhongtu.html', null,
			    ['Horizontal','http://calligraphy.pangu.org/product/dazhanhongtu.html'],
			    ['Vertical','http://calligraphy.pangu.org/product/dazhanhongtu_v.html'],
			    ['Grand','http://calligraphy.pangu.org/product/dazhanhongtu_g.html']
			],
		],
		['Circle Calligraphy Line', 'http://calligraphy.pangu.org/product/circle/index.html', null,
			['Introduction','http://calligraphy.pangu.org/product/circle/index.html'],
			['Samples', 'http://calligraphy.pangu.org/product/circle/cs1.html'],
            ['Framing Packages', null, null,
                ['Class Series Mat Colors','http://calligraphy.pangu.org/product/circle/cs4.html'],
                ['Children\'s Series Mat Colors','http://calligraphy.pangu.org/product/circle/chs3.html']
            ]
		],
		['Practitioner Series','http://calligraphy.pangu.org/product/ps1.html',null,
		    ['Miracle Needle','http://calligraphy.pangu.org/product/miracleneedle.html'],
		    ['Energy Flows with Intention','http://calligraphy.pangu.org/product/qisuiyidao.html']
		],
		['Unframed Calligraphies','http://calligraphy.pangu.org/product/unframed/index.html'],
        ['Wall Mount Calligraphies', 'http://calligraphy.pangu.org/product/wall/index.html', null,
			['Aluminum Finish Frame', 'http://calligraphy.pangu.org/product/wall/wmaf1.html'],
			['Black Finish Frame', 'http://calligraphy.pangu.org/product/wall/wmbf1.html'],
			['Walnut Finish Frame','http://calligraphy.pangu.org/product/wall/wmwf1.html'],
			['Espresso Finish Frame','http://calligraphy.pangu.org/product/wall/wmef1.html'],
			['Gently-Curving Metal Frame','http://calligraphy.pangu.org/product/wall/wmgc1.html']
		],
		['Table Top Calligraphies', 'http://calligraphy.pangu.org/product/table/index.html', null,
			['Wooden Easel Frame', 'http://calligraphy.pangu.org/product/table/ttwe1.html'],
			['Double-sided Wood Frame', 'http://calligraphy.pangu.org/product/table/ttdsw1.html'],
            ['Espresso Finish Frame','http://calligraphy.pangu.org/product/table/ttef1.html'],
            ['Curved Black Finish Frame','http://calligraphy.pangu.org/product/table/ttcb1.html'],
            ['Curved Rosewood Frame','http://calligraphy.pangu.org/product/table/ttcr1.html'],
            ['Curved Walnut Frame','http://calligraphy.pangu.org/product/table/ttcw1.html'],
            ['Walnut Finish Double Matted Wood Frame','http://calligraphy.pangu.org/product/table/ttwfdw1.html'],
            ['Silver and Champagne Metal Frame','http://calligraphy.pangu.org/product/table/ttscm1.html'],
            ['Faux Leather Embroidered Frame','http://calligraphy.pangu.org/product/table/ttfle1.html'],
            ['Gentle-curving Metal Frame','http://calligraphy.pangu.org/product/table/ttgcm1.html']
		],
		['Laminated Card','http://calligraphy.pangu.org/product/laminatedcard.html'],
		['Magnet Frame','http://calligraphy.pangu.org/product/magnet.html'],
		['Dash Mount','http://calligraphy.pangu.org/product/dashmount.html'],
		['Key chains','http://calligraphy.pangu.org/product/dash_key.html'],
		['Coasters','http://calligraphy.pangu.org/product/coasters.html'],
		['Bi-fold Travel Frame','http://calligraphy.pangu.org/product/travel/index.html'],
		['Others',null,null,
		    ['Energy-infused Tea','http://calligraphy.pangu.org/product/others/tea.html'],
		    ['Pan Gu balancing formulas','http://calligraphy.pangu.org/product/others/formulas.html']
		]
	],
	['Shipping & Others', null, null,
		['Unique Qualities', 'http://calligraphy.pangu.org/qualities.html'],
		['Mounting Options', 'http://calligraphy.pangu.org/mounting.html'],
		['Glass Choices', 'http://calligraphy.pangu.org/glasschoices.html'],
		['Order process', 'http://calligraphy.pangu.org/order.html']
	],
	['Contact', null, null,
		['E-mail', 'mailto:calligraphy@duvaldesign.com'],
		['Phone: 781-740-9443']
	],
];