if( -1 == location.href.
           toLowerCase().
           indexOf('harrischaritablefundprogram.com') )
{
  location.href = 'http://www.harrischaritablefundprogram.com';
}



function vbdiPopup(myUrl,myWidth,myHeight) 
{
	vbdiPopupExt(myUrl,myWidth,myHeight,'yes');
}

function vbdiPopupExt(myUrl,myWidth,myHeight, scrollbars) 
{
	if (navigator.userAgent.indexOf("MSIE") && (navigator.appVersion.substring(0,1) == '2')) {
		popup = window.open(myUrl,'thenewWin','top=50,left=50,toolbar=no,location=no,directories=no,status=no,resizable=yes,copyhistory=no,width=' + myWidth + ',height=' + myHeight + ',scrollbars=' + scrollbars);
	} else {
		popup = window.open(myUrl,'thenewWin','top=50,left=50,toolbar=no,location=no,directories=no,status=no,resizable=yes,copyhistory=no,width=' + myWidth + ',height=' + myHeight + ',scrollbars=' + scrollbars);
		popup.focus();
	}
}


function openFindIA(url) {
	var controls = "menubar=yes,toolbar=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=yes,height=490,width=490";
	popup = window.open(url,'',controls);  //always opens new window
	if (navigator.appVersion.substring(0,1) != '2')
		popup.focus();
}


function openGateway(url) {
 var controls = "menubar=yes,toolbar=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=yes,height=550,width=717";
 popup = window.open(url,'demo',controls);
 if (navigator.appVersion.substring(0,1) != '2')
  popup.focus();
}




function privacy()
{
  harris_privacy = 
    window.open("/privacy_legal/privacy.asp","_blank","toolbar=1,menubar=1,scrollbars=1,resizable=1,status=1,location=1,width=650,height=550,left=125,top=-25,");
}

function legal()
{
  harris_legal = 
    window.open("/privacy_legal/legal.asp","_blank","toolbar=1,menubar=1,scrollbars=1,resizable=1,status=1,location=1,width=650,height=550,left=125,top=-25,");
}

function Security()
{
  harris_security = 
    window.open("/privacy_legal/security.asp","_blank","toolbar=1,menubar=1,scrollbars=1,resizable=1,status=1,location=1,width=650,height=550,left=125,top=-25,");
}

function Disclosure()
{
  harris_disclosure = 
    window.open("/privacy_legal/Disclosure.asp","_blank","toolbar=1,menubar=1,scrollbars=1,resizable=1,status=1,location=1,width=650,height=550,left=125,top=-25,");
}


