var preLoadOne = false;

function preLoad() {
	policy_off = new Image();
	policy_off.src = "http://cifunds.org/custom_images/cif_policy_off.gif";
	policy_on = new Image();
	policy_on.src = "http://cifunds.org/custom_images/cif_policy_on.gif";
	faq_off = new Image();
	faq_off.src = "http://cifunds.org/custom_images/cif_faq_off.gif";
	faq_on = new Image();
	faq_on.src = "http://cifunds.org/custom_images/cif_faq_on.gif";
	letter_off = new Image();
	letter_off.src = "http://cifunds.org/custom_images/cif_letter_off.gif";
	letter_on = new Image();
	letter_on.src = "http://cifunds.org/custom_images/cif_letter_on.gif";
	orgs_off = new Image();
	orgs_off.src = "http://cifunds.org/custom_images/cif_org_off.gif";
	orgs_on = new Image();
	orgs_on.src = "http://cifunds.org/custom_images/cif_org_on.gif";
	preLoadOne = true;
}

function doImageSwap(thisImage,thisState) {
	if (preLoadOne) {
		document.images[thisImage].src = eval(thisImage + '_' + thisState + '.src');
	}
}
