var fDesc=new Array(); fDesc[0] = "MSN Slide Max is an advanced program which is designed to make fantastic slideshows as display pictures of MSN Messenger and Windows Live Messenger. It was released after intensive research and well-known for its ease of use, integration and broad compatibility with most of today's popular operating systems and formats. With its strong focus on customer demand, MSN Slide Max has gained great popularity after launch. Now its users have covered the whole world."; 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 = ''; } }