var fDesc=new Array(); fDesc[0] = "Mathematics is a difficult but interesting topic among all subjects. Some children get scared of mathematics because they aren’t able to solve problems easily. Math Homework Maker is free software which can solve all your homework. With this software you can easily solve the problems based on speed, distance and time. It converts improper fraction into simple fraction and simple fraction into improper fraction. It is helpful in solving percentage problems. Areas and perimeters of quadrilaterals including square, trapezium, rectangle and parallelogram can be solved easily. You can also solve quadratic equations, arithmetic and geometric progressions, laws of sines and cosines. It is helpful in solving problems of statistics, like the problems of mean and standard deviation. The software also includes basic calculator to solve simple problems. Math Homework Maker software has friendly user interface. It solves all homework problems. Math Homework Maker is also very useful for parents to solve problems as well as for checking their kid’s homework. Every student from elementary school level to college level should have this software."; 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 = ''; } }