
/* PopUp für ProductListing etc aus alter Vorgabe */
function popUpContent(contentId){
  popUpWindow=window.open(shopPath +'popup_content.php?coID=' + contentId, 'popup', 'scrollbars=yes, resizable=yes, toolbar=0, width=800, height=600');
  popUpWindow.focus();
}
