var changeDetectionWindow;

function submitChangeDetectionForm() {
	changeDetectionWindow = window.open("http://www.changedetection.com/detect.html", "ChangeDetectionWiz", "resizable=yes,scrollbars=yes,width=624,height=460");
	changeDetectionWindow.focus();
}

function viewChangeDetectionPrivacyPolicy() {
	changeDetectionWindow = window.open("http://www.changedetection.com/privacy.html", "ChangeDetectionPrivacy", "resizable=yes,scrollbars=yes,width=624,height=390");
	changeDetectionWindow.focus();
}