var title,descr; function show(title,gender) { if (gender=='Male') { document.getElementById('img').src='/measure/men/'+title+'m.jpg'; } if (gender=='Female') { document.getElementById('img').src='/measure/women/'+title+'.jpg'; } document.getElementById('info').style.display="none"; document.getElementById('measures').style.display="block"; //alert(document.getElementById('img').src); if (title=='t1') { document.getElementById('descr').innerHTML='
1: Measure around the wrist
'; } if (title=='t2') { document.getElementById('descr').innerHTML='2: Measure around the elbow (bend the arm at 90 degrees)
'; } if (title=='t3') { document.getElementById('descr').innerHTML='3: Measure around the armpit (keep the arm stretched right out and measure long in)
'; } if (title=='t4') { document.getElementById('descr').innerHTML='4: Measure from the shoulder (where shoulder bone ends) to the elbow's outermost part (bend the arm at 90 degrees)
'; } if (title=='t5') { document.getElementById('descr').innerHTML='5: Measure from the shoulder (where shoulder bone ends) over the elbow's outermost part to the wrist (the middle of wrist's upside)
'; } if (title=='t6') { document.getElementById('descr').innerHTML='6: Measure arount the biceps
'; } if (title=='t7') { document.getElementById('descr').innerHTML='7: Measure around the neck (crew neck)
'; } if (title=='t8') { document.getElementById('descr').innerHTML='8: Measure from the left shoulder bone (outermost part) to the right shoulder bone (outermost part) over the front side of the body
'; } if (title=='t8x') { document.getElementById('descr').innerHTML='8x: Measure from the left shoulder bone (outermost part) to the right shoulder bone (outermost part) over the back side of the body
'; } if (title=='t9') { document.getElementById('descr').innerHTML='9: Measure from the shoulder bone (outermost part) to the neck root (right under the ear)
'; } if (title=='t10') { document.getElementById('descr').innerHTML='10: Measure from the shoulder bone (outermost part) to the throat (neckpit)
'; } if (title=='t11') { document.getElementById('descr').innerHTML='11: Measure around the chest far up to the armpit
'; } if (title=='t12') { document.getElementById('descr').innerHTML='12: Measure around the chest placing the measuring tape under the armpits
'; } if (title=='t13') { document.getElementById('descr').innerHTML='13: Measure from the neckpit to the waist, (measure the waist at the smallest part or some cm under the navel) Tip: mark the waist level with a band in order to get the same measure each time
'; } if (title=='t14') { document.getElementById('descr').innerHTML='14: Measure from the neck root (right under the ear) to the waist, straight down over the chest
'; } if (title=='t15') { document.getElementById('descr').innerHTML='15: Measure around the waist
'; } if (title=='t16') { document.getElementById('descr').innerHTML='16: Measure around the hips at the most broad part
'; } if (title=='t17') { document.getElementById('descr').innerHTML='17: Measure around the thigh at the most broad part of it
'; } if (title=='t18') { document.getElementById('descr').innerHTML='18: Measure around the calf at the most broad part of it
'; } if (title=='t19') { document.getElementById('descr').innerHTML='19: Measure around the ankle joint
'; } if (title=='t20') { document.getElementById('descr').innerHTML='20: Measure from the waist to the middle of the knee (outside of the body)
'; } if (title=='t21') { document.getElementById('descr').innerHTML='21: Measure from the waist to the floor (outside of the body)
'; } if (title=='t22') { document.getElementById('descr').innerHTML='22: Measure from the middle of the knee to the floor (stand upright)
'; } if (title=='t23') { document.getElementById('descr').innerHTML='23: Measure from the crutch to the floor along the inside of the leg (stand upright)
'; } if (title=='t24') { document.getElementById('descr').innerHTML='24: Measure around the leg over the hollow of the knee (bend the leg at 90 degrees)
'; } if (title=='t25') { document.getElementById('descr').innerHTML='25: Measure around the leg under the hollow of the knee (bend the leg at 90 degrees)
'; } if (title=='t26') { document.getElementById('descr').innerHTML='26: Measure from the waist under the crutch to the waist at the backside
'; } if (title=='t27') { document.getElementById('descr').innerHTML='27: Measure from the neckpit down under the crutch to the neck at the backside ( the 7:th vertebrae)
'; } if (title=='t28') { document.getElementById('descr').innerHTML='28: Measure from the neck root (right under the ear) to the lower back in line with your waist
'; } if (title=='t29') { document.getElementById('descr').innerHTML='29: Measure from the shoulder bone to the middle of lower back in line with your waist
'; } if (title=='t30') { document.getElementById('descr').innerHTML='30: Measure from the left armpit to the right armpit around the back
'; } if (title=='t31') { document.getElementById('descr').innerHTML='31: Measure around the skydiving shoes
'; } if (title=='t32') { document.getElementById('descr').innerHTML='32 Measure for the girls: from the neck root (right under the ear) to the nipple
'; } if (title=='t33') { document.getElementById('descr').innerHTML='33 Measure for the girls: from the left armpit to the right armpit over the breast
'; } if (title=='measureK') { document.getElementById('descr').innerHTML='Measurement for the cameraman: measure from the neckpit over the chest to the hip ring of your rig (or where the leg straps are connected to the main strap of your rig)
'; } if (title=='height') { document.getElementById('descr').innerHTML='Height
'; } if (title=='weight') { document.getElementById('descr').innerHTML='Weight
'; } }