// v_bannerconfig.js
// Coded by WLG

var NS4 = (document.layers) ? true : false;
var IE4 = (document.all) ? true : false;

var interval = 15;
var increment = 1;
var pause = 2500;
var bannerColor = "";
var leftPadding = 3;
var topPadding = 1;
var delayAfterLoad=1000;
var fontDesc="<font face=\"Verdana\" size=1>";

var bannerLeft = (NS4) ? document.images.vspace.x :
  vspace.offsetLeft;
var bannerTop = (NS4) ? document.images.vspace.y :
  vspace.offsetTop;
var bannerWidth = (NS4) ? document.images.vspace.width :
  vspace.width;
var bannerHeight = (NS4) ? document.images.vspace.height :
  vspace.height;

var ar = new Array(
"Growing everyday to expand your horizon by providing your individual needs with Global Solutions at the click of a button.",
"Type in your account or card number to see what we can do for you."
);