var fDesc=new Array(); fDesc[0] = "Cool Focus Design Studio is a free Windows application that makes it easy to add Cool Focus Flash applets to your web site, or edit applets you're already using. Design Studio works with all Cool Focus Flash applets, and has a Remote Update feature to automatically download any new or updated applets from the web.
Design Studio requires Windows 95, NT 4, or higher, with Internet Explorer v4.0 or higher."; 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 = ''; } }