function checkTerms(){
	
	theForm = window.document.frmCheck;
	theForm2 = window.document.frmCart;
	
	if (isEmpty(theForm2.delChoose, 'Please Choose Destination') ){
		return;
	}
	else {
		
			theForm.submit();
		
	}
}
