var i = 1;

imagshome = new Array;
noticeshome = new Array;

function getimageshome(ima,notice) {
	imagshome[i]=ima;
	noticeshome[i]=notice;
	i++;
}

function imaghome(nr) {
  window.open('html/piczneu.html?'+nr+imagshome+noticeshome, 'Bilderansicht', 'width=500, height=400, left=5, top=5, toolbar=no, menubar=no, location=no, resizable=yes, status=no, scrollbars=no, navigationbar=no, dependent=no');
  }
