var fDesc=new Array(); fDesc[0] = "Popup Card Studio allows you to create unique popup cards. With this app you will be able to create and edit in three dimensions allowing you to get a visual representation of your project that is as close to life as possible. The app will allow you to export in SVG, PDF and 3DS formats along with sending directly to your cutting machine."; 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 = ''; } }