	function SMenu_TextMOver(intItemId)
	{
		if(intItemId == 1)
		{
			SMenuBullet1.src="images/bullet2_arrow.gif";
			SMenu_Text1.style.color = "white";
		}

		if(intItemId == 2)
		{
			SMenuBullet2.src="images/bullet2_arrow.gif";
			SMenu_Text2.style.color = "white";
		}

		if(intItemId == 3)
		{
			SMenuBullet3.src="images/bullet2_arrow.gif";
			SMenu_Text3.style.color = "white";
		}

		if(intItemId == 4)
		{
			SMenuBullet4.src="images/bullet2_arrow.gif";
			SMenu_Text4.style.color = "white";
		}

		if(intItemId == 5)
		{
			SMenuBullet5.src="images/bullet2_arrow.gif";
			SMenu_Text5.style.color = "white";
		}

		if(intItemId == 6)
		{
			SMenuBullet6.src="images/bullet2_arrow.gif";
			SMenu_Text6.style.color = "white";
		}

		if(intItemId == 7)
		{
			SMenuBullet7.src="images/bullet2_arrow.gif";
			SMenu_Text7.style.color = "white";
		}

		if(intItemId == 8)
		{
			SMenuBullet8.src="images/bullet2_arrow.gif";
			SMenu_Text8.style.color = "white";
		}

		if(intItemId == 9)
		{
			SMenuBullet9.src="images/bullet2_arrow.gif";
			SMenu_Text9.style.color = "white";
		}

		if(intItemId == 10)
		{
			SMenuBullet10.src="images/bullet2_arrow.gif";
			SMenu_Text10.style.color = "white";
		}
	}

	function SMenu_TextMExit(intItemId)
	{
		if(intItemId == 1)
		{
			SMenuBullet1.src="images/bullet2.gif";
			SMenu_Text1.style.color = "Gainsboro";
		}

		if(intItemId == 2)
		{
			SMenuBullet2.src="images/bullet2.gif";
			SMenu_Text2.style.color = "Gainsboro";
		}

		if(intItemId == 3)
		{
			SMenuBullet3.src="images/bullet2.gif";
			SMenu_Text3.style.color = "Gainsboro";
		}

		if(intItemId == 4)
		{
			SMenuBullet4.src="images/bullet2.gif";
			SMenu_Text4.style.color = "Gainsboro";
		}

		if(intItemId == 5)
		{
			SMenuBullet5.src="images/bullet2.gif";
			SMenu_Text5.style.color = "Gainsboro";
		}

		if(intItemId == 6)
		{
			SMenuBullet6.src="images/bullet2.gif";
			SMenu_Text6.style.color = "Gainsboro";
		}

		if(intItemId == 7)
		{
			SMenuBullet7.src="images/bullet2.gif";
			SMenu_Text7.style.color = "Gainsboro";
		}

		if(intItemId == 8)
		{
			SMenuBullet87.src="images/bullet2.gif";
			SMenu_Text8.style.color = "Gainsboro";
		}

		if(intItemId == 9)
		{
			SMenuBullet9.src="images/bullet2.gif";
			SMenu_Text9.style.color = "Gainsboro";
		}

		if(intItemId == 10)
		{
			SMenuBullet10.src="images/bullet2.gif";
			SMenu_Text10.style.color = "Gainsboro";
		}
	}	
