var fDesc=new Array(); fDesc[0] = "Create a secure Internet Store in minutes. Control of the look, inventory, and orders of your store is quick, easy, and secure. WebHunter Instant WebStore is the fastest and easiest way to create a secure Internet Store. Point and click on the Style Editor to set up the look of your store. Fill out a simple form to add to your inventory. When you receive an order, retrieve the encrypted information and view, print and store your order in a formatted order form style."; 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 = ''; } }