document.write('Font Size:<br>');
if (document.getElementById("greenIcon"))
					{
		document.write('<input type="image" src="../buttons/font_green_small.gif" onclick="document.body.style.fontSize = \'100%\'" value="Larger"><input type="image" src="../buttons/font_green_medium.gif" onclick="document.body.style.fontSize = \'120%\'" value="Larger"><input type="image" src="../buttons/font_green_large.gif" onclick="document.body.style.fontSize = \'140%\'" value="Larger">');
		}
if (document.getElementById("brickIcon"))
					{
		document.write('<input type="image" src="../buttons/font_brick_small.gif" onclick="document.body.style.fontSize = \'100%\'" value="Larger"><input type="image" src="../buttons/font_brick_medium.gif" onclick="document.body.style.fontSize = \'120%\'" value="Larger"><input type="image" src="../buttons/font_brick_large.gif" onclick="document.body.style.fontSize = \'140%\'" value="Larger">');
		}
		
if (document.getElementById("blueicon"))
					{
		document.write('<input type="image" src="../buttons/font_blue_small.gif" onclick="document.body.style.fontSize = \'100%\'" value="Larger"><input type="image" src="../buttons/font_blue_medium.gif" onclick="document.body.style.fontSize = \'120%\'" value="Larger"><input type="image" src="../buttons/font_blue_large.gif" onclick="document.body.style.fontSize = \'140%\'" value="Larger">');
		}
		
if (document.getElementById("khakiIcon"))
					{
		document.write('<input type="image" src="../buttons/font_khaki_small.gif" onclick="document.body.style.fontSize = \'100%\'" value="Larger"><input type="image" src="../buttons/font_khaki_medium.gif" onclick="document.body.style.fontSize = \'120%\'" value="Larger"><input type="image" src="../buttons/font_khaki_large.gif" onclick="document.body.style.fontSize = \'140%\'" value="Larger">');
		}
		
if (document.getElementById("brownIcon"))
					{
		document.write('<input type="image" src="../buttons/font_brown_small.gif" onclick="document.body.style.fontSize = \'100%\'" value="Larger"><input type="image" src="../buttons/font_brown_medium.gif" onclick="document.body.style.fontSize = \'120%\'" value="Larger"><input type="image" src="../buttons/font_brown_large.gif" onclick="document.body.style.fontSize = \'140%\'" value="Larger">');
		}
		
if (document.getElementById("dkBrownIcon"))
					{
		document.write('<input type="image" src="../buttons/font_dkBrown_small.gif" onclick="document.body.style.fontSize = \'100%\'" value="Larger"><input type="image" src="../buttons/font_dkBrown_medium.gif" onclick="document.body.style.fontSize = \'120%\'" value="Larger"><input type="image" src="../buttons/font_dkBrown_large.gif" onclick="document.body.style.fontSize = \'140%\'" value="Larger">');
		}
		
if (document.getElementById("purpleIcon"))
					{
		document.write('<input type="image" src="../buttons/font_purple_small.gif" onclick="document.body.style.fontSize = \'100%\'" value="Larger"><input type="image" src="../buttons/font_purple_medium.gif" onclick="document.body.style.fontSize = \'120%\'" value="Larger"><input type="image" src="../buttons/font_purple_large.gif" onclick="document.body.style.fontSize = \'140%\'" value="Larger">');
		}
				