// Used for the recall of the cameras found to have CCD faults.

function fault() {
	h = window.open('faulty_ccd_announcement.php','popup','width=600,height=600,scrollbars');
	h.focus();
    return false;
}