
	var G = "Goal ";
      	GOALS = new Array(26)
		GOALS[0]  = " ";
      		GOALS[1]  = " A. Solve problems involving 1 MORE/LESS or 10 MORE/LESS using 2-digit numbers \r B. Identify alternative forms of expressing 3-digit whole numbers using expanded notation \r C. Identify alternative forms of expressing 2-digit whole numbers using regrouping \r D. Use place value concepts to identify and compare the magnitude and value of digits in \r    2- and 3-digit numbers";
      		GOALS[2]  = " A. Relate pictorial representations of base ten blocks to whole numbers and vice versa \r B. Identify fractional parts of regions and sets using pictures and vice versa \r C. Label and/or shade fractional parts of regions and sets";
 		GOALS[3]  = " NOT TESTED";
 		GOALS[4]  = " A. Order 2- and 3-digit whole numbers \r B. Describe magnitude of 2- and 3-digit whole numbers \r C. Round 2-digit whole numbers in context \r D. Identify points representing 2- and 3-digit whole numbers on a number line and vice versa";
 		GOALS[5]  = " A. Relate multiplication and division facts to rectangular arrays and pictures \r B. Identify the appropriate operation or number sentence to solve a story problem \r C. Write story problems from addition and subtraction number sentences;"
 		GOALS[6]  = " A. Add and subtract facts to 18 \r B. Multiply and divide by 2, 5 and 10";
 		GOALS[7]  = " A. Add and subtract 1- and 2-digit whole numbers without regrouping \r B. Add 1- and 2-digit whole numbers with regrouping";
 		GOALS[8]  = " NOT TESTED";
 		GOALS[9]  = " A. Solve simple story problems involving addition (with/without regrouping) or subtraction \r    (without regrouping) \r B. Solve simple story problems involving addition(with/without regrouping) or subtraction \r    (without regrouping) with extraneous information";
 		GOALS[10] = " A. Identify the best expression to find an estimate";
 		GOALS[11] = " A. Identify a reasonable estimate to a problem";
 		GOALS[12] = " NOT TESTED";
 		GOALS[13] = " NOT TESTED";
 		GOALS[14] = " A. Tell time to the nearest hour, half-hour and quarter hour using analog and digital clocks \r B. Solve problems involving time, elapsed time (15 minute increments) and calendars";
 		GOALS[15] = " A. Estimate lengths and areas by comparing";
 		GOALS[16] = " A. Measure lengths to the nearest inch or centimeter \r B. Draw lengths to the nearest inch or centimeter \r C. Identify appropriate customary or metric units of measure for a given situation \r    (inches, feet, centimeter and meter)";
 		GOALS[17] = " A. Identify and recognize 2-dimensional geometric shapes and figures, including number of angles \r    and sides of polygons \r B. Draw 2 dimensional geometric shapes and figures.";
 		GOALS[18] = " NOT TESTED";
 		GOALS[19] = " A. Identify correct information from tables, graphs and charts \r B. Create bar graphs and pictographs from data in tables and charts";
 		GOALS[20] = " NOT TESTED";
 		GOALS[21] = " A. Solve problems involving elementary notions of probability";
 		GOALS[22] = " A. Extend or complete patterns or identify rules using numbers or attributes \r B. Extend or complete patterns and state rules using numbers or attributes";
 		GOALS[23] = " NOT TESTED";
 		GOALS[24] = " A. Identify objects that are the same or different by one attribute \r B. Sort objects into 2 groups by a common attribute";
 		GOALS[25] = " A. Solve extended numerical and statistical problems";
		GOALS[26] = " This option will take you to the arithmetic menu. There are other practice programs and games on that menu.";
	STRANDS = new Array (" ","1. Place Value","2. Pictorial Representation of Numbers","3. Equivalent Fractions, Decimals and Percents","4. Order, Magnitude and Rounding of Numbers","5. Models for Operations","6. Basic Facts","7. Computation with Whole Numbers and Decimals","8. Computation with Fractions","9. Solve Word Problems","10. Numerical Estimation Strategies","11. Estimating Solutions to Problems","12. Ratios and Proportions","13. Computation with Percents","14. Time","15. Approximating Measures","16. Customary and Metric Measures","17. Geometric Shapes and Properties","18. Spatial Relationships","19. Tables, Graphs and Charts","20. Statistics and Data Analysis","21. Probability","22. Patterns","23. Algebraic Concepts","24. Classification and Logical Reasoning","25. Mathematical Applications"," ");

	function On(Link)
	{
		Link.style.color = "red";
		Link.style.textDecoration = "underline"
	}

	function Off(Link)
	{
		Link.style.color = "blue";
		Link.style.textDecoration = "none"
	}

	function Clear_Menu()
	{
		document.all.menu1.style.display = 'none';
		document.all.menu2.style.display = 'none';
		document.all.menu3.style.display = 'none';
		document.all.menu4.style.display = 'none';
		document.all.menu5.style.display = 'none';
		document.all.menu6.style.display = 'none';
		document.all.menu7.style.display = 'none';
		document.all.menu8.style.display = 'none';
		document.all.menu9.style.display = 'none';
		document.all.menu10.style.display = 'none';
		document.all.menu11.style.display = 'none';
		document.all.menu12.style.display = 'none';
		document.all.menu13.style.display = 'none';
		document.all.menu14.style.display = 'none';
		document.all.menu15.style.display = 'none';
		document.all.menu16.style.display = 'none';
		document.all.menu17.style.display = 'none';
		document.all.menu18.style.display = 'none';
		document.all.menu19.style.display = 'none';
		document.all.menu20.style.display = 'none';
		document.all.menu21.style.display = 'none';
		document.all.menu22.style.display = 'none';
		document.all.menu23.style.display = 'none';
		document.all.menu24.style.display = 'none';
		document.all.menu25.style.display = 'none';
	}


