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

