%%[If ORLCd == "CHAIR" Then Set @bg = "#000000" Set @obl = "Chairman’s Club" Elseif ORLCd == "PRES" Then Set @bg = "#082940" Set @obl = "Presidential" Elseif ORLCd == "EXEC" Then Set @bg = "#666673" Set @obl = "Executive" Elseif ORLCd == "SELECT" Then Set @bg = "#C79F79" Set @obl = "Select" Else Set @bg = "#C7D1D9" Set @obl = "Owner/Member" Endif If ClubType == "Singapore" or ClubType == "Australia" or ClubType == "BaliGardens" or ClubType == "BaliTerrace" Then Set @name = FullLabelName Set @contactpg = "https://www.vacationclubap.com/contactus.jsp" If TemplateName == "JPSIN_EXPL_NCONFO" or TemplateName == "JPSIN_EXPL_YCONFO" Then Set @title = "メンバ" else Set @title = "Member" Endif Elseif ClubType == "VSE" Then Set @name = LabelName Set @contactpg = "https://www.marriottvacationclubs.com/s/contact-us" Set @title = "Owner" Else Set @name = LabelName Set @contactpg = "https://owners.marriottvacationclub.com/timeshare/mvco/contact-us" If TemplateName == "ENDFLT_EXP_ACKNO_NCONFO" or TemplateName == "ENDFLT_EXP_ACKNO_YCONFO" Then Set @title = "Member/Owner" Elseif TemplateName == "JP_ExplorerN" or TemplateName == "JP_ExplorerY" Then set @title = "オーナ" Else Set @title = "Owner" Endif Endif ]%%