function showi(ee){
    ee = ee.replace("thumb.php?","thumb.php?action=preview&");
    document.getElementById("showImg").setAttribute("src",ee);
}

function kpopup (url) {
 fenster = window.open(url, "fenster1", "width=600,height=400,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}

window.addEvent("domready", function() {
		initImageZoom();
	});


function initialPopup()
{
	var imagezoom = new Imagezoom({
		image: 'img/pop_up_hochzeitstage.jpg',
		rel: 'imagezoom' // or 'lightbox'
	});
	imagezoom.show();
}

function wirPopup()
{
	var imagezoom = new Imagezoom({
		image: 'img/wir.jpg',
		rel: 'imagezoom' // or 'lightbox'
	});
	imagezoom.show();
}

function preisePopup()
{
	var imagezoom = new Imagezoom({
		image: 'img/preisliste-neu.png',
		rel: 'imagezoom', // or 'lightbox'
		caption: 'Unsere Preisliste'
	});
	imagezoom.show();
}


