<!-- Hide from old browsers

// 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).val();
    if (strValue != "") {
        if (input == strValue) {
            $(objInput).val("");
        }
    }
}

-->
