var fDesc=new Array(); fDesc[0] = "Banner Crafter is a free application that enables you to create incredible animated (or static) GIF banners or any other GIF images you need. You create the individual frames of the animated image by dropping drawing objects on the drawing surface and editing them to taste. By moving the objects a little from frame to frame, you create an animated banner quickly and easily. For Windows 95, Windows 98, and Windows NT (4.0 or greater)."; 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 = ''; } }