

<!--
function openHomeAffordWindow()
{
	newHomeWindow=window.open("http://calcs.c2commerce.com/c2calculators/farmers_state/homeafford.asp","HomeAfford","status=yes,width=550,height=450,scrollbars=yes,menubar=yes,resizable=yes");
	if (navigator.appVersion.toLowerCase().indexOf("msie") != -1 && parseInt(navigator.appVersion) <= 4 && navigator.appVersion.toLowerCase().indexOf("msie 5.0") == -1) 
	{
	
	}
	else newHomeWindow.focus();
}
function openCollegeWindow()
{
	newCollegeWindow=window.open("http://calcs.c2commerce.com/c2calculators/farmers_state/college.asp","College","status=yes,width=550,height=450,scrollbars=yes,menubar=yes,resizable=yes");
	if (navigator.appVersion.toLowerCase().indexOf("msie") != -1 && parseInt(navigator.appVersion) <= 4 && navigator.appVersion.toLowerCase().indexOf("msie 5.0") == -1) 
	{
	
	}
	else newCollegeWindow.focus();
}
function openRentvsBuyWindow()
{
	newRentWindow=window.open("http://calcs.c2commerce.com/c2calculators/farmers_state/rentvsbuy.asp","RentVsBuy","status=yes,width=550,height=450,scrollbars=yes,menubar=yes,resizable=yes");
	if (navigator.appVersion.toLowerCase().indexOf("msie") != -1 && parseInt(navigator.appVersion) <= 4 && navigator.appVersion.toLowerCase().indexOf("msie 5.0") == -1) 
	{
	
	}
	else newRentWindow.focus();
}
function openRetireWindow()
{
	newRetireWindow=window.open("http://calcs.c2commerce.com/c2calculators/farmers_state/retire.asp","Retire","status=yes,width=550,height=450,scrollbars=yes,menubar=yes,resizable=yes");
	if (navigator.appVersion.toLowerCase().indexOf("msie") != -1 && parseInt(navigator.appVersion) <= 4 && navigator.appVersion.toLowerCase().indexOf("msie 5.0") == -1) 
	{
	
	}
	else newRetireWindow.focus();
}
function openInstallmentWindow()
{
	newInstallmentWindow=window.open("http://calcs.c2commerce.com/c2calculators/farmers_state/InstallmentLoan.asp","Retire","status=yes,width=550,height=450,scrollbars=yes,menubar=yes,resizable=yes");
	if (navigator.appVersion.toLowerCase().indexOf("msie") != -1 && parseInt(navigator.appVersion) <= 4 && navigator.appVersion.toLowerCase().indexOf("msie 5.0") == -1) 
	{
		
	}
	else newInstallmentWindow.focus();
}
function openbillpayWindow()
{
	newbillpayWindow=window.open("http://calcs.c2commerce.com/c2calculators/farmers_state/billpay.asp","Retire","status=yes,width=550,height=450,scrollbars=yes,menubar=yes,resizable=yes");
	if (navigator.appVersion.toLowerCase().indexOf("msie") != -1 && parseInt(navigator.appVersion) <= 4 && navigator.appVersion.toLowerCase().indexOf("msie 5.0") == -1) 
	{
		
	}
	else newbillpayWindow.focus();
}

//-->