  function showImg(imgName) {
    window.open('getfoto.php?file='+imgName,'Autocentrum','width=200,height=200,scrollbar=0');
  }
   
   
    
   
   function showPage(imgName) {
    window.open('getpage.php?file='+imgName,'Autocentrum','width=400,height=450,scrollbars=1');
  }

