var fDesc=new Array(); fDesc[0] = "TTPod Skin Editor software helps you create TTpod skins. You just have to drag elements with left mouse button to move, double click them to edit in image editor and right click to switch z-order. Both portrait and landscape modes editable. The software can also import bitmaps from mbm file and export bitmaps to mbm files."; 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 = ''; } }