overview_off = new Image(108,21);
overview_off.src = "images/button_overview.gif";
overview_on = new Image(108,21);
overview_on.src = "images/button_overview_hot.gif";

antitrust_off = new Image(108,21);
antitrust_off.src = "images/button_antitrust.gif";
antitrust_on = new Image(108,21);
antitrust_on.src = "images/button_antitrust_hot.gif";

litigation_off = new Image(108,21);
litigation_off.src = "images/button_litigation.gif";
litigation_on = new Image(108,21);
litigation_on.src = "images/button_litigation_hot.gif";

ip_off = new Image(108,36);
ip_off.src = "images/button_ip.gif";
ip_on = new Image(108,36);
ip_on.src = "images/button_ip_hot.gif";

regmatters_off = new Image(108,36);
regmatters_off.src = "images/button_regmatters.gif";
regmatters_on = new Image(108,36);
regmatters_on.src = "images/button_regmatters_hot.gif";

forensicAccounting_off = new Image(108,36);
forensicAccounting_off.src = "images/button_forensicAccounting.gif";
forensicAccounting_on = new Image(108,36);
forensicAccounting_on.src = "images/button_forensicAccounting_hot.gif";

insrecovery_off = new Image(108,36);
insrecovery_off.src = "images/button_insrecovery.gif";
insrecovery_on = new Image(108,36);
insrecovery_on.src = "images/button_insrecovery_hot.gif";

professionals_off = new Image(108,21);
professionals_off.src = "images/button_professionals.gif";
professionals_on = new Image(108,21);
professionals_on.src = "images/button_professionals_hot.gif";

news_off = new Image(108,21);
news_off.src = "images/button_news.gif";
news_on = new Image(108,21);
news_on.src = "images/button_news_hot.gif";

articles_off = new Image(108,36);
articles_off.src = "images/button_articles.gif";
articles_on = new Image(108,36);
articles_on.src = "images/button_articles_hot.gif";

clientalert_off = new Image(108,21);
clientalert_off.src = "images/button_clientalert.gif";
clientalert_on = new Image(108,21);
clientalert_on.src = "images/button_clientalert_hot.gif";

contact_off = new Image(108,21);
contact_off.src = "images/button_contact.gif";
contact_on = new Image(108,21);
contact_on.src = "images/button_contact_hot.gif";

careers_off = new Image(108,21);
careers_off.src = "images/button_careers.gif";
careers_on = new Image(108,21);
careers_on.src = "images/button_careers_hot.gif";



function toggle(where,what) {
  document.images[where].src = eval(what + ".src");
}



window.defaultStatus="";
