function popcustom(file,title,w,h,x,y) {
	popup = window.open(file,title,'width='+ w + ',height='+ h + ',screenX='+ x + ',screenY='+ y + ',scrollbars=0,resizable=1');
	if (document.images) {popup.focus();}
}
function popcustom2(file,title) {
	popup = window.open(file,title,'width=627,height=400,screenX=20,screenY=20,directories=1,location=1,resizable=1,scrollbars=1,status=1,toolbar=1');
	if (document.images) {popup.focus();}
}
function popcustom3(file,title,w,h,x,y,scroll,resize) {
	popup = window.open(file,title,'width='+w+',height='+h+',screenX='+x+',screenY='+y+',scrollbars='+scroll+',resizable='+resize);
	if (document.images) {popup.focus();}
}

// Begin Image Rollover Functions
function nav_swap(i,s) {
	if (document.images) {document[i].src=eval('nav_' + i + '_' + s + '.src');}
}  
if (document.images) {
	nav_home_off=new Image(); nav_home_off.src="images/nav_home.gif"; nav_home_roll=new Image(); nav_home_roll.src="images/nav_home_on.gif";
	nav_firm_off=new Image(); nav_firm_off.src="images/nav_firm.gif"; nav_firm_roll=new Image(); nav_firm_roll.src="images/nav_firm_on.gif";
	nav_practice_off=new Image(); nav_practice_off.src="images/nav_practice.gif"; nav_practice_roll=new Image(); nav_practice_roll.src="images/nav_practice_on.gif";
	nav_dui_off=new Image(); nav_dui_off.src="images/nav_dui.gif"; nav_dui_roll=new Image(); nav_dui_roll.src="images/nav_dui_on.gif";
	nav_attorneys_off=new Image(); nav_attorneys_off.src="images/nav_attorneys.gif"; nav_attorneys_roll=new Image(); nav_attorneys_roll.src="images/nav_attorneys_on.gif";
	nav_notable_off=new Image(); nav_notable_off.src="images/nav_notable.gif"; nav_notable_roll=new Image(); nav_notable_roll.src="images/nav_notable_on.gif";
	nav_press_off=new Image(); nav_press_off.src="images/nav_press.gif"; nav_press_roll=new Image(); nav_press_roll.src="images/nav_press_on.gif";
	nav_contact_off=new Image(); nav_contact_off.src="images/nav_contact.gif"; nav_contact_roll=new Image(); nav_contact_roll.src="images/nav_contact_on.gif";

}
// End Image Rollover Functions
