function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n)>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

if (document.images) {
	B1on = new Image();
	B1on.src = "/images/SB_About1.gif";
	B2on = new Image();
	B2on.src = "/images/SB_FindaLawyer1.gif";
	B3on = new Image();
	B3on.src = "/images/SB_PracticeAreas1.gif";
	B4on = new Image();
	B4on.src = "/images/SB_LocalContacts1.gif";
	B5on = new Image();
	B5on.src = "/images/SB_Newsletter1.gif";
	B6on = new Image();
	B6on.src = "/images/SB_Events1.gif";
	B7on = new Image();
	B7on.src = "/images/SB_MembershipApp1.gif";
	B8on = new Image();
	B8on.src = "/images/SB_BecomeASponsor1.gif";
	B9on = new Image();
	B9on.src = "/images/SB_PhotoGallery1.gif";
	B10on = new Image();
	B10on.src = "/images/SB_Press1.gif";
	B11on = new Image();
	B11on.src = "/images/SB_Leadership1.gif";
	B12on = new Image();
	B12on.src = "/images/SB_Home1.gif";

	B1off = new Image();
	B1off.src = "/images/SB_About.gif";
	B2off = new Image();
	B2off.src = "/images/SB_FindaLawyer.gif";
	B3off = new Image();
	B3off.src = "/images/SB_PracticeAreas.gif";
	B4off = new Image();
	B4off.src = "/images/SB_LocalContacts.gif";
	B5off = new Image();
	B5off.src = "/images/SB_Newsletter.gif";
	B6off = new Image();
	B6off.src = "/images/SB_Events.gif";
	B7off = new Image();
	B7off.src = "/images/SB_MembershipApp.gif";
	B8off = new Image();
	B8off.src = "/images/SB_BecomeASponsor.gif";
	B9off = new Image();
	B9off.src = "/images/SB_PhotoGallery.gif";
	B10off = new Image();
	B10off.src = "/images/SB_JudicialEndorsements.gif";
	B11off = new Image();
	B11off.src = "/images/SB_Leadership.gif";
	B12off = new Image();
	B12off.src = "/images/SB_Home.gif";
}

function ButtonOn(ButtonName) {
	if (document.images) {
		document[ButtonName].src = eval(ButtonName + "on.src");
	}
}

function ButtonOff(ButtonName) {
	if (document.images) {
		document[ButtonName].src = eval(ButtonName + "off.src");
	}
}

function popUp(url) {
sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=0,resizable=0,width=400,height=350');
window.top.name = "mainWin";
}
