﻿<!--

// ---------
// level 1
// ---------
var root = new rootObj();
var productsChap = new chapterObj("products","sidemenu", root);
var newpro = new sectionObj("newpro", "image", "最新產品", "/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", "健康食品", "/products/foods/foods.asp", "_self", productsChap);
var cosmetics = new sectionObj("cosmetics", "image", "化粧品", "/products/cosmetics/cosmetics.asp", "_self", productsChap);


// ---------
// level 2
// ---------
// 護膚系列
var skincareChap = new chapterObj("skincare","sidemenu", skincare);
var basic = new sectionObj("basic", "text", "BASIC 水潤基礎系列", "/products/skincare/basic/basic.asp", "_self", skincareChap);
var basicdx = new sectionObj("basicdx", "text", "BASIC DX 活膚基礎系列", "/products/skincare/basicdx/basicdx.asp", "_self", skincareChap);
var acnecare = new sectionObj("acnecare", "text", "Acne Care 祛痘護理系列", "/products/skincare/acnecare/acnecare.asp", "_self", skincareChap);
var jinnous = new sectionObj("jinnous", "text", "Men's 男士護膚系列", "/products/skincare/jinnous/jinnous2007.asp", "_self", skincareChap);
var fdr = new sectionObj("fdr", "text", "FDR 護膚系列", "/products/skincare/fdr/fdr.asp", "_self", skincareChap);
var whitening3c = new sectionObj("whitening3c", "text", "面膜系列", "/products/skincare/mask/mask.asp", "_self", skincareChap);
var specialskincare = new sectionObj("specialskincare", "text", "特別護膚系列", "/products/skincare/specialskincare/specialskincare.asp", "_self", skincareChap);
var whitening = new sectionObj("whitening", "text", "美白淡斑系列", "/products/skincare/whitening/whitening.asp", "_self", skincareChap);
var sunguard = new sectionObj("sunguard", "text", "防曬系列", "/products/skincare/sunguard/sunguard.asp", "_self", skincareChap);
var shapedesign = new sectionObj("shapedesign", "text", "局部修身組合", "/products/skincare/shapedesign/shapedesign.asp", "_self", skincareChap);
var bodycare = new sectionObj("bodycare", "text", "身體護理", "/products/skincare/bodycare/bodycare.asp", "_self", skincareChap);
var haircare = new sectionObj("haircare", "text", "頭髮護理", "/products/skincare/haircare/haircare.asp", "_self", skincareChap);
var handlipbaby = new sectionObj("handlipbaby", "text", "手部、唇部及嬰兒護理", "/products/skincare/handlipbaby/handlipbaby.asp", "_self", skincareChap);
var skincareothers = new sectionObj("skincareothers", "text", "其他產品", "/products/skincare/skincareothers/others.asp", "_self", skincareChap);

// 健康食品系列
var foodsChap = new chapterObj("foods","sidemenu", foods);
var beauty = new sectionObj("beauty", "text", "美肌營養", "/products/foods/beauty/beauty.asp", "_self", foodsChap);
var diet = new sectionObj("diet", "text", "體重管理", "/products/foods/diet/diet.asp", "_self", foodsChap);
var fiber = new sectionObj("fiber", "text", "腸道健康", "/products/foods/fiber/fiber.asp", "_self", foodsChap);
var essential = new sectionObj("essential", "text", "必需營養", "/products/foods/essential/essential.asp", "_self", foodsChap);
var support = new sectionObj("support", "text", "健康支援", "/products/foods/support/support.asp", "_self", foodsChap);
var healthy = new sectionObj("healthy", "text", "健康素食", "/products/foods/healthy/healthy.asp", "_self", foodsChap);
var others = new sectionObj("others", "text", "其他產品", "/products/foods/others/others.asp", "_self", foodsChap);

// 化妝品系列
var cosmeticsChap = new chapterObj("cosmetics","sidemenu", cosmetics);
var cosmeticsBase  = new sectionObj("cosmeticsBase", "text", "粉底系列", "/products/cosmetics/clevance/clevance.asp", "_self", cosmeticsChap);
var cosmeticsPoint = new sectionObj("cosmeticsPoint", "text", "彩粧系列", "/products/cosmetics/belmeil/belmeil.asp", "_self", cosmeticsChap);
var cosmeticsOther = new sectionObj("cosmeticsOther", "text", "其他產品", "/products/cosmetics/clevance/clevance.asp", "_self", cosmeticsChap);

// ---------
// level 3
// ---------
// 護膚系列 > BASIC 水潤基礎系列
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", "混合性至油性肌膚", "/products/skincare/basic/basic_oil.asp", "_self", basicChap);

// 護膚系列 > BASIC DX 水潤基礎系列
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", "混合性至油性肌膚", "/products/skincare/basicdx/basicdx_oil.asp", "_self", basicdxChap);

// 護膚系列 > Men's 無添加男士護膚系列
var jinnousChap = new chapterObj("jinnous","layermenu", jinnous);
var jinnous_fundamental = new sectionObj("jinnous_fundamental", "text", "基礎護膚三部曲", "/products/skincare/jinnous/jinnous.asp", "_self", jinnousChap);
var jinnous_other = new sectionObj("jinnous_other1", "text", "其他產品", "/products/skincare/jinnous/jinnous_others.asp", "_self", jinnousChap);

// 護膚系列 > FDR 護膚系列
var fdrChap = new chapterObj("fdr","layermenu", fdr);
var fdr_fundamental = new sectionObj("fdr_fundamental", "text", "基礎護膚三部曲", "/products/skincare/fdr/fdr.asp", "_self", fdrChap);
var fdr_other = new sectionObj("fdr_other1", "text", "其他產品", "/products/skincare/fdr/fdr_others.asp", "_self", fdrChap);

// 護膚系列 > 特別護膚系列
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", "控油收毛孔", "/products/skincare/specialskincare/oil.asp", "_self", specialskincareChap);
var specialskincare_eye = new sectionObj("specialskincare_eye", "text", "緊緻‧滋潤眼部肌膚", "/products/skincare/specialskincare/eye.asp", "_self", specialskincareChap);
var specialskincare_wrinkle = new sectionObj("specialskincare_wrinkle", "text", "去紋抗皺", "/products/skincare/specialskincare/wrinkle.asp", "_self", specialskincareChap);
var specialskincare_full = new sectionObj("specialskincare_full", "text", "滋潤修護", "/products/skincare/specialskincare/full.asp", "_self", specialskincareChap);

// 化妝品系列 > BASE MAKE UP
var cosmeticsBaseChap = new chapterObj("cosmeticsBase","layermenu", cosmeticsBase);
var cosmeticsBase01 = new sectionObj("cosmeticsBase01", "text", "底霜系列", "/products/cosmetics/base/base01.asp", "_self", cosmeticsBaseChap);
var cosmeticsBase02 = new sectionObj("cosmeticsBase02", "text", "濕粉系列", "/products/cosmetics/base/base02.asp", "_self", cosmeticsBaseChap);
var cosmeticsBase03 = new sectionObj("cosmeticsBase03", "text", "乾粉系列", "/products/cosmetics/base/base03.asp", "_self", cosmeticsBaseChap);
var cosmeticsBase04 = new sectionObj("cosmeticsBase04", "text", "定粧系列", "/products/cosmetics/base/base04.asp", "_self", cosmeticsBaseChap);
var cosmeticsBase05 = new sectionObj("cosmeticsBase04", "text", "遮瑕系列", "/products/cosmetics/base/base05.asp", "_self", cosmeticsBaseChap);

// 化妝品系列 > POINT
var cosmeticsPointChap = new chapterObj("cosmeticsPoint","layermenu", cosmeticsPoint);
var cosmeticsPoint01 = new sectionObj("cosmeticsPoint01", "text", "眼粧系列", "/products/cosmetics/point/point01.asp", "_self", cosmeticsPointChap);
var cosmeticsPoint02 = new sectionObj("cosmeticsPoint02", "text", "胭脂系列", "/products/cosmetics/point/point02.asp", "_self", cosmeticsPointChap);
var cosmeticsPoint03 = new sectionObj("cosmeticsPoint03", "text", "唇粧系列", "/products/cosmetics/point/point03.asp", "_self", cosmeticsPointChap);
var cosmeticsPoint04 = new sectionObj("cosmeticsPoint04", "text", "美甲系列", "/products/cosmetics/point/point04.asp", "_self", cosmeticsPointChap);

// 其他產品 > 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", "化粧工具", "/products/cosmetics/other/other02.asp", "_self", cosmeticsOtherChap);
var cosmeticsOther03 = new sectionObj("cosmeticsOther03", "text", "化粧盒組合", "/products/cosmetics/other/other03.asp", "_self", cosmeticsOtherChap);
var cosmeticsOther04 = new sectionObj("cosmeticsOther04", "text", "輕便化粧掃系列", "/products/cosmetics/other/other04.asp", "_self", cosmeticsOtherChap);
var cosmeticsOther05 = new sectionObj("cosmeticsOther05", "text", "化粧掃組合", "/products/cosmetics/other/other05.asp", "_self", cosmeticsOtherChap);
//-->