var fDesc=new Array(); fDesc[0] = "This image editing software consists of unique Photoshop compatible plug-ins. The plug-ins provides you with an interactive environment to make real three-dimensional page wrapping effect. All parameters can be adjusted in the compact user interface with real result visualized instantly in the proxy display. You can select color and transparency for different sides of the page and map up to four images on them. By drawing special masks, astonishing three-dimensional effect, like genome double twist, can be made. The software comes with various picture and animation examples."; 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 = ''; } }