function openWindow(url) {
	window.open(url,
	"__CC_POP__",
	"width=420,height=330,resizable,scrollbars=yes,status=1");
}