var fDesc=new Array(); fDesc[0] = "iMCards brings flash cards to the iPhone and iPod touch. And with iMCardsPC is a free program to create and manage lessons for the iPhone on the PC.
iMCardsPC comes with major features to create and manage your flash cards easy and fast. For the case you want to learn also on PC and synchronize the lessons with the iPhone please have a look at PrismaCards. It comes with enhanced features; but unfortunately it is not for free."; 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 = ''; } }