<!-- Hide from old browsers

abouton = new Image();
abouton.src = imageRoot + "/nav/lo_about.gif";
aboutoff = new Image();
aboutoff.src = imageRoot + "/nav/l_about.gif";

practiceon = new Image();
practiceon.src = imageRoot + "/nav/lo_practice.gif";
practiceoff = new Image();
practiceoff.src = imageRoot + "/nav/l_practice.gif";

professionalson = new Image();
professionalson.src = imageRoot + "/nav/lo_professionals.gif";
professionalsoff = new Image();
professionalsoff.src = imageRoot + "/nav/l_professionals.gif";

regionalon = new Image();
regionalon.src = imageRoot + "/nav/lo_regional.gif";
regionaloff = new Image();
regionaloff.src = imageRoot + "/nav/l_regional.gif";

newsstandon = new Image();
newsstandon.src = imageRoot + "/nav/lo_newsstand.gif";
newsstandoff = new Image();
newsstandoff.src = imageRoot + "/nav/l_newsstand.gif";

pressroomon = new Image();
pressroomon.src = imageRoot + "/nav/lo_pressroom.gif";
pressroomoff = new Image();
pressroomoff.src = imageRoot + "/nav/l_pressroom.gif";

eventson = new Image();
eventson.src = imageRoot + "/nav/lo_events.gif";
eventsoff = new Image();
eventsoff.src = imageRoot + "/nav/l_events.gif";

careerson = new Image();
careerson.src = imageRoot + "/nav/lo_careers.gif";
careersoff = new Image();
careersoff.src = imageRoot + "/nav/l_careers.gif";	

officeson = new Image();
officeson.src = imageRoot + "/nav/lo_offices.gif";
officesoff = new Image();
officesoff.src = imageRoot + "/nav/l_offices.gif";

contacton = new Image();
contacton.src = imageRoot + "/nav/lo_contact.gif";
contactoff = new Image();
contactoff.src = imageRoot + "/nav/l_contact.gif";

practiceareason = new Image();
practiceareason.src = imageRoot + "/lo_practiceareas.gif";
practiceareasoff = new Image();
practiceareasoff.src = imageRoot + "/l_practiceareas.gif";

arrowpracticeon = new Image();
arrowpracticeon.src = imageRoot + "/lo_arrowpractice.gif";
arrowpracticeoff = new Image();
arrowpracticeoff.src = imageRoot + "/l_arrowpractice.gif";

industrieson = new Image();
industrieson.src = imageRoot + "/nav/lo_industries.gif";
industriesoff = new Image();
industriesoff.src = imageRoot + "/nav/l_industries.gif";

arrowindustrieson = new Image();
arrowindustrieson.src = imageRoot + "/lo_arrowindustries.gif";
arrowindustriesoff = new Image();
arrowindustriesoff.src = imageRoot + "/l_arrowindustries.gif";

clienton = new Image();
clienton.src = imageRoot + "/lo_client.gif";
clientoff = new Image();
clientoff.src = imageRoot + "/l_client.gif";

diversityon = new Image();
diversityon.src = imageRoot + "/nav/lo_diversity.gif";
diversityoff = new Image();
diversityoff.src = imageRoot + "/nav/l_diversity.gif";

probonoon = new Image();
probonoon.src = imageRoot + "/nav/lo_probono.gif";
probonooff = new Image();
probonooff.src = imageRoot + "/nav/l_probono.gif";

arrowclienton = new Image();
arrowclienton.src = imageRoot + "/lo_arrowclient.gif";
arrowclientoff = new Image();
arrowclientoff.src = imageRoot + "/l_arrowclient.gif";



// FUNCTIONS
function lo(imgName) {
	imgon = eval(imgName + "on.src");
	document [imgName].src = imgon;
}

function l(imgName) {
	imgoff = eval(imgName + "off.src");
	document [imgName].src = imgoff;
}

function changeImg(x, y){
	document [x].src = eval(y + '.src');
}

function rollOnPractice(rowobj)
{
	rowobj.style.backgroundColor = "#2852A9";
}
function rollOffPractice(rowobj)
{
	rowobj.style.backgroundColor = "#003399";
}

function rollOnIndustries(rowobj)
{
	rowobj.style.backgroundColor = "#2852A9";
}
function rollOffIndustries(rowobj)
{
	rowobj.style.backgroundColor = "#446BB9";
}

function rollOnClient(rowobj)
{
	rowobj.style.backgroundColor = "#2852A9";
}
function rollOffClient(rowobj)
{
	rowobj.style.backgroundColor = "#000066";
}

function email(){
	window.open("/general/email.asp","email","width=420,height=370,status=0,location=0,scrollbars");
}

function emailpage(){
	window.open("/general/emailpage.asp","email","width=420,height=500,status=0,location=0,scrollbars");
}

function clearBox(objInput){
  var input = objInput.value;
  if (input=="First Name" || input=="Last Name" || input=="Keyword" || input=="Author")
    objInput.value='';
}

function clearBoxLang(objInput, strValue){
  var input = objInput.value;
  if (strValue != "")
	if (input==strValue)
		objInput.value='';
}

-->
