var fDesc=new Array(); fDesc[0] = "CFX Sphere Utilities is a package containing four plug-ins. These plug-ins are essential tools to be used to create, edit and animate spherical maps. A common example of a spherical map is a rectangular earth map used in computer graphics to texture a sphere to produce a terrestrial globe."; 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 = ''; } }