




var glbHomeURLinFullList="/pl/nowosci/index.html";
var secondaryNavigationList = "";
function buildTree() {
	
	
	
	

	
	var root = new TreeNode(null,"Nowości", "/pl/nowosci/index.html","active",0);  

	var tempNode1, tempNode2, tempNode3, tempNode4, tempNode5;

	tempNode1 = new TreeNode(root, "Nowości" , "/pl/nowosci/index.html","active",1 );
tempNode2 = new TreeNode(tempNode1, "CashBack" , "/pl/nowosci/cashback.html","active",2);


	
	return (root);
}


