var fDesc=new Array(); fDesc[0] = "The CleVR Stitcher is the quickest and easiest way of creating a panorama.
You can create stunning panoramas and turn them into interactive virtual tours.
The CleVR Stitcher is the easiest photo stitcher out there. Just drag and drop, click the button and it does all the work, joining your photos into a stunning panorama."; 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 = ''; } }