var undefined;

function LaunchCalc(myURL,target)
	{
	myBase = "https://gateway.fundsxpress.com/calculators/";
	window.open(myBase + myURL, target,'width=585,height=450,scrollbars=yes,resizable=yes');
	}
	
function LinkAlert(URL)
	{
	MSG =       "You are leaving The Friendship State Bank web site and will be redirected to another site. The Friendship State Bank makes no endorsement or claims about the accuracy or content of the information contained in these sites. The security and privacy policies on these sites may be different than The Friendship State Bank.";
	if (URL!=undefined) 
		{
		if (confirm(MSG)) window.open(URL,"_blank");
		}
	else return confirm(MSG);
	}
	
function SearchSite()
	{
	myQuery = document.f.NewQuery.value;
	UpdateQuery = myQuery + " site:www.resourcebk.com";
	document.f.q.value = UpdateQuery;
	}