function init_pics() {
  pic1= new Image(100,25); 
  pic1.src="../grafik/kugg.png"; 
}
addLoadEvent(init_pics);
