<!--

// ---------
// level 1
// ---------
var root = new rootObj();
var productsChap = new chapterObj("products","sidemenu", root);
var newpro = new sectionObj("newpro", "image", "³Ì·s²£«~", "/products/newpro/newpro.asp", "_self", productsChap);
var hot = new sectionObj("hot", "image", "¼ö½æ²£«~", "/products/hot/hot.asp", "_self", productsChap);
var skincare = new sectionObj("skincare", "image", "Å@½§«~", "/products/skincare/skincare.asp", "_self", productsChap);
var foods = new sectionObj("foods", "image", "°·±d­¹«~", "/products/foods/foods.asp", "_self", productsChap);
var cosmetics = new sectionObj("cosmetics", "image", "¤ÆùÛ«~", "/products/cosmetics/cosmetics.asp", "_self", productsChap);


// ---------
// level 2
// ---------
// Å@½§¨t¦C
var skincareChap = new chapterObj("skincare","sidemenu", skincare);
var basic = new sectionObj("basic", "text", "BASIC ¤ô¼í°òÂ¦¨t¦C", "/products/skincare/basic/basic.asp", "_self", skincareChap);
var basicdx = new sectionObj("basicdx", "text", "BASIC DX ¬¡½§°òÂ¦¨t¦C", "/products/skincare/basicdx/basicdx.asp", "_self", skincareChap);
var cleartune = new sectionObj("cleartune", "text", "CLEARTUNE ·t½HÅ@²z¨t¦C", "/products/skincare/cleartune/cleartune.asp", "_self", skincareChap);
var jinnous = new sectionObj("jinnous", "text", "Men's ¨k¤hÅ@½§¨t¦C", "/products/skincare/jinnous/jinnous2007.asp", "_self", skincareChap);
var fdr = new sectionObj("fdr", "text", "FDR Å@½§¨t¦C", "/products/skincare/fdr/fdr.asp", "_self", skincareChap);
var whitening3c = new sectionObj("whitening3c", "text", "­±½¤¨t¦C", "/products/skincare/mask/mask.asp", "_self", skincareChap);
var specialskincare = new sectionObj("specialskincare", "text", "¯S§OÅ@½§¨t¦C", "/products/skincare/specialskincare/specialskincare.asp", "_self", skincareChap);
var whitening = new sectionObj("whitening", "text", "²H´³²b¥Õ¨t¦C", "/products/skincare/whitening/whitening.asp", "_self", skincareChap);
var sunguard = new sectionObj("sunguard", "text", "¨¾ÅÎ¨t¦C", "/products/skincare/sunguard/sunguard.asp", "_self", skincareChap);
var shapedesign = new sectionObj("shapedesign", "text", "§½³¡­×¨­²Õ¦X", "/products/skincare/shapedesign/shapedesign.asp", "_self", skincareChap);
var bodycare = new sectionObj("bodycare", "text", "¨­ÅéÅ@²z", "/products/skincare/bodycare/bodycare.asp", "_self", skincareChap);
var haircare = new sectionObj("haircare", "text", "ÀY¾vÅ@²z", "/products/skincare/haircare/haircare.asp", "_self", skincareChap);
var handlipbaby = new sectionObj("handlipbaby", "text", "¤â³¡¡B®B³¡¤ÎÀ¦¨àÅ@²z", "/products/skincare/handlipbaby/handlipbaby.asp", "_self", skincareChap);
var skincareothers = new sectionObj("skincareothers", "text", "¨ä¥L²£«~", "/products/skincare/skincareothers/others.asp", "_self", skincareChap);

// °·±d­¹«~¨t¦C
var foodsChap = new chapterObj("foods","sidemenu", foods);
var beauty = new sectionObj("beauty", "text", "¬ü¦ÙÀç¾i", "/products/foods/beauty/beauty.asp", "_self", foodsChap);
var diet = new sectionObj("diet", "text", "Åé­«ºÞ²z", "/products/foods/diet/diet.asp", "_self", foodsChap);
var fiber = new sectionObj("fiber", "text", "¸z¹D°·±d", "/products/foods/fiber/fiber.asp", "_self", foodsChap);
var essential = new sectionObj("essential", "text", "¥²»ÝÀç¾i", "/products/foods/essential/essential.asp", "_self", foodsChap);
var support = new sectionObj("support", "text", "°·±d¤ä´©", "/products/foods/support/support.asp", "_self", foodsChap);
var healthy = new sectionObj("healthy", "text", "°·±d¯À­¹", "/products/foods/healthy/healthy.asp", "_self", foodsChap);
var others = new sectionObj("others", "text", "¨ä¥L²£«~", "/products/foods/others/others.asp", "_self", foodsChap);

// ¤Æ§©«~¨t¦C
var cosmeticsChap = new chapterObj("cosmetics","sidemenu", cosmetics);
var cosmeticsBase  = new sectionObj("cosmeticsBase", "text", "¯»©³¨t¦C", "/products/cosmetics/clevance/clevance.asp", "_self", cosmeticsChap);
var cosmeticsPoint = new sectionObj("cosmeticsPoint", "text", "±mùÛ¨t¦C", "/products/cosmetics/belmeil/belmeil.asp", "_self", cosmeticsChap);
var cosmeticsOther = new sectionObj("cosmeticsOther", "text", "¨ä¥L²£«~", "/products/cosmetics/clevance/clevance.asp", "_self", cosmeticsChap);

// ---------
// level 3
// ---------
// Å@½§¨t¦C > BASIC ¤ô¼í°òÂ¦¨t¦C
var basicChap = new chapterObj("basic","layermenu", basic);
var basic_midtodry = new sectionObj("basic_midtodry", "text", "¤¤©Ê¦Ü°®©Ê¦Ù½§", "/products/skincare/basic/basic.asp", "_self", basicChap);
var basic_mixed = new sectionObj("basic_mixed", "text", "²V¦X©Ê¦Üªo©Ê¦Ù½§", "/products/skincare/basic/basic_oil.asp", "_self", basicChap);

// Å@½§¨t¦C > BASIC DX ¤ô¼í°òÂ¦¨t¦C
var basicdxChap = new chapterObj("basicdx","layermenu", basicdx);
var basicdx_midtodry = new sectionObj("basicdx_midtodry", "text", "¤¤©Ê¦Ü°®©Ê¦Ù½§", "/products/skincare/basicdx/basicdx.asp", "_self", basicdxChap);
var basicdx_mixed = new sectionObj("basicdx_mixed", "text", "²V¦X©Ê¦Üªo©Ê¦Ù½§", "/products/skincare/basicdx/basicdx_oil.asp", "_self", basicdxChap);

// Å@½§¨t¦C > Men's µL²K¥[¨k¤hÅ@½§¨t¦C
var jinnousChap = new chapterObj("jinnous","layermenu", jinnous);
var jinnous_fundamental = new sectionObj("jinnous_fundamental", "text", "°òÂ¦Å@½§¤T³¡¦±", "/products/skincare/jinnous/jinnous.asp", "_self", jinnousChap);
var jinnous_other = new sectionObj("jinnous_other1", "text", "¨ä¥L²£«~", "/products/skincare/jinnous/jinnous_others.asp", "_self", jinnousChap);

// Å@½§¨t¦C > FDR Å@½§¨t¦C
var fdrChap = new chapterObj("fdr","layermenu", fdr);
var fdr_fundamental = new sectionObj("fdr_fundamental", "text", "°òÂ¦Å@½§¤T³¡¦±", "/products/skincare/fdr/fdr.asp", "_self", fdrChap);
var fdr_other = new sectionObj("fdr_other1", "text", "¨ä¥L²£«~", "/products/skincare/fdr/fdr_others.asp", "_self", fdrChap);

// Å@½§¨t¦C > ¯S§OÅ@½§¨t¦C
var specialskincareChap = new chapterObj("specialskincare","layermenu", specialskincare);
var specialskincare_daily = new sectionObj("specialskincare_daily", "text", "­×Å@¨¤½è", "/products/skincare/specialskincare/daily.asp", "_self", specialskincareChap);
var specialskincare_recover = new sectionObj("specialskincare_recover", "text", "¬¡½§ºëµØ", "/products/skincare/specialskincare/recover.asp", "_self", specialskincareChap);
var specialskincare_oil = new sectionObj("specialskincare_oil", "text", "±±ªo¥h¶ÂÀY", "/products/skincare/specialskincare/oil.asp", "_self", specialskincareChap);
var specialskincare_eye = new sectionObj("specialskincare_eye", "text", "ºò½o¡E´þ¼í²´³¡¦Ù½§", "/products/skincare/specialskincare/eye.asp", "_self", specialskincareChap);
var specialskincare_wrinkle = new sectionObj("specialskincare_wrinkle", "text", "¥h¯¾§Ü½K", "/products/skincare/specialskincare/wrinkle.asp", "_self", specialskincareChap);
var specialskincare_full = new sectionObj("specialskincare_full", "text", "´þ¼í­×Å@", "/products/skincare/specialskincare/full.asp", "_self", specialskincareChap);

// ¤Æ§©«~¨t¦C > BASE MAKE UP
var cosmeticsBaseChap = new chapterObj("cosmeticsBase","layermenu", cosmeticsBase);
var cosmeticsBase01 = new sectionObj("cosmeticsBase01", "text", "©³Á÷¨t¦C", "/products/cosmetics/base/base01.asp", "_self", cosmeticsBaseChap);
var cosmeticsBase02 = new sectionObj("cosmeticsBase02", "text", "Àã¯»¨t¦C", "/products/cosmetics/base/base02.asp", "_self", cosmeticsBaseChap);
var cosmeticsBase03 = new sectionObj("cosmeticsBase03", "text", "°®¯»¨t¦C", "/products/cosmetics/base/base03.asp", "_self", cosmeticsBaseChap);
var cosmeticsBase04 = new sectionObj("cosmeticsBase04", "text", "©wùÛ¨t¦C", "/products/cosmetics/base/base04.asp", "_self", cosmeticsBaseChap);
var cosmeticsBase05 = new sectionObj("cosmeticsBase04", "text", "¾B·å¨t¦C", "/products/cosmetics/base/base05.asp", "_self", cosmeticsBaseChap);

// ¤Æ§©«~¨t¦C > POINT
var cosmeticsPointChap = new chapterObj("cosmeticsPoint","layermenu", cosmeticsPoint);
var cosmeticsPoint01 = new sectionObj("cosmeticsPoint01", "text", "²´ùÛ¨t¦C", "/products/cosmetics/point/point01.asp", "_self", cosmeticsPointChap);
var cosmeticsPoint02 = new sectionObj("cosmeticsPoint02", "text", "¯Ú¯×¨t¦C", "/products/cosmetics/point/point02.asp", "_self", cosmeticsPointChap);
var cosmeticsPoint03 = new sectionObj("cosmeticsPoint03", "text", "®BùÛ¨t¦C", "/products/cosmetics/point/point03.asp", "_self", cosmeticsPointChap);
var cosmeticsPoint04 = new sectionObj("cosmeticsPoint04", "text", "¬ü¥Ò¨t¦C", "/products/cosmetics/point/point04.asp", "_self", cosmeticsPointChap);

// ¨ä¥L²£«~ > Other
var cosmeticsOtherChap = new chapterObj("cosmeticsOther","layermenu", cosmeticsOther);
var cosmeticsOther01 = new sectionObj("cosmeticsOther01", "text", "¯»²°¤Î¯»¾ë", "/products/cosmetics/other/other01.asp", "_self", cosmeticsOtherChap);
var cosmeticsOther02 = new sectionObj("cosmeticsOther02", "text", "¤ÆùÛ¤u¨ã", "/products/cosmetics/other/other02.asp", "_self", cosmeticsOtherChap);
var cosmeticsOther03 = new sectionObj("cosmeticsOther03", "text", "¤ÆùÛ²°²Õ¦X", "/products/cosmetics/other/other03.asp", "_self", cosmeticsOtherChap);
var cosmeticsOther04 = new sectionObj("cosmeticsOther04", "text", "»´«K¤ÆùÛ±½¨t¦C", "/products/cosmetics/other/other04.asp", "_self", cosmeticsOtherChap);
var cosmeticsOther05 = new sectionObj("cosmeticsOther05", "text", "¤ÆùÛ±½²Õ¦X", "/products/cosmetics/other/other05.asp", "_self", cosmeticsOtherChap);
//-->