var fDesc=new Array(); fDesc[0] = "Html5 animation is easy with KoolShow multimedia authoring software. It is ideal for creating web pages with rich interactive content, navigation buttons, and slide shows. Combining ease-of-use with a wealth of powerful animation effects, KoolShow makes it easy and inexpensive to create professional quality animations for web sites. It lets you combine and manipulate text, images, vector shapes, sounds, and video to create web pages using Html5 canvas. It has advanced morphing capability with a full range of professional-looking effects plus vector drawing tools -- all for a very low cost.

KoolShow provides an easy to use interface for creating Html5 (non-Flash) animations with text, images, vector graphics, audio, video, slideshows, and jQuery Widgets.

No knowledge of Html5 is required to create your animations."; 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 = ''; } }