var fDesc=new Array(); fDesc[0] = "NetObjects Fusion XII continues to lead the pack in bringing the world of website design to the hands of everyone. With so many new features it’s no wonder NetObjects Fusion is still the smart way to build websites...plain and simple. NetObjects Cloud Burst technology is NetObjects Fusion XII’s on-line system for delivering new SiteStyles, Web site templates, photos, images and tutorials directly to the OnlineView. One click will install these assets for immediate use."; 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 = ''; } }