var fDesc=new Array(); fDesc[0] = "You want your website to grab attention. To be flashy. To move. Getting people to notice your webpages is the first step toward success on the ’Net. With cool animated images built in Animation Studio, you can have custom images that tell your story—in motion. Just load up your frames, fine-tune the speed, and put ’em on the web. Now your page is truly moving."; 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 = ''; } }