  var nav=new imageGroup(); nav.defURL=document.navdefURL;
  nav.add(
   'home_on|home_over.gif',
   'home_off|home.gif',
   'guestbook_on|guestbook_over.gif',
   'guestbook_off|guestbook.gif',
   'ourstory_on|ourstory_over.gif',
   'ourstory_off|ourstory.gif',
   'photos_on|photos_over.gif',
   'photos_off|photos.gif',
   'events_on|events_over.gif',
   'events_off|events.gif',
   'registry_on|registry_over.gif',
   'registry_off|registry.gif',
   'weddingparty_on|weddingparty_over.gif',
   'weddingparty_off|weddingparty.gif',
   'email_on|email_over.gif',
   'email_off|email.gif'
  );

  function popWin(url,name,w,h,s) {
    var win=window.open(url,name,'toolbar=0,scrollbars='+s+',location=0,statusbar=0,menubar=0,resizable=0,width='+w+',height='+h+'');
    // var build='<html><body bgcolor="#F2F2E6" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td bgcolor="#7777A4"><img src="/i/bar-logo.gif" width="250" height="20" alt=""/></td></tr></table></body></html>'
    // win.document.write(build); win.document.close();
    // win.location=url;
    if (window.focus)win.focus();
    //win.resizeTo(w,h);
  }

  function goLink(url) { top.location=url; }
  
  function findMap() { var win=window.open('/sites/help/add-map.htm','findMap','toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=600,height=500'); if (window.focus)win.focus(); }
  function findLink() { var win=window.open('/sites/help/add-link.htm','findLink','toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=600,height=500'); if (window.focus)win.focus(); }
  
