function galerie(bild)
{
  var img=new Image();
	img.src='images/schmuck/original/'+bild;
	document.images.original.src=img.src;
  document.getElementsByTagName("a")['big'].href = 'galerie.php?nr='+bild;
}

function maxiwin()
  {
  BSW = screen.width;
  BSH = screen.height;
  window.outerHeight = screen.height;
  window.outerWidth  = screen.width;

  moveTo ( 0,0 )
  resizeTo( BSW, BSH );

  focus();
  }

