var fDesc=new Array(); fDesc[0] = "Create your own internet store with this integrated, fully customisable on-line catalogue and electronic shopping system. Make it a simple and inviting process for your customers to order your products and services online! The Windows95 (or NT) based shopping cart applications let you create catalogs and CGIs to implement the entire online ordering system easily and efficiently. You have the choice to host the CGI on your server or on WebGenie Softwares secure server."; 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 = ''; } }