function showPhoto(image, title, width, height)
{
	window.open('/image.php?img=/images/' + image + '&title=' + title, 'Galeria','titlebar=no,toolbar=no,resizable=no,scrollbars=no,status=no,menubar=no,top=100,left=100,width=' + (width + 100)+ ',height=' + (height + 45));
}
function otworz(adres) 
{
	noweOkno = window.open(adres, 'okienko', 'menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width=1020, height=640')
}
/*
function confirmation(var link) {
    var answer = confirm("Czy na pewno chesz usunac ?")
         if (answer){
          alert("Jedno drzewo mniej")
       window.location = link;
            }
         else{
          alert("No i po co usuwac ?")
       }
   }		    
   
  */