//<!---

function PopUpSlideshow(url) {
   winStats='toolbar=no,location=no,directories=no,menubar=no,'
   winStats+='scrollbars=no,width=443,height=480'
   if (navigator.appName.indexOf("Microsoft")>=0) {
      winStats+=',left=100,top=50'
    }else{
      winStats+=',screenX=100,screenY=50'
    }
   teaseWin=window.open(url,"",winStats)
}

function PopUpCalc(url) {
   winStats='toolbar=no,location=no,directories=no,menubar=no,'
   winStats+='scrollbars=yes,width=500,height=475'
   if (navigator.appName.indexOf("Microsoft")>=0) {
      winStats+=',left=100,top=50'
    }else{
      winStats+=',screenX=100,screenY=50'
    }
   teaseWin=window.open(url,"",winStats)
}

function openPromoWin() {
	var n=open('promo/detect.html','Hendrick','toolbar=no,directories=no,status=no,menubar=no,scrolling=no,scrollbars=no,resizable=yes,width=700,height=600,top=20,left=20');}

function goURL(dropdown) {
	thisURL = dropdown.options[dropdown.selectedIndex].value;
	if (thisURL == "") {
		return false;
	}
	location.href = thisURL;
	return true;
}

function goto_URL(object) {
	window.location.href = object.options[object.selectedIndex].value;
}

function call_window() {
window.open("home/clicktocall/call.html","newwindow","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=430,height=550");
}
function home_window() {
	window.open("http://hffo.cuna.org/hffo/hffo.html?sub_id=39210","newwindow");
}
function credit_window() {
alert("You are now exiting Founders Federal Credit Union's website.  When you click on OK, you will be transferred to a website not operated by your credit union.  Founders is not responsible for the content or links to or from this alternate website.  Founders does not represent the third party or the member, should they enter into any agreements: and makes no representations or warranties regarding the products or services of the third party.  Also, the privacy and security policies of the third party may be different from those of Founders Federal Credit Union.");	window.open("https://www.epscu.com/servlet/raAppHtml?ServicePageName=com.invisiondev.JServer.xml.xmlProcess&amp;RQID=LOGIN&amp;ORGID=2113","newwindow");
}
function call_web() {
	window.open("http://www.webcarbook.com/start.asp?ID=76560","newwindow");
}
function hours() {
	window.open("home/about/hours.html","newwindow","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=430,height=500");
}

function openBrWindow(theURL,winName,features) { 
 window.open(theURL,winName,features);
}

function popUpAlert(location){
	alert("You are now exiting Founders Federal Credit Union's website.  When you click on OK, you will be transferred to a website not operated by your credit union.  Founders is not responsible for the content or links to or from this alternate website.  Founders does not represent the third party or the member, should they enter into any agreements: and makes no representations or warranties regarding the products or services of the third party.  Also, the privacy and security policies of the third party may be different from those of Founders Federal Credit Union.");
	window.open(location);
}

function popUpAlert2(firsthalf,secondhalf){
	alert("You are now exiting Founders Federal Credit Union's website.  When you click on OK, you will be transferred to a website not operated by your credit union.  Founders is not responsible for the content or links to or from this alternate website.  Founders does not represent the third party or the member, should they enter into any agreements: and makes no representations or warranties regarding the products or services of the third party.  Also, the privacy and security policies of the third party may be different from those of Founders Federal Credit Union.");
	window.open(firsthalf+secondhalf);
}

function redirectAlert(location){
	alert("You are now exiting Founders Federal Credit Union's website.  When you click on OK, you will be transferred to a website not operated by your credit union.  Founders is not responsible for the content or links to or from this alternate website.  Founders does not represent the third party or the member, should they enter into any agreements: and makes no representations or warranties regarding the products or services of the third party.  Also, the privacy and security policies of the third party may be different from those of Founders Federal Credit Union.");
	window.top.location = location;
}
//--->
