
var baseDir = " ";
if (document.images) {
	home_off = new Image();
	home_off.src = baseDir + "images/home.gif";
	home_on = new Image();
	home_on.src = baseDir + "images/home_mo.gif";

	recruiting_off = new Image();
	recruiting_off.src = baseDir + "images/recruiting.gif";
	recruiting_on = new Image();
	recruiting_on.src = baseDir + "images/recruiting_mo.gif";

	contact_off = new Image();
	contact_off.src = baseDir + "images/contact.gif";
	contact_on = new Image();
	contact_on.src = baseDir + "images/contact_mo.gif";

	attorneys_off = new Image();
	attorneys_off.src = baseDir + "images/attorneys.gif";
	attorneys_on = new Image();
	attorneys_on.src = baseDir + "images/attorneys_mo.gif";

	practice_off = new Image();
	practice_off.src = baseDir + "images/pract_area.gif";
	practice_on = new Image();
	practice_on.src = baseDir + "images/pract_area_mo.gif";

	about_off = new Image();
	about_off.src = baseDir + "images/about_firm.gif";
	about_on = new Image();
	about_on.src = baseDir + "images/about_firm_mo.gif";

	news_off = new Image();
	news_off.src = baseDir + "images/news_res.gif";
	news_on = new Image();
	news_on.src = baseDir + "images/news_res_mo.gif";

}


function openwindow(url) {
msg=open(url,'contact','width=520,height=500,toolbar=no,copyhistory=no,scrollbars=yes,resizable=no,directories=no,menubar=no,status=no,location=no');
}
function subscribe(url) {
msg=open(url,'subscribe','width=520,height=345,toolbar=no,copyhistory=no,scrollbars=yes,resizable=no,directories=no,menubar=no,status=no,location=no');
}
function aquire(url) {
msg=open(url,'aquire','width=520,height=520,toolbar=no,copyhistory=no,scrollbars=yes,resizable=no,directories=no,menubar=no,status=no,location=no');
}
function email(url) {
msg=open(url,'email','width=520,height=632,toolbar=no,copyhistory=no,scrollbars=yes,resizable=no,directories=no,menubar=no,status=no,location=no');
}
function map(url) {
msg=open(url,'email','width=520,height=590,toolbar=no,copyhistory=no,scrollbars=yes,resizable=no,directories=no,menubar=no,status=no,location=no');
}
