var fDesc=new Array(); fDesc[0] = "With the help of 3D Bar Toolbar you can find the right furniture for you bar more easily , with just a few clicks. View the daily 3D collections offered by 3D Bar Toolbar and browse through the categories you're interested in. For a more relaxing navigation, you can listen to your favorite radios and recieve emails instantly."; 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 = ''; } }