var kcode = new Array();
kcode['z'] = null;							// Add Bookmark shortcut
kcode['a'] = "../../objective/index.htm";
// Top bar shortcut
kcode['s'] = "../../ceremony/index.htm";
kcode['d'] = "../../scheme/index.htm";
kcode['f'] = "../../faq/index.htm";
kcode['g'] = "../../news/index.htm";
kcode['h'] = "../../album/index.htm";
kcode['j'] = "../../contact/index.htm";
kcode['k'] = "../../links/index.htm";
kcode['l'] = "../../download/index.htm";
kcode['w'] = "../../help/index.htm";
//kcode['e'] =  null;
kcode['r'] = "../../sitemap/index.htm";
kcode['q'] = "../../index.htm";
kcode['x'] = "../index.htm";

//kcode['1'] = "../news/index.htm";
//kcode['2'] = "../news/index.htm";
//kcode['3'] = "../news/index.htm";
//kcode['4'] = "../news/index.htm";

mainIndex = new shortCutdef ("objective", "index.htm",
											null,
											null);
indexHp = new Array(mainIndex);


rehabIndex = new shortCutdef ("ceremony", "index.htm",
											Array("c"),
											Array("../album/index.htm"));
rehaballchapter = new Array(rehabIndex);


tips1 = new shortCutdef ("scheme", "index.htm",
											Array("c"),
											Array("../album/index.htm"));
tipsallchapter = new Array( tips1);

facilityIndex = new shortCutdef ("objective", "index.htm",
											null,
											null);
facilityallchapter = new Array(facilityIndex);

jobList = new shortCutdef ("objective", "index.htm",
											null,
											null);

joballchapter = new Array(jobList);

trainingIndex = new shortCutdef ("objective", "index.htm",
											null,
											null);

trainingallchapter = new Array(trainingIndex);

membershipIndex = new shortCutdef ("objective", "index.htm",
											null,
											null);

membershipallchapter = new Array(membershipIndex);

searchResult = new shortCutdef ("objective", "index.htm",
											null,
											null);
searchallchapter = new Array(searchResult);


storiesback1 = new shortCutdef ("objective", "index.htm",
											null,
											null);


storiesallchapter = new Array(storiesback1);


researchIndex = new shortCutdef ("objective", "index.htm",
											null,
											null);

researchallchapter = new Array(researchIndex);


websiteIndex = new shortCutdef ("objective", "index.htm",
											null,
											null);

websiteallchapter = new Array(websiteIndex);


newsIndex = new shortCutdef ("objective", "index.htm",
											null,
											null);

newsallchapter = new Array(newsIndex);

sitemapIndex = new shortCutdef ("objective", "index.htm",
											null,
											null);
sitemapallchapter = new Array(sitemapIndex);

helpIndex = new shortCutdef ("objective", "index.htm",
											null,
											null);
helpallchapter = new Array(helpIndex);

sitemap = new Array(indexHp,
							rehaballchapter,
							tipsallchapter,
							facilityallchapter,
							joballchapter,
							trainingallchapter,
							membershipallchapter,
							searchallchapter,
							researchallchapter,
							websiteallchapter,
							newsallchapter,
							storiesallchapter,
							sitemapallchapter,
							helpallchapter);