// JavaScript Document
var vHeaderText="";
var vRoot = "/cobrand/000029/";
var vCgi  = "/brand";
var vCookie = "96live";
var vHomeDir = "";
var vLoggedIn=getCookie("loggedIn" + vCookie);
var vSelectedOption=getCookie("selectedOpt"+vCookie);
var vURL=document.location.toString();
var vImageDir = "/cobrand/000029/images";
var stylePath = "/96live/style/cobrand/burgundy-blue/";
var vLogo = vImageDir + "/generic_logo.jpg";
var vContactLink = "contact-us.htm?location=2";
var vAboutLink = "about-us.htm?location=2";

function clearBox(vText) {
  vText.value = "";
}

function resetBox(vText) {
 if (vText.value == "")
 vText.value = "Keyword search...";
}


