




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

	
	var root = new TreeNode(null,"Croatia", "/hr/index.html","active",0);  

	var tempNode1, tempNode2, tempNode3, tempNode4, tempNode5;

	tempNode1 = new TreeNode(root, "Croatia" , "/hr/index.html","active",1 );
tempNode2 = new TreeNode(tempNode1, "Službena Pravila Igre" , "/hr/officialrules.html","active",2);


	
	return (root);
}



