var fDesc=new Array(); fDesc[0] = "iPod Tag Express is a product that specializes in directly modifying the music tags on an iPod, iTouch, or iPhone. Built using a wealth of editing features, this product will save you time and will enable you to manage your music collection on your Apple device in ways you never thought possible. If you're looking for a great alternative to iTunes, check out this product."; 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 = ''; } }