AM10027 Back Massage Pad + Titan Ergo 9606P (Synthetic Leather)
const youtube_link_ = “”
const imgs_ = [
{
img_order: 0,
img_name: “Titan ERGO 9606P”,
img_src:
“https://cdn.shopify.com/s/files/1/0086/1297/0558/files/modelShot.jpg?v=1580858524”,
},
{
img_order: 1,
img_name: “Tilting Lock, Height Adjustable, 360 Degree Rotation”,
img_src:
“https://cdn.shopify.com/s/files/1/0086/1297/0558/files/Ergo_recline.jpg?v=1580858560”,
},
{
img_order: 2,
img_name: “Ergo Mesh Office Chair”,
img_src:
“https://cdn.shopify.com/s/files/1/0086/1297/0558/files/Ergo_function_mesh.jpg?v=1580858630”,
},
{
img_order: 3,
img_name: “Ergo Mesh Office Chair”,
img_src:
“https://cdn.shopify.com/s/files/1/0086/1297/0558/files/Ergo_function_mesh.jpg?v=1580858630”,
},
{
img_order: 4,
img_name: “Ergo 9606P Dimensions”,
img_src:
“https://cdn.shopify.com/s/files/1/0086/1297/0558/files/Ergo_dimention.jpg?v=1580858661″,
},
]
ERGO’s ergonomic design is based on the human body dynamic digital model.
The ridge backrest and the human spine are exactly the same. The close
fitting helps release the spinal pressure.
Fully Adjustable
Titan ERGO office chair has numerous adjustable features to fit your
unique needs ensuring you find a comfortable seating position. You can
adjust the tilt angle of back, the height of lumbar support, the armrest,
the neckrest, and the seat. They give you firm support contouring user’s
body.
Built-in Hanger
To accommodate the need of daily life, the chair comes with a durable
built-in a hanger on the back.
Cushion Support
Lumbar cushioning supports your lower back and enhances the natural curve
of your spine, and the thick cushion on seat contour your body to give the
most relaxing feeling.
Breathable Mesh Fabric
Breathable mesh back and seat of this chair aims best seat experience- not
hot even in hot summer and the ergonomic mesh back support can freely
adjust and move to any postures.
Specification
Product Name
Titan Ergo 9606F
User Manual
Download
Power Supply
110-120V~
Rate Frequency
50/60 Hz
Dimensions
(W x L x H)
Upright
32” x 66“ x 48.5”
Reclined
32” x 73” x 40”
–>
26.5″ x 26.5″ x 49.6″
Width
Shoulder
20.5″
Seat
18.5”
Weight
Net
165 lbs
Gross
198 lbs
–>
const getImages_ = () => {
document.querySelectorAll(“.sections_ img”).forEach((img, i) => {
img.src = imgs_[i].img_src
img.alt = imgs_[i].img_name
})
}
const createVideoDOM_ = () => {
const getYoutubeSrc_ = (src) => {
const regex = /[a-z0-9_-]{11}/gi
const id = src.match(regex)[0]
const dst = “https://www.youtube.com/embed/” + id + “?mute=1&autoplay=1”
return dst
}
const iframe = document.createElement(“iframe”)
iframe.classList = “tw-aspect-video tw-w-full tw-mb-10”
try {
iframe.src = getYoutubeSrc_(youtube_link)
document.getElementById(“youtube-link”).appendChild(iframe)
} catch (err) {
console.log(err)
}
}
const initializeProductDescription_ = () => {
try {
getImages_()
} catch (error) {
console.log(error)
}
try {
createVideoDOM_()
} catch (error) {
console.log(error)
}
}
initializeProductDescription_()
// const externalURL =
// “https://ota-shawn.github.io/Products/Titan/Titan%20Ergo%209606P%20(Synthetic%20Leather).html”
const externalURL2 =
“https://ota-shawn.github.io/Products/Others/AM10027%20Back%20Massage%20Pad.html”
–>
// $(“#externalURL”).load(externalURL, () => {
// $(“#externalURL”).contents().unwrap()
// })
$(“#externalURL2”).load(externalURL2, () => {
$(“#externalURL2”).contents().unwrap()
})

Reviews
Clear filtersThere are no reviews yet.