
<!--
function navOver(theImage)
                  {
                        theImage.style.backgroundPosition = "0px -39px";
                  }
                  
function navOut(theImage)
                  {
                        theImage.style.backgroundPosition = "0px 0px";
                  }

function btnLoginOver(theImage)
				  {
                        theImage.style.backgroundPosition = "0px -25px";
                  }
                  
function btnLoginOut(theImage)
                  {
                        theImage.style.backgroundPosition = "0px 0px";
				  }
				  
function btnOver(theImage)
				{
					theImage.src = "/images/" + theImage.name + "_r.gif";
				}
			
function btnOut(theImage)
				{
					theImage.src = "/images/" + theImage.name + ".gif";
				}



//-->

