function initialCancel() {
	alert('You must read and accept the website terms and conditions before you can access the Vantage IG website.');
}

function initialAccept() {
	window.document.accept.submit();
}

function initialLogin() {
	window.document.login.submit();
}

function openTerms() {
	window.open('/terms/terms.php', 'terms', 'status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,scrollbars=1,width=400,height=300');
}
