function newwindow(location) {
	window.open (
		location,
		'popup',
		'width=450,height=550,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no'
	);
}
function checkLen(x,y)
{
if (y.length==x.maxLength)
	{
	var next=x.tabIndex
	if (next<document.getElementById("cc-form").length)
		{
		document.getElementById("cc-form").elements[next].focus()
		}
	}
}
