function newwindow(URL,windowname)  {
	window.open(URL,windowname,'location=no,resizable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,width=600,height=400,screenX=25,screenY=25,left=25,top=25'); 
} 


function newwindow1(URL,windowname)  {
	window.open(URL,windowname,'location=no,resizable=yes,scrollbars=yes,menubar=yes,toolbar=no,status=no,width=690,height=500,screenX=15,screenY=15,left=15,top=15'); 
} 

function newwindow2(URL,windowname)  {
	window.open(URL,windowname,'location=yes,resizable=yes,scrollbars=yes,menubar=yes,toolbar=yes,status=yes,width=690,height=500,screenX=25,screenY=25,left=25,top=25'); 
} 

function cc_address_check()  {




	document.registration_form.x_Address.value = "";




	document.registration_form.x_City.value = "";




	document.registration_form.x_State.value = "";




	document.registration_form.x_Zip.value = "";




	document.registration_form.x_Country.value = "";




}