
<!--
function navOver(theImage)
                  {
                        theImage.style.backgroundPosition = "0px -23px";
                  }
                  
function navOut(theImage)
                  {
                        theImage.style.backgroundPosition = "0px 0px";
                  }

function btnQuoteOver(theImage)
				  {
                        theImage.style.backgroundPosition = "0px -77px";
                  }
                  
function btnQuoteOut(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";
				}



//-->
