var fDesc=new Array(); fDesc[0] = "TourMaster adopts a smart-design approach in tour authoring. Sophisticated tours are produced with minimal efforts, yet a tour can be customized to heart's delight. In its simplest a tour is done with two major button clicks. Load vista images and Publish, with all setups from stored custom configuration. A custom tour is made in minutes."; 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 = ''; } }