var fDesc=new Array(); fDesc[0] = "Spider Writer is a feature-packed text-based and WYSIWYG HTML editor, FTP client, image mapper, and style editor suite. The Spider Writer HTML Editor features an easy-to-learn user interface, text-based and WYSIWYG HTML editing, split/full-screen browser preview, document weight, link verification, context-sensitive tag help, integrated attribute editor, thumbnail image viewer, color picker, spell checker, syntax checker, multi-line find/replace, special characters, open from the web, drag and drop, syntax highlighting, tasks, code snippets, script outline, HTML reference, CSS reference, and much more. Spider Writer has complete project support and allows for quick publishing to local directories or remote sites. It also includes over 15 time-saving wizards which do everything from creating custom tables to inserting complex JavaScripts. The FTP Client is used to maintain remote web sites. The Image Mapper creates and edits client-side image maps. The Style Editor creates and edits style she"; 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 = ''; } }