// Nothing
function EmailNeedsFriend() {
	alert("This would open a page to email the needs calc to a friend.");
}
function EmailRetirementFriend() {
	alert("This would open a page to email the retirement calc to a friend.");
}
function EmailSavingsFriend() {
	alert("This would open a page to email the savings calc to a friend.");
}
function CloseClick() {
	window.close();
}
function NeedsCalc() {
	var objCalcWindow;
	objCalcWindow = window.open("../flash/needs.html", "NeedsCalc", "toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,width=650,height=380");
	objCalcWindow.focus();
}
function RetirementCalc() {
	var objCalcWindow;
	objCalcWindow = window.open("../flash/retirement.html", "RetirementCalc", "toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,width=650,height=380");
	objCalcWindow.focus();
}
function SavingsCalc() {
	var objCalcWindow;
	objCalcWindow = window.open("../flash/savings.html", "SavingsCalc", "toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,width=650,height=380");
	objCalcWindow.focus();
}

function RetirementCalc() {
	var objCalcWindow;
	objCalcWindow = window.open("../flash/retirement.html", "RetirementCalc", "toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,width=650,height=380");
	objCalcWindow.focus();
}
function SavingsCalc() {
	var objCalcWindow;
	objCalcWindow = window.open("../flash/savings.html", "SavingsCalc", "toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,width=650,height=380");
	objCalcWindow.focus();
}

function BOECalc() {
	var objCalcWindow;
	objCalcWindow = window.open("../flash/sb_boe.html", "BOECalc", "toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,width=650,height=380");
	objCalcWindow.focus();
}
function BuySellCalc() {
	var objCalcWindow;
	objCalcWindow = window.open("../flash/sb_buySell.html", "BuySellCalc", "toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,width=650,height=380");
	objCalcWindow.focus();
}
