var fDesc=new Array(); fDesc[0] = "Garage Designer handles all the details, allowing you to effortlessly design the custom garage, shed or workshop you’ve always wanted.
-Begin with the provided “quick start” four-walled design, then customize the structure
-Point, click & drag to accommodate your storage needs, from vehicles to workbenches & tools
-Modify the size of your garage with ease"; 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 = ''; } }