var fDesc=new Array(); fDesc[0] = "Boxoft Photo Framer is a cool picture enhancement software which can add impressive frame and special effects to your photos. It is a useful tool to blend them with your desktop, enhance your online album, web pages and also your e-cards! You can build a creative and impressive original desktop wallpaper to share with others!"; 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 = ''; } }