	function local(x) {
		if (parent.location == self.location) {
			parent.location = 'index.php?link=' + x
		}
	}
	
	function nt(text) {
		document.getElementById('navigacija').innerText = text
	}