﻿function myM()
{
			var myMenu =
			[
    			['', '前期電子報', '#', '_self', '前期電子報',  // a menu item
					['', 'No. 1~10', '#', '_self', '第一至十期',
						['', 'No. 1', 'http://epaper.ce.ntu.edu.tw/vol.1/index.htm', '_self', '創刊號'],
						['', 'No. 2', 'http://epaper.ce.ntu.edu.tw/vol.2/index.html', '_self', '第二期'],
						['', 'No. 3', 'http://epaper.ce.ntu.edu.tw/vol.3/index.html', '_self', '第三期'],
						['', 'No. 4', 'http://epaper.ce.ntu.edu.tw/vol.4/index.html', '_self', '第四期'],
						['', 'No. 5', 'http://epaper.ce.ntu.edu.tw/vol.5/index.html', '_self', '第五期'],
						['', 'No. 6', 'http://epaper.ce.ntu.edu.tw/vol.6/index.html', '_self', '第六期'],
						['', 'No. 7', 'http://epaper.ce.ntu.edu.tw/vol.7/index.html', '_self', '第七期'],
						['', 'No. 8', 'http://epaper.ce.ntu.edu.tw/vol.8/index.html', '_self', '第八期'],
						['', 'No. 9', 'http://epaper.ce.ntu.edu.tw/vol.9/index.html', '_self', '第九期'],
						['', 'No. 10', 'http://epaper.ce.ntu.edu.tw/vol.10/index.html', '_self', '第十期']
					],
					['', 'No. 11~20', '#', '_self', '第十一至二十期',
						['', 'No. 11', 'http://epaper.ce.ntu.edu.tw/vol.11/index.html', '_self', '第十一期'],
						['', 'No. 12', 'http://epaper.ce.ntu.edu.tw/vol.12/index.html', '_self', '第十二期'],
						['', 'No. 13', 'http://epaper.ce.ntu.edu.tw/vol.13/index.html', '_self', '第十三期'],
						['', 'No. 14', 'http://epaper.ce.ntu.edu.tw/vol.14/index.html', '_self', '第十四期'],
						['', 'No. 15', 'http://epaper.ce.ntu.edu.tw/vol.15/index.html', '_self', '第十五期'],
						['', 'No. 16', 'http://epaper.ce.ntu.edu.tw/vol.16/index.html', '_self', '第十六期'],
						['', 'No. 17', 'http://epaper.ce.ntu.edu.tw/vol.17/index.html', '_self', '第十七期'],
						['', 'No. 18', 'http://epaper.ce.ntu.edu.tw/vol.18/index.html', '_self', '第十八期'],
						['', 'No. 19', 'http://epaper.ce.ntu.edu.tw/vol.19/index.html', '_self', '第十九期'],
						['', 'No. 20', 'http://epaper.ce.ntu.edu.tw/vol.20/index.html', '_self', '第二十期']
					],
					['', 'No. 21~30', '#', '_self', '第二十一至三十期',
						['', 'No. 21', 'http://epaper.ce.ntu.edu.tw/vol.21/index.html', '_self', '第二十一期'],
						['', 'No. 22', 'http://epaper.ce.ntu.edu.tw/vol.22/index.html', '_self', '第二十二期'],
						['', 'No. 23', 'http://epaper.ce.ntu.edu.tw/vol.23/index.html', '_self', '第二十三期'],
						['', 'No. 24', 'http://epaper.ce.ntu.edu.tw/vol.24/index.html', '_self', '第二十四期'],
						['', 'No. 25', 'http://epaper.ce.ntu.edu.tw/vol.25/index.html', '_self', '第二十五期'],
						['', 'No. 26', 'http://epaper.ce.ntu.edu.tw/vol.26/index.html', '_self', '第二十六期'],
						['', 'No. 27', 'http://epaper.ce.ntu.edu.tw/vol.27/index.html', '_self', '第二十七期'],
						['', 'No. 28', 'http://epaper.ce.ntu.edu.tw/vol.28/index.html', '_self', '第二十八期'],
						['', 'No. 29', 'http://epaper.ce.ntu.edu.tw/vol.29/index.html', '_self', '第二十九期'],
						['', 'No. 30', 'http://epaper.ce.ntu.edu.tw/vol.30/index.html', '_self', '第三十期']
					],
					['', 'No. 31 ~', '#', '_self', '第三十一期之後',
						['', 'No. 31', 'http://epaper.ce.ntu.edu.tw/vol.31/index.html', '_self', '第三十一期'],
						['', 'No. 32', 'http://epaper.ce.ntu.edu.tw/vol.32/index.html', '_self', '第三十二期'],
						['', 'No. 33', 'http://epaper.ce.ntu.edu.tw/vol.33/index.html', '_self', '第三十三期']
					]
				]
			];

return myMenu;
}
