function exitToExternalSite() {
	// removed because now opened in a new window - 20-Feb-2009
	//return confirm("You are now leaving www.mdacorporation.com.  The following website is not under the control or influence of MacDonald, Dettwiler and Associates Ltd. and MacDonald, Dettwiler and Associates Ltd. does not endorse, control or make any representations or warranties concerning its content or links. Click on OK to proceed or Cancel not to open the external site.");

	return true;
}

function exitToCareers() {
	// removed because now opened in a new window - 20-Feb-2009
	//return confirm("You are now entering the MDA Careers section. The following website content is maintained by MDA Human Resources solely for employment application purposes. Click on OK to proceed or Cancel not to open this link.");

	return true;
}

function exitToSub() {
	// removed because now opened in a new window - 20-Feb-2009
	//return confirm("You are now leaving www.mdacorporation.com. The following website is maintained by an MDA business unit or subsidiary company for its customer purposes.  MDA does not make, and expressly disclaims, any warranty, as to the site you are about to link to.  In no event shall MDA be liable for any damages whatsoever including lost profits arising out of your linking to this site. Click on OK to proceed or Cancel not to open the external site.");

	return true;
}