function checkinfopdf(id){
	
	a = document.getElementById(id); 
	href = a.getAttribute("href");
	if (href == '#'){
		alert('Nie sú k dispozícií ďaľšie informácie!');
	}
}

