function showProductTeaserPopup(catId) {
	new ClassDialog('popupProductPreviewDetail_'+catId,new Array({id:'productPreviewDetail_'+catId+'Close',returnValue:false}));
}

function switchImageDisplay(key, displayArray, catId) {
	var a = document.getElementById('imageDisplayed'+catId).src;
	document.getElementById('imageDisplayed'+catId).src = displayArray;
}

