function waliduj(id){
	document.getElementById(id).style.display='inline';
}

function show(id){
	document.getElementById(id).style.display='block';
}

function hide(id){
	document.getElementById(id).style.display='none';
}

/*$(function(){$(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme: 'light_square'}); });*/




