
	function showTandCFooter() {
	var newwindow
		if (typeof(newWindow2) == 'object') {
			if (!newWindow2.closed) {
				newWindow2.close();
				newWindow2 = window.open('/shared/scripts/tandcfooter.asp','tandcfooter', 'width=700,height=300,resizable=0,scrollbars=yes,status=yes')
			} else {
				newWindow2 = window.open('/shared/scripts/tandcfooter.asp','tandcfooter', 'width=700,height=300,resizable=0,scrollbars=yes,status=yes')
			}
		} else {
			newWindow2 = window.open('/shared/scripts/tandcfooter.asp','tandcfooter', 'width=700,height=300,resizable=0,scrollbars=yes,status=yes')
		}
	}
	

