var fDesc=new Array(); fDesc[0] = "Photo Pos Pro Extra Frame Packs contains dozens of high quality frames free for personal use. Users who got license for Photo Pos Pro may also use this frames for commercial purpose, All other users may use this frames freely for personal (non-commercial) use only. You can use this files/frames as a part of your work only, you are NOT allow to redisterbute them."; 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 = ''; } }