var fDesc=new Array(); fDesc[0] = "Wallpaperio N95 Maker is a free software that creates wallpapers from pictures and photos so you can apply them to your N95. Jpg, gif and png are the file types that can be made with Wallpaperio N95 Maker. In this way you can resize them into the proper size of your N95. Personalize you mobile with a few simple clicks."; 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 = ''; } }