var controlNavhome;
var controlNavproduct;
var controlNavphoto;
var controlNavcontact;
var controlNavabout;
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;
	controlNavabout = document.getElementById("nabout").firstChild;
	controlNavphoto = document.getElementById("nexamples").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;
	controlNavabout = document.getElementById("nabout").firstChild;
	controlNavphoto = document.getElementById("nexamples").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;
	controlNavabout = document.getElementById("nabout").firstChild;
	controlNavphoto = document.getElementById("nexamples").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;
	controlNavabout = document.getElementById("nabout").firstChild;
	controlNavphoto = document.getElementById("nexamples").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;
	controlNavabout = document.getElementById("nabout").firstChild;
	controlNavphoto = document.getElementById("nexamples").firstChild;
			controlNavlink.style.backgroundColor="#fff";
			return true; }	

		function aboutbackground ()
			{
	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;
	controlNavabout = document.getElementById("nabout").firstChild;
	controlNavphoto = document.getElementById("nexamples").firstChild;
			controlNavabout.style.backgroundColor="#fff";
			return true; }	

		function photosbackground ()
			{
	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;
	controlNavabout = document.getElementById("nabout").firstChild;
	controlNavphoto = document.getElementById("nexamples").firstChild;
			controlNavphoto.style.backgroundColor="#fff";
			return true; }	
