var fDesc=new Array(); fDesc[0] = "FoxArc Music Desk is an application that lets you create your personal music & photo album with attractive 3D windows interface. with Foxarc Music Desk, you can gather all your favorite music into a digital album easily. You will feel like using real tools to manage and play music. you can also add pictures and texts into your music album."; 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 = ''; } }