function videoGallery(title, url) {
  if (url.indexOf('http') < 0) {
    url = 'http://www.eizo.de/';
  }
  var img = {
    player:     'iframe',
    content:    url,
    height:     800,
    width:      892,
    videoGallery:  true,
    title:      title
  };
  Shadowbox.open(img);
}
