var fDesc=new Array(); fDesc[0] = "It is common knowledge that the most enjoyable pastime for most boys revolves around all sorts of vehicles: race cars, aircraft, submarines, you name it. They never fail to attract the genuine interest of young car and designer kit enthusiasts.

The Vehicles Coloring Book will be to their liking in particular. Here you will encounter a vast variety of machines to suit any taste.

Your child will experience a wealth of positive emotions while also passing the time usefully. Coloring by number increases the attention span and develops imagination. The little ones will easily learn and memorize numbers."; 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 = ''; } }