// für popups Drucken und Produktanfrage
function oeffnefenster (url) {
 fenster=window.open(url, "_blank", "width=470,height=600,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
 return false;
}


// für imagelightbox2
var resizeSpeed = 7;        // controls the speed of the image resizing (1=slowest and 10=fastest)
var fileLoadingImage = "../../typo3conf/ext/kj_imagelightbox2/lightbox/images/loading.gif";
var fileBottomNavCloseImage = "../../typo3conf/ext/kj_imagelightbox2/lightbox/images/closelabel.gif";
var numberDisplayLabelFirst = "Bild";
var numberDisplayLabelLast = "von";