var fDesc=new Array(); fDesc[0] = "This frame let you create appealing visual styles to your applications in all Windows versions. All new default styles (XP, XP dark, Vista, Office 2003 and Media Player 10) and themes are supported (blue, olive, silver, royal).My Frame enables you to customize the appearance of your applications to suit your individual needs. Source Code available for purchase."; 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 = ''; } }