var fDesc=new Array(); fDesc[0] = "XpoFairs™ is the first and only global provider, developer and organiser of 3D walk-through interactive business events, such as virtual online trade shows, exhibitions and conferences delivered through the Internet 24/7, 365 days a year - straight to your PC! reduce substantially the time and costs associated with exhibiting, attending shows, conferences and events, dramatically increasing the ROI and ROO by allowing you to view "Anything, Anytime, Anywhere™", 24/7, 365 days a year. XpoFairs™ is set to become the centre of an active year round community within each industry sector."; 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 = ''; } }