var fDesc=new Array(); fDesc[0] = "IMANDIX Cover is software that automatically converts your cover bitmap into a 3D preview of what it would look like in a real case. You simply load your cover bitmap file and the software generates a 3D illustration of it. You can use these illustrations at your web site or prints or just to see how the cover case looks like with your own cover bitmap."; 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 = ''; } }