var fDesc=new Array(); fDesc[0] = "3DVista SHOW 3 is the most complete software for creating professional virtual tours for the Internet, CD-Rom and/or Presentations. SHOW 3 offers you the widest range of features available in the market, presented in an easy and visual way. This is the right tool for both newbies and techies alike. No more aditional fees or per tour fees... just buy the software and create as many tours as you need for as long as you wish ."; 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 = ''; } }