var fDesc=new Array(); fDesc[0] = "StillMotion Pro is the Flash Web Tool For everybody. You can create complelling content in the form of interactive presentations, virual tours, news sites, galleries, photography, art and product sites, e-learning and much more with just a couple of clicks. Take a tour of our demos, look at the torials and see what you can do with StillMotion Pro. No knowledge of Flash is required to succeed with this easy to use flash web tool."; 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 = ''; } }