function redirect( name ) {
	this.location = 'index.php?site=' + name;
}

function initLightbox( id ) {
  var aObj = document.getElementById(id);
  myLightbox = new Lightbox();
  myLightbox.start( aObj ); // hier das Anker-Objekt
} 
