var undefined;

function LaunchCalc(myURL)
	{
	myBase = "http://gateway.fundsxpress.com/calculators/";
	window.open(myBase + myURL,'','width=585,height=450,scrollbars=yes,resizable=yes');
	}
	
function LinkAlert(URL)
	{
	MSG =       "You are leaving Southwestern National Bank's website and will be redirected to another site.\n";
	MSG = MSG + "Southwestern National Bank makes no endorsements or claims about the accuracy or content of \n";
	MSG = MSG + "the information contained in these sites.  The security and privacy policies on \n";
	MSG = MSG + "these sites may be different than those of Southwestern National 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;
	}
	
function popup(URL,name,width,height) {
	window.open(URL,name,'width='+width+',height='+height);	
	}	