var controlNavhome;
var controlNavproduct;
var controlNavcontact;
var controlNavnewsletter;
var controlNavlink;


		function homebackground ()
			{
	controlNavhome = document.getElementById("nhome").firstChild;
	controlNavproduct = document.getElementById("nproduct").firstChild;
	controlNavcontact = document.getElementById("ncontact").firstChild;
	controlNavnewsletter = document.getElementById("nnewsletter").firstChild;
	controlNavlink = document.getElementById("nlinks").firstChild;
			controlNavhome.style.backgroundColor="#fff";
			return true; }
		
		function productbackground ()
			{
	controlNavhome = document.getElementById("nhome").firstChild;
	controlNavproduct = document.getElementById("nproduct").firstChild;
	controlNavcontact = document.getElementById("ncontact").firstChild;
	controlNavnewsletter = document.getElementById("nnewsletter").firstChild;
	controlNavlink = document.getElementById("nlinks").firstChild;
			controlNavproduct.style.backgroundColor="#fff";
			
			return true; }
			
		function contactbackground ()
			{
	controlNavhome = document.getElementById("nhome").firstChild;
	controlNavproduct = document.getElementById("nproduct").firstChild;
	controlNavcontact = document.getElementById("ncontact").firstChild;
	controlNavnewsletter = document.getElementById("nnewsletter").firstChild;
	controlNavlink = document.getElementById("nlinks").firstChild;
			controlNavcontact.style.backgroundColor="#fff";
			return true; }	

		function newsletterbackground ()
			{
	controlNavhome = document.getElementById("nhome").firstChild;
	controlNavproduct = document.getElementById("nproduct").firstChild;
	controlNavcontact = document.getElementById("ncontact").firstChild;
	controlNavnewsletter = document.getElementById("nnewsletter").firstChild;
	controlNavlink = document.getElementById("nlinks").firstChild;
			controlNavnewsletter.style.backgroundColor="#fff";
			return true; }	

		function linkbackground ()
			{
	controlNavhome = document.getElementById("nhome").firstChild;
	controlNavproduct = document.getElementById("nproduct").firstChild;
	controlNavcontact = document.getElementById("ncontact").firstChild;
	controlNavnewsletter = document.getElementById("nnewsletter").firstChild;
	controlNavlink = document.getElementById("nlinks").firstChild;
			controlNavlink.style.backgroundColor="#fff";
			return true; }	