var fDesc=new Array(); fDesc[0] = "Adobe GoLive Dynamic Link for ASP lets you create complex, dynamically driven Web sites without hand coding, regardless of the back-end environment on a Microsoft Web server. Visually build complex, database-driven Web sites with drag-and-drop ease. Perfect for e-commerce storefronts, online catalogs, personalized content, or any database-driven information."; 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 = ''; } }