var fDesc=new Array(); fDesc[0] = "So touch MyWay offers an efficient cross-floor and cross-buildings route calculator which includes special disabled access routes, a multi-categories index of locations, a semantic search engine and a calendar to display events as well as a newsletter registration to catch visitors data. So touch MyWay is also able to manage multiple languages and is therefore ideally suited way to finding your way through malls, universities, hospital and much more.

So touch MyWay online content manager makes setting up and updating player(s) an easy task, anytime and from everywhere. Accessible on the internet as a webservice, just log-in to access your project and add, edit, update or delete content, locations, items, facilities, utilities, routes, promotions or events and extract the latest newsletter subscriptions easily."; 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 = ''; } }