if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

agent = navigator.userAgent;
browserVer = 2;
if (agent.substring(0,7) == "Mozilla") {
    if (parseInt(agent.substring(8,9)) >= 3) {browserVer = 1;}
}
// preload universal images:
/*if (browserVer == 1) {
	sb1on = new Image();
	sb1on.src = "/images/ql_left_r.gif";
	sb1off = new Image();
	sb1off.src = "/images/ql_left.gif";

	sb2on = new Image();
	sb2on.src = "/images/ql_mid_r.gif";
	sb2off = new Image();
	sb2off.src = "/images/ql_mid.gif";

	sb3on = new Image();
	sb3on.src = "/images/ql_right_r.gif";
	sb3off = new Image();
	sb3off.src = "/images/ql_right.gif";
}*/

function hiLite(imgDocID,imgObjName) {
	if (browserVer == 1) {
		document.images[imgDocID].src = eval(imgObjName + ".src")
	}
}

function SearchCheck(){ 
  if(document.search.query_string.value==' search') document.search.query_string.value='';
  else if(document.search.query_string.value=='') document.search.query_string.value=' search';
}

function CheckSearchSubmit(){
  if(document.search.query_string.value==' search'){
    alert('Enter search term(s) first!');document.search.query_string.focus();return false;}
  else return true;
}

function winOpen(url,name) {
  window.open(url,name,"width=740,height=530,scrollbars,resizable");
}

function externalSite(url)
{ 
        agree=confirm(    
        "You are about to leave UARK Federal Credit Union's Web site.\n\n" +
        "Any external site listed here is not under the control of UARK Federal Credit Union,  and The Credit Union makes no representation concerning the content of this site, nor does a link serve as an endorsement by UARK Federal Credit Union of any site.  The UARK FCU does not represent either the third party or the member if the two enter into a transaction.\n\n" +         
        "Please note that when you exit our site, our Privacy Policy is no longer in effect.  Privacy and security policies may differ from those practiced by the Credit Union.\n\n" +
        "Thank you for visiting.  Please return when you need information about UARK FCU's products and services."
        ); 
        if (agree) 
        { 
                x=window.open(url);
        }        
}         
 
var en = new Array(113,117,101,115,116,105,111,110,115,64,117,97,114,107,102,99,117,46,99,111,109)
var re =''
for (i=0;i<en.length;i++)
  re+=String.fromCharCode(en[i])


