function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>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_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];}
}
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_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function mmLoadMenus() {
  if (window.mm_menu_0811112650_0) return;
  window.mm_menu_0811112650_0 = new Menu("root",224,16,"Verdana, Arial, Helvetica, sans-serif",10,"#f3eae0","#ffffff","#6d3813","#b86d30","left","middle",3,0,500,-5,7,true,true,true,3,false,false);
  mm_menu_0811112650_0.addMenuItem("ACCOUNTING","window.open('/divisions/accounting.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("BUSINESS&nbsp;DEVELOPMENT","window.open('/divisions/business_development.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("EDUCATION","window.open('/divisions/education.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("DNR","window.open('/divisions/dnr.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("HEALTH","window.open('/divisions/health.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("HERITAGE&nbsp;CENTER","window.open('/divisions/heritage_center.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("HOUSING","window.open('/divisions/housing.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("HUMAN&nbsp;RESOURCES","window.open('/divisions/human_resources.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("HUMAN&nbsp;SERVICES","window.open('/divisions/human_services.htm', '_self');");
   mm_menu_0811112650_0.addMenuItem("IT","window.open('/divisions/it.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("JUDICIAL","window.open('/divisions/judicial.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("LEASING","window.open('/divisions/leasing.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("NETT&nbsp;LAKE&nbsp;POLICE&nbsp;DEPARTMENT","window.open('/divisions/police.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("PLANNING","window.open('/divisions/planning.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("PUBLIC&nbsp;WORKS","window.open('/divisions/public_works.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("PUBLIC&nbsp;RELATIONS","window.open('/divisions/public_relations.htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("GAMING&nbsp;REGULATORY","window.open('/divisions/gaming_regulatory,htm', '_self');");
  mm_menu_0811112650_0.addMenuItem("TRIBAL&nbsp;EMPLOYMENT&nbsp;RIGHTS&nbsp;OFFICE","window.open('/divisions/tribal_employment_rights_office.htm', '_self');");
 
   mm_menu_0811112650_0.fontWeight="bold";
   mm_menu_0811112650_0.hideOnMouseOut=true;
   mm_menu_0811112650_0.menuBorder=1;
   mm_menu_0811112650_0.menuLiteBgColor='#844e22';
   mm_menu_0811112650_0.menuBorderBgColor='#c5925d';
   mm_menu_0811112650_0.bgColor='#3e1a07';

  mm_menu_0811112650_0.writeMenus();
} // mmLoadMenus()

/* 12/07/07 Ajax News Subscriber */

function NewsSubscribe() {
	new Ajax.Request('subscribe.php',
  {
    method:'post',
	parameters: $('subscriber').serialize(true),
    onSuccess: function(transport){
      var response = transport.responseText || "no response text";
     $('newsletter').update("<span class=\"body\"><br>You have been <br>successfully<br> subscribed.<br><br></span>");
    },
    onFailure: function(){ $('newsletter').update("<span class=\"body\"><br>A problem occured, please try again later.<br><br></span>"); }
  });
	
}

