var productImagesDir = '../../app/images/produkte';
var curImageIndex = 0;

function switchPropertyPage(htmlPath) {
   $('property-content-output').load(htmlPath);
}

function switchImage(dir, num) {
    $('slimboxImageLink').set('html', '<div class="lupe" style=""></div><img src="' + productImagesDir + '/' + dir + '/' + num + '_normal.jpg" style="z-index:0" />');
    curImageIndex = num-1;
}

function openLightBox(images, obj) {
   // var filtered = [];
    //images.forEach(function(im) {
      //  if($('slimboxImageLink').href)
       // filtered.push(im);
   // });


   Slimbox.open(images, curImageIndex, obj);
}

function puzzle(path, link) {
  window.location.href = path;
}

Cufon.replace('.nav-points a', {hover:{color:'black'}});
Cufon.replace('h1');
