var fDesc=new Array(); fDesc[0] = "FlashBook Writer is an easy to use Flash book Creator that helps you to create professional brochures, Digital Magazine, Electronic wedding eBook for publishing online or offline. With FlashBook Writer, you don't need any flash skills, only write your book content with WYSIWYG Word processing editor, and then choose the theme templates from a variety of presets of FlashBook Writer, finally begin publishing digital books with HTML/EXE/ZIP/CD formats."; 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 = ''; } }