// JavaScript Document
function Breeds()

{
	var node=document.getElementById('breeds');	
	node.style.color="#B2711F";
	node.style.textDecoration="underline";
	node.href="comparison.htm";
	
}
function BreedsOut()
{
	var node=document.getElementById('breeds');	
	node.style.color="#663300";
	node.style.textDecoration="none";
	
}
function Percentages()

{
	var node=document.getElementById('percentage');	
	node.style.color="#B2711F";
	node.style.textDecoration="underline";
	node.href="comparison2.htm";
	
}
function PercentagesOut()
{
var node=document.getElementById('percentage');	
	node.style.color="#663300";
	node.style.textDecoration="none";
	
}
function Weight()

{
	var node=document.getElementById('weight');	
	node.style.color="#B2711F";
	node.style.textDecoration="underline";
	node.href="comparison2.htm";
	
}
function WeightOut()
{
var node=document.getElementById('weight');	
	node.style.color="#663300";
	node.style.textDecoration="none";
	
}
function Sale()

{
	var node=document.getElementById('sale');	
	node.style.color="#B2711F";
	node.style.textDecoration="underline";
	node.href="comparison3.htm";
	
}
function SaleOut()
{
var node=document.getElementById('sale');	
	node.style.color="#663300";
	node.style.textDecoration="none";
	
}
function Facts()

{
	var node=document.getElementById('facts');	
	node.style.color="#B2711F";
	node.style.textDecoration="underline";
	node.href="comparison4.htm";
	
}
function FactsOut()
{
var node=document.getElementById('facts');	
	node.style.color="#663300";
	node.style.textDecoration="none";
	
}
function Lowline()
{
	
	var node=document.getElementById('lowline');	
	node.style.color="#B2711F";
	node.style.textDecoration="underline";
	node.href="http://www.usa-lowline.org/";
}
function LowlineOut()
{
	var node=document.getElementById('lowline');	
	node.style.color="black";
	node.style.textDecoration="none";
}

function SaleLink()

{
	var node=document.getElementById('Sale');	
	node.style.color="black";
	node.style.textDecoration="underline";
	node.href="sale.htm";
	
}

function SaleLinkOut()
{
	var node=document.getElementById('Sale');	
	node.style.color="black";
	node.style.textDecoration="none";
		
}
function WhyLink()

{
	var node=document.getElementById('why');	
	node.style.color="black";
	node.style.textDecoration="underline";
	node.href="faq.htm";
	
}

function WhyLinkOut()
{
	var node=document.getElementById('why');	
	node.style.color="black";
	node.style.textDecoration="none";
		
}
