function ccPopup(productId, ccSubId)
{
	cc = window.open('/product/cc/index/productId/' + productId + '/ccSubId/' + ccSubId, 'cc', 'width=800,height=510,resize=none');
	cc.focus();
}