<!--
var None = "about:blank"
var splash = "/index.html"
var home = "/home.html"
var application = "/application.html"
var signin = "/signin.html"

var services = "/services/index.html"
var eft = "/services/eft.html"
var rck = "/services/rck.html"
var netcheck = "/services/netcheck.html"
var pointofsale = "/services/pointofsale.html"
var scan = "/services/scan.html"
var checkverification = "/services/checkverification.html"
var checkguarantee = "/services/checkguarantee.html"
var benefitpayments = "/services/benefitpayments.html"
var atm = "/services/atm.html"
var consolidatedreturns = "/services/consolidatedreturns.html"

var findagent = "/search/findagent.html"
var agentinfo = "/search/agentinfo.html"
var search = "/search/search.html"
var sitemap = "/search/sitemap.html"
var ga = "/search/georgia.html"
var az = "/search/arizona.html"
var ar = "/search/arkansas.html"
var il = "/search/illinois.html"
var iowa = "/search/iowa.html"
var mo = "/search/missouri.html"
var ca = "/search/california.html"
var tx = "/search/texas.html"
var nv = "/search/nevada.html"
var dc = "/search/dc.html"
var fl = "/search/florida.html"
var oh = "/search/ohio.html"

//var ga = "http:://www.checkcollector.contact.asp?ContactID=1"
//var az = "http:://www.checkcollector.contact.asp?ContactID=1"
//var ar = "http:://www.checkcollector.contact.asp?ContactID=1"
//var il = "http:://www.checkcollector.contact.asp?ContactID=1"
//var mo = "http:://www.checkcollector.contact.asp?ContactID=1"
//var ca = "http:://www.checkcollector.contact.asp?ContactID=1"
//var tx = "http:://www.checkcollector.contact.asp?ContactID=1"
//var nv = "http:://www.checkcollector.contact.asp?ContactID=1"
//var dc = "http:://www.checkcollector.contact.asp?ContactID=1"
//var fl = "http:://www.checkcollector.contact.asp?ContactID=1"
//var oh = "http:://www.checkcollector.contact.asp?ContactID=1"

var opportunities = "/opportunities/index.html"
var iso = "/opportunities/index.html"
var jobs = "/opportunities/index.html"

var about = "/about/index.html"
var companyfounder = "/about/companyfounder.html"
var companyhistory = "/about/companyhistory.html"
var companyprofile = "/about/companyprofile.html"

var contact = "/contact/index.html"
var phone = "/contact/telephone.html"
var email = "/contact/email.html"
var mail = "/contact/mail.html"



function openScript(fileName) {
	open( fileName,"", "width=" + width + ",height=" + height + "," +"toolbar=no,menubar=no," +"status=yes,scrollbars=yes," +"resizable=yes");
}

function openFile(fileName) {
fileName = "/images/" + fileName + ".shtml";
window.open( fileName,'','width=600,height=400,'+'toolbar=no,scrollbars=yes,'+'status=no,menubar=no,' +'topmargin=0,resizable=yes');
}



function linkTo(lnk)
{
        self.location.href = lnk;
}



var filename=self.location.pathname;
var y=filename.lastIndexOf(".");
var x=filename.lastIndexOf("/") +1;
filename=filename.substring(x,y);


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
