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

function clearBox(obj)
{
 if (obj.value == "Keyword Search...")
  obj.value = "";
}

function resetBox(obj) 
{
 if (obj.value == "")
  obj.value = "Keyword Search...";
}

/*

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

*/
