function Change(name) {
document.getElementById (name).style.backgroundColor = '#333333'; }

function Restore(name) {
document.getElementById (name).style.backgroundColor = '#474747'; }

function prikazi(pix,folder,width,height,size) {
  window.open('show.php?size='+size+'&folder='+folder+'&slika='+pix+'.jpg','slicica','width='+width+',height='+height+',target=_blank,toolbar=no,resizable=no');}