image = new Image();
image.src = 'img/button_on.jpg';

function confirmForm(polozka){
	info = confirm('Opravdu chcete smazat poloľku '+polozka+'?');
	return info;
}

function popup(url){
		window.open(url,'popup','width=500,height=300,top=200,left=300');
	
}
