/*
// Removed AD

OAS_url = 'http://ads.nandomedia.com/RealMedia/ads/';
OAS_sitepage = 'www.northwestvoice.com/home';
OAS_listpos = '234x60Five,234x60Four,234x60One,234x60Seven,234x60Six,234x60Three,234x60Two,300x600,468x60Bottom,468x60Top,728x90Bottom,728x90Top,Box1,Box2,Box3,Box4,Button1,Button10,Button11,Button12,Button13,Button14,Button15,Button16,Button17,Button18,Button19,Button20,Button20,Button21,Button22,Button23,Button24,Button25,Button26,Button27,Button28,Button29,Button3,Button30,Button31,Button32,Button33,Button34,Button35,Button36,Button37,Button38,Button39,Button4,Button5,Button6,Button7,Button8,Button9,Cobrand120,cobrandsky1,cobrandsky2,Cobrandsponsor,Finder01,Finder02,Finder03,Finder04,Front1,Front2,Front3,Front4,Front5,legacy01,legacy02,Middle,Newsletter1,OPEN01,OPEN02,RichMedia,sacbeetracking,Shop01,Shop02,Shop03,Shop04,Shop05,Shop06,Shop07,Shop08,Shop09,Shop10,Shop11,Shop12,Sky1,Sky2,sponsor01,sponsor02,sponsor03,sponsor04,Text1,Text10,Text11,Text12,Text13,Text14,Text15,Text16,Text17,Text18,Text19,Text2,Text20,Text21,Text22,Text23,Text24,Text25,Text26,Text27,Text28,Text29,Text3,Text30,Text4,Text5,Text6,Text7,Text8,Text9,TopBanner,Tower';
var OAS_query; if (!OAS_query && location.search) { OAS_query=location.search } else { OAS_query='' }
OAS_target = '_top';

//end of configuration

OAS_version = 10;
OAS_rn = '001234567890'; OAS_rns = '1234567890';
OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);
function OAS_NORMAL(pos) {
    adcall='<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '@'
    + OAS_listpos + '!' + pos + '?' + OAS_query + OAS_rns + '" TARGET=' + OAS_target + '>'
    + '<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '@'
    + OAS_listpos + '!' + pos + '?' + OAS_query + OAS_rns + '" BORDER=0></A>';
    document.write(adcall);
    }

OAS_version = 11;
if (navigator.userAgent.indexOf('Mozilla/3') != -1 || navigator.userAgent.indexOf('Mozilla/4.0 WebTV') != -1)
    OAS_version = 10;
if (OAS_version >= 11)
    document.write('<'+'SCRIPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '?' + OAS_query + OAS_rns + '"></'+'SCRIPT>');

document.write('');
function OAS_AD(pos) { if (OAS_version >= 11) OAS_RICH(pos); else OAS_NORMAL(pos) }

*/

function showform() {
   document.getElementById("peopleimageedit").style.display = 'none';
   document.getElementById("peopleimageform").style.display = 'block';
}


function toggleEl(el, displaytype) {
   if (typeof(el) != 'object') el = document.getElementById(el);
   if ((!el) || (typeof(el) != 'object')) return false;
   if (!displaytype) displaytype = 'block';
   if (el.style.display == 'none') {
      el.style.display = displaytype;
   } else {
      el.style.display = 'none';
   }
   return true;
}


var popup_hideElTimer = false;
var popup_curElID = false;

function popup_showEl(elID) {
   var el = document.getElementById(elID);
   if (!el) return;
   if ((popup_curElID) && (elID != popup_curElID)) popup_hideEl();
   el.style.display = 'block';
   popup_setElTimer();
   popup_curElID = elID;
}

function popup_hideEl(elID) {
   if (!elID) elID = popup_curElID;
   if (!elID) return;
   var el = document.getElementById(elID);
   if (!el) return;
   el.style.display = 'none';
   popup_curElID = false;
   popup_clearElTimer();
}

function popup_clearElTimer() {
   if (popup_hideElTimer) {
      window.clearTimeout(popup_hideElTimer);
      popup_hideElTimer = false;
   }
}

function popup_setElTimer() {
   popup_clearElTimer();
   popup_hideElTimer = window.setTimeout("popup_hideEl()", 200);
}


