function tandc() {
	openWindowMove('/stub.asp?StubID=7&popup=true', 'tandc', 'scrollbars=yes', '700', '500', 'middle', 'middle', false);
}
function checkTandC(oForm) {
	if (!oForm.termsandconditions)
		return false;
		
	if (!oForm.termsandconditions.checked) {
		alert('\n * You cannot continue without agreeing to the terms and conditions.');
		return false;
	}
	
	return true;
}
