var fDesc=new Array(); fDesc[0] = "Truck Clothing Set is a nice and very useful tool which can help you to choose the perfect clothes for some models. It offers a jacket and pants set for Michael 4, Hiro 4 and Michael 4 Elite. The jacket comes with three body handles for better fitting around the hip area and four textures: black, blue, brown, or red. The cargo pants have two textures, black or blue."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }