var fDesc=new Array(); fDesc[0] = "Web Site Editor (WSE) is a software which enables users to build professional-looking websites without experience in html or web design. In a few minutes WSE can create ready-to-publish personal or company websites.

COMPLETE SUITE: WSE is a part of the Smart Biz Books (SBB) Software Suite for online business with Microsoft Windows. SBB will have all you need to successfully build, run and grow your online business from your Microsoft Windows computer."; 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 = ''; } }