var fDesc=new Array(); fDesc[0] = "With the IVB Smartinfo gadget, get schedules in real time on your cell phone, your PC or MAC. You are always up to date on departure times. With the IVB Smartinfo, you can find out the departure time of your bus or tram quickly and easily. Just enter the name of the bus stop and the line, and you see the departure times in real time in both directions.

The routes of individual IVB lines are prepared in such a way that you can see both the line network and the bus stops of IVB"; 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 = ''; } }