//Script By Ryhan Ramos

var message = new Array()
message[0] = "Just as important as collecting your delinquent accounts is how we present that information back to you. By clicking on this link, you will be able to access your debtors and run a variety of reports that can help you maximize your collection efforts";
message[1] = "Unlike most agencies that keep you waiting for your portion of collected funds, VeriCore prides itself on the swift proccessing of our payments to you. Click on this link to see your accounting details, track processing of your checks, and view your statements.";
message[2] = "By clicking on this link, you will be taken to our online placement form. Here you can submit a file for collections. The information you give will be entered into our system and you will be contacted by your representative and/or sent an acknowledgement letter shortly";



function createVar(newNum) {
	 if (document.getElementById) {
	 	var newObj = document.getElementById("dynloadarea"); 
		var msg = '<p class="textSubTitle">' +message[newNum]+ '</p>';
		newObj.innerHTML = msg;
	 }
	else {
			alert("Sorry your browser does not support this script");
	}
	return false;
};

function restore() {
	var newObj = document.getElementById("dynloadarea"); 
		newObj.innerHTML = "<p class=\"textPageTitle\">Welcome To VeriCore Client Link</p><p class=\"textSubTitle\">Vericore prides itself on a superior level of communication with our clients. Online access creates a full transparency to our current partnership. By clicking on the tabs below you have full access to your debtors, your accounting, and the ability to submit new placements for collection.</p>";
};

function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
