// JavaScript Document
function ccPopup(productId)
{
 cc = window.open('http://quickstart.commerce-connector.de/exacompta/cc.php?ean=' + productId, 'cc', 'width=800,height=650,resizable=1');
 cc.focus();
}
