var fDesc=new Array(); fDesc[0] = "Math ActivityMaker: Fractions is a flexible, all-in-one worksheet maker to create instant practice worksheets for fractions skills. Easily and quickly make different leveled worksheets for Greatest Common Factor, Least Common Multiple, Adding, Subtracting, Multiplying, and Dividing Fractions, Reducing Fractions, Greater Than/ Less Than, Value-Matching, Fraction Strips, and Fraction Fill-Ins. Lots of options include whole numbers, improper fractions, and more! Adjustable levels make this program a must for teachers at every level, elementary through high school. Customize your worksheet with clipart, color, and font controls, or, with the click of the "QuickWord" button, open the worksheet instantly in your favorite word processor! Math ActivityMaker: Fractions is another invaluable teaching tool in the incredible Math ActivityMaker series from Gepeto Software.
An unlimited resource for activities right at your fingertips!"; 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 = ''; } }