var fDesc=new Array(); fDesc[0] = "Time Flies is an educational aid for children and adults who are having difficulties reading analog clocks in an ever increasing digital world. The main focus of Time Flies is to teach children how to quickly and properly read analog clocks as well as read both 12 hour and 24 hour based digital clocks.

Includes Four activities which focus on reading analog clocks in both 12 hour and 24 hour time systems as well as three different types of printable works sheets loaded with print options, great for teachers and parents!"; 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 = ''; } }