diff options
author | wen <wen@FreeBSD.org> | 2010-12-16 10:55:19 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-12-16 10:55:19 +0800 |
commit | c71fc3cf3b0f575fde94bccc6931ee8b52bf27ef (patch) | |
tree | 0284c3f2c1116438802797b5f01e8920d1acc73e /www | |
parent | 0293c53b589b15fc0c25430e9b2b15cd22c76e02 (diff) | |
download | freebsd-ports-gnome-c71fc3cf3b0f575fde94bccc6931ee8b52bf27ef.tar.gz freebsd-ports-gnome-c71fc3cf3b0f575fde94bccc6931ee8b52bf27ef.tar.zst freebsd-ports-gnome-c71fc3cf3b0f575fde94bccc6931ee8b52bf27ef.zip |
webtrees is the web's leading online collaborative genealogy
application. webtrees works from standard GEDCOM files, and is
therefore compatible with every major desktop application. webtrees
aims to to be efficient and effective by using the right combination
of third-party tools, design techniques and open standards.
WWW: http://webtrees.net/
PR: ports/153160
Submitted by: "J.R. Oldroyd" <fbsd@opal.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/webtrees/Makefile | 43 | ||||
-rw-r--r-- | www/webtrees/distinfo | 2 | ||||
-rw-r--r-- | www/webtrees/files/pkg-deinstall.in | 26 | ||||
-rw-r--r-- | www/webtrees/files/pkg-message.in | 36 | ||||
-rw-r--r-- | www/webtrees/pkg-descr | 7 | ||||
-rw-r--r-- | www/webtrees/pkg-plist | 3874 |
7 files changed, 3989 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f0dfe75d77b1..9dfa1601c826 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1863,6 +1863,7 @@ SUBDIR += webstats SUBDIR += webstone SUBDIR += webstone-ssl + SUBDIR += webtrees SUBDIR += wget4web SUBDIR += wgetpaste SUBDIR += wikicalc diff --git a/www/webtrees/Makefile b/www/webtrees/Makefile new file mode 100644 index 000000000000..f7e2aafdfc9f --- /dev/null +++ b/www/webtrees/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: webtrees +# Date created: 2010 December 13 +# Whom: J.R. Oldroyd <fbsd@opal.com> +# +# $FreeBSD$ +# + +PORTNAME= webtrees +PORTVERSION= 1.0.6 +CATEGORIES= www +MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/${PORTVERSION}/+download/ + +MAINTAINER= fbsd@opal.com +COMMENT= Online genealogy viewer + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +EXTRACT_AFTER_ARGS= -d ${WRKSRC} +FETCH_ARGS= -pRr + +USE_ZIP= yes +USE_PHP= calendar dom gd pcre session xml pdo_mysql +NO_BUILD= yes + +SUB_FILES= pkg-message pkg-deinstall + +.include <bsd.port.pre.mk> + +post-extract: + @# remove files with mis-encoded filenames; these have been dropepd from + @# the project's svn and will no longer be present in the 1.0.7 version + @${RM} ${WRKSRC}/${PORTNAME}/places/ISR/ISR_+* + +do-install: + @cd ${WRKSRC}/${PORTNAME} && ${COPYTREE_SHARE} . ${WWWDIR} + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/data ${WWWDIR}/media + @${CHMOD} -R u+w ${WWWDIR}/data ${WWWDIR}/media + @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/data ${WWWDIR}/media' >>${TMPPLIST} + @${ECHO_CMD} '@exec ${CHMOD} -R u+w ${WWWDIR}/data ${WWWDIR}/media' >>${TMPPLIST} + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.post.mk> diff --git a/www/webtrees/distinfo b/www/webtrees/distinfo new file mode 100644 index 000000000000..099023190f25 --- /dev/null +++ b/www/webtrees/distinfo @@ -0,0 +1,2 @@ +SHA256 (webtrees-1.0.6.zip) = b1adfa94dc3e33bc208dfd881f2650b8ccad62a2fbc0748d5a8a439358bee53e +SIZE (webtrees-1.0.6.zip) = 16284925 diff --git a/www/webtrees/files/pkg-deinstall.in b/www/webtrees/files/pkg-deinstall.in new file mode 100644 index 000000000000..0fcba880ac9f --- /dev/null +++ b/www/webtrees/files/pkg-deinstall.in @@ -0,0 +1,26 @@ +#!/bin/sh + +case "$2" in +POST-DEINSTALL) + if [ -d %%WWWDIR%%/data ]; then + cat <<! +========================================================================= +There remains some webtrees local configuration in %%WWWDIR%%/data. + +If you plan on reinstalling webtrees, leave this configuration there and +it will be reused by the new version. + +If you are completely uninstalling webtrees, please delete this directory +and %%WWWDIR%% by hand. + +You may want to save your GEDCOM file(s) from the MySQL server, too. To +do that, you will need to reinstall webtrees, log on as an administrator +and select: + My Page >> GEDCOM Administration >> Download +This will let you save your family tree data in a foo.ged GEDCOM file +which you can upload into most other ancestry software or websites. +========================================================================= +! + fi + ;; +esac diff --git a/www/webtrees/files/pkg-message.in b/www/webtrees/files/pkg-message.in new file mode 100644 index 000000000000..8d3ca35d4a60 --- /dev/null +++ b/www/webtrees/files/pkg-message.in @@ -0,0 +1,36 @@ +************************************************************************* + +The following configuration will need to be done prior to using +webtrees for the first time: + +1. For installation on the apache web server, add the following to your + apache site configuration, and restart the web server: + + Alias /webtrees %%WWWDIR%%/ + + ### Add the AcceptPathInfo directive only for Apache 2.0.30 + ### or later. + AcceptPathInfo On + + <Directory %%WWWDIR%%> + AllowOverride None + Order Allow,Deny + Allow from all + </Directory> + +2. Webtrees uses a MySQL database. Configure a MySQL webtrees user + and database using commands such as (substitute PASSWD for something + of your own choosing): + + mysql> create user webtrees@localhost identified by PASSWD; + mysql> create database webtrees; + mysql> grant all on webtrees.* to webtrees@localhost; + +3. Configure webtrees by browsing to the webtrees URL: + http://your.server.com/webtrees/ + and you should be taken to the setup wizard, which will lead you + through setting up webtrees: asking for the database server, database + user and database name, and then assist you in creating a webtrees + admin account, etc. + +************************************************************************* diff --git a/www/webtrees/pkg-descr b/www/webtrees/pkg-descr new file mode 100644 index 000000000000..c8e9721dc2ee --- /dev/null +++ b/www/webtrees/pkg-descr @@ -0,0 +1,7 @@ +webtrees is the web's leading online collaborative genealogy +application. webtrees works from standard GEDCOM files, and is +therefore compatible with every major desktop application. webtrees +aims to to be efficient and effective by using the right combination +of third-party tools, design techniques and open standards. + +WWW: http://webtrees.net/ diff --git a/www/webtrees/pkg-plist b/www/webtrees/pkg-plist new file mode 100644 index 000000000000..900498afd95a --- /dev/null +++ b/www/webtrees/pkg-plist @@ -0,0 +1,3874 @@ +%%WWWDIR%%/GPL.txt +%%WWWDIR%%/PEAR.php +%%WWWDIR%%/SOAP/.htaccess +%%WWWDIR%%/SOAP/Base.php +%%WWWDIR%%/SOAP/Client.php +%%WWWDIR%%/SOAP/Disco.php +%%WWWDIR%%/SOAP/Fault.php +%%WWWDIR%%/SOAP/HTTP/Request.php +%%WWWDIR%%/SOAP/HTTP/Request/Listener.php +%%WWWDIR%%/SOAP/Net/Socket.php +%%WWWDIR%%/SOAP/Net/URL.php +%%WWWDIR%%/SOAP/Parser.php +%%WWWDIR%%/SOAP/Server.php +%%WWWDIR%%/SOAP/Server/Email.php +%%WWWDIR%%/SOAP/Server/Email_Gateway.php +%%WWWDIR%%/SOAP/Server/TCP.php +%%WWWDIR%%/SOAP/Transport.php +%%WWWDIR%%/SOAP/Transport/HTTP.php +%%WWWDIR%%/SOAP/Transport/SMTP.php +%%WWWDIR%%/SOAP/Transport/TCP.php +%%WWWDIR%%/SOAP/Type/dateTime.php +%%WWWDIR%%/SOAP/Type/duration.php +%%WWWDIR%%/SOAP/Type/hexBinary.php +%%WWWDIR%%/SOAP/Value.php +%%WWWDIR%%/SOAP/WSDL.php +%%WWWDIR%%/SOAP/tools/genproxy.php +%%WWWDIR%%/addmedia.php +%%WWWDIR%%/addremotelink.php +%%WWWDIR%%/addsearchlink.php +%%WWWDIR%%/admin.php +%%WWWDIR%%/ancestry.php +%%WWWDIR%%/autocomplete.php +%%WWWDIR%%/branches.php +%%WWWDIR%%/calendar.php +%%WWWDIR%%/client.php +%%WWWDIR%%/compact.php +%%WWWDIR%%/data/.htaccess +%%WWWDIR%%/data/index.php +%%WWWDIR%%/descendancy.php +%%WWWDIR%%/dir_editor.php +%%WWWDIR%%/downloadbackup.php +%%WWWDIR%%/downloadgedcom.php +%%WWWDIR%%/edit_changes.php +%%WWWDIR%%/edit_interface.php +%%WWWDIR%%/edit_merge.php +%%WWWDIR%%/editconfig_gedcom.php +%%WWWDIR%%/editgedcoms.php +%%WWWDIR%%/editnews.php +%%WWWDIR%%/edituser.php +%%WWWDIR%%/expand_view.php +%%WWWDIR%%/export_gedcom.php +%%WWWDIR%%/family.php +%%WWWDIR%%/familybook.php +%%WWWDIR%%/famlist.php +%%WWWDIR%%/fanchart.php +%%WWWDIR%%/favicon.ico +%%WWWDIR%%/find.php +%%WWWDIR%%/gedcheck.php +%%WWWDIR%%/gedrecord.php +%%WWWDIR%%/genservice.php +%%WWWDIR%%/help_text.php +%%WWWDIR%%/hourglass.php +%%WWWDIR%%/hourglass_ajax.php +%%WWWDIR%%/imageflush.php +%%WWWDIR%%/images/RESN_confidential.gif +%%WWWDIR%%/images/RESN_locked.gif +%%WWWDIR%%/images/RESN_none.gif +%%WWWDIR%%/images/RESN_privacy.gif +%%WWWDIR%%/images/bubble.gif +%%WWWDIR%%/images/buttons/head.gif +%%WWWDIR%%/images/buttons/target.gif +%%WWWDIR%%/images/checked.gif +%%WWWDIR%%/images/checked_qm.gif +%%WWWDIR%%/images/children.gif +%%WWWDIR%%/images/feed-icon16x16.png +%%WWWDIR%%/images/forbidden.gif +%%WWWDIR%%/images/hline.gif +%%WWWDIR%%/images/indicator.gif +%%WWWDIR%%/images/loading.gif +%%WWWDIR%%/images/mapq.gif +%%WWWDIR%%/images/media/html.gif +%%WWWDIR%%/images/media/pdf.gif +%%WWWDIR%%/images/multim.gif +%%WWWDIR%%/images/pix1.gif +%%WWWDIR%%/images/reminder.gif +%%WWWDIR%%/images/remove-dis.png +%%WWWDIR%%/images/remove.gif +%%WWWDIR%%/images/selected.png +%%WWWDIR%%/images/sex_f_15x15.gif +%%WWWDIR%%/images/sex_f_9x9.gif +%%WWWDIR%%/images/sex_m_15x15.gif +%%WWWDIR%%/images/sex_m_9x9.gif +%%WWWDIR%%/images/sex_u_15x15.gif +%%WWWDIR%%/images/sex_u_9x9.gif +%%WWWDIR%%/images/small/childless.gif +%%WWWDIR%%/images/small/rings.gif +%%WWWDIR%%/images/terrasrv.gif +%%WWWDIR%%/images/timelineChunk.gif +%%WWWDIR%%/images/topdown.gif +%%WWWDIR%%/images/trashcan.gif +%%WWWDIR%%/images/warning.gif +%%WWWDIR%%/imageview.php +%%WWWDIR%%/import.php +%%WWWDIR%%/includes/.htaccess +%%WWWDIR%%/includes/authentication.php +%%WWWDIR%%/includes/classes/class_date.php +%%WWWDIR%%/includes/classes/class_event.php +%%WWWDIR%%/includes/classes/class_family.php +%%WWWDIR%%/includes/classes/class_gedcomrecord.php +%%WWWDIR%%/includes/classes/class_i18n.php +%%WWWDIR%%/includes/classes/class_localclient.php +%%WWWDIR%%/includes/classes/class_media.php +%%WWWDIR%%/includes/classes/class_menu.php +%%WWWDIR%%/includes/classes/class_menubar.php +%%WWWDIR%%/includes/classes/class_module.php +%%WWWDIR%%/includes/classes/class_note.php +%%WWWDIR%%/includes/classes/class_person.php +%%WWWDIR%%/includes/classes/class_reportbase.php +%%WWWDIR%%/includes/classes/class_reporthtml.php +%%WWWDIR%%/includes/classes/class_reportpdf.php +%%WWWDIR%%/includes/classes/class_repository.php +%%WWWDIR%%/includes/classes/class_serviceclient.php +%%WWWDIR%%/includes/classes/class_source.php +%%WWWDIR%%/includes/classes/class_stats.php +%%WWWDIR%%/includes/classes/class_treenav.php +%%WWWDIR%%/includes/classes/class_wt_db.php +%%WWWDIR%%/includes/config_data.php +%%WWWDIR%%/includes/controllers/advancedsearch_ctrl.php +%%WWWDIR%%/includes/controllers/ancestry_ctrl.php +%%WWWDIR%%/includes/controllers/basecontrol.php +%%WWWDIR%%/includes/controllers/descendancy_ctrl.php +%%WWWDIR%%/includes/controllers/family_ctrl.php +%%WWWDIR%%/includes/controllers/hourglass_ctrl.php +%%WWWDIR%%/includes/controllers/individual_ctrl.php +%%WWWDIR%%/includes/controllers/lifespan_ctrl.php +%%WWWDIR%%/includes/controllers/media_ctrl.php +%%WWWDIR%%/includes/controllers/note_ctrl.php +%%WWWDIR%%/includes/controllers/pedigree_ctrl.php +%%WWWDIR%%/includes/controllers/remotelink_ctrl.php +%%WWWDIR%%/includes/controllers/repository_ctrl.php +%%WWWDIR%%/includes/controllers/search_ctrl.php +%%WWWDIR%%/includes/controllers/source_ctrl.php +%%WWWDIR%%/includes/controllers/timeline_ctrl.php +%%WWWDIR%%/includes/cssparser.inc.php +%%WWWDIR%%/includes/db_schema/db_schema_1_2.php +%%WWWDIR%%/includes/db_schema/db_schema_2_3.php +%%WWWDIR%%/includes/db_schema/db_schema_3_4.php +%%WWWDIR%%/includes/db_schema/db_schema_4_5.php +%%WWWDIR%%/includes/dmsounds_UTF8.php +%%WWWDIR%%/includes/family_nav.php +%%WWWDIR%%/includes/fonts/DejaVuSans.ttf +%%WWWDIR%%/includes/fonts/LICENSE +%%WWWDIR%%/includes/functions/functions.php +%%WWWDIR%%/includes/functions/functions_charts.php +%%WWWDIR%%/includes/functions/functions_date.php +%%WWWDIR%%/includes/functions/functions_db.php +%%WWWDIR%%/includes/functions/functions_edit.php +%%WWWDIR%%/includes/functions/functions_export.php +%%WWWDIR%%/includes/functions/functions_import.php +%%WWWDIR%%/includes/functions/functions_lang.php +%%WWWDIR%%/includes/functions/functions_mail.php +%%WWWDIR%%/includes/functions/functions_media_reorder.php +%%WWWDIR%%/includes/functions/functions_mediadb.php +%%WWWDIR%%/includes/functions/functions_name.php +%%WWWDIR%%/includes/functions/functions_places.php +%%WWWDIR%%/includes/functions/functions_print.php +%%WWWDIR%%/includes/functions/functions_print_facts.php +%%WWWDIR%%/includes/functions/functions_print_lists.php +%%WWWDIR%%/includes/functions/functions_privacy.php +%%WWWDIR%%/includes/functions/functions_rtl.php +%%WWWDIR%%/includes/functions/functions_tools.php +%%WWWDIR%%/includes/functions/functions_utf-8.php +%%WWWDIR%%/includes/grampsxml.rng +%%WWWDIR%%/includes/hitcount.php +%%WWWDIR%%/includes/media_reorder.php +%%WWWDIR%%/includes/media_reorder_count.php +%%WWWDIR%%/includes/media_tab_head.php +%%WWWDIR%%/includes/reportheader.php +%%WWWDIR%%/includes/session.php +%%WWWDIR%%/includes/session_spider.php +%%WWWDIR%%/includes/set_gedcom_defaults.php +%%WWWDIR%%/includes/specialchars.php +%%WWWDIR%%/index.php +%%WWWDIR%%/index_edit.php +%%WWWDIR%%/indilist.php +%%WWWDIR%%/individual.php +%%WWWDIR%%/inverselink.php +%%WWWDIR%%/js/autocomplete.js.htm +%%WWWDIR%%/js/behaviour.js.htm +%%WWWDIR%%/js/bennolan/behaviour.js +%%WWWDIR%%/js/bosrup/overlib.js +%%WWWDIR%%/js/bosrup/overlib_mini.js +%%WWWDIR%%/js/conio/prototype.js +%%WWWDIR%%/js/jquery/css/images/ui-bg_flat_0_aaaaaa_40x100.png +%%WWWDIR%%/js/jquery/css/images/ui-bg_glass_95_fef1ec_1x400.png +%%WWWDIR%%/js/jquery/css/images/ui-bg_gloss-wave_16_121212_500x100.png +%%WWWDIR%%/js/jquery/css/images/ui-bg_highlight-hard_15_888888_1x100.png +%%WWWDIR%%/js/jquery/css/images/ui-bg_highlight-hard_55_555555_1x100.png +%%WWWDIR%%/js/jquery/css/images/ui-bg_highlight-soft_35_adadad_1x100.png +%%WWWDIR%%/js/jquery/css/images/ui-bg_highlight-soft_60_dddddd_1x100.png +%%WWWDIR%%/js/jquery/css/images/ui-bg_inset-soft_15_121212_1x100.png +%%WWWDIR%%/js/jquery/css/images/ui-icons_666666_256x240.png +%%WWWDIR%%/js/jquery/css/images/ui-icons_aaaaaa_256x240.png +%%WWWDIR%%/js/jquery/css/images/ui-icons_bbbbbb_256x240.png +%%WWWDIR%%/js/jquery/css/images/ui-icons_c98000_256x240.png +%%WWWDIR%%/js/jquery/css/images/ui-icons_cccccc_256x240.png +%%WWWDIR%%/js/jquery/css/images/ui-icons_cd0a0a_256x240.png +%%WWWDIR%%/js/jquery/css/images/ui-icons_f29a00_256x240.png +%%WWWDIR%%/js/jquery/css/jquery-ui.custom.css +%%WWWDIR%%/js/jquery/css/jquery_rtl.css +%%WWWDIR%%/js/jquery/jquery-ui.min.js +%%WWWDIR%%/js/jquery/jquery.ajaxQueue.js +%%WWWDIR%%/js/jquery/jquery.autocomplete.js +%%WWWDIR%%/js/jquery/jquery.dataTables.min.js +%%WWWDIR%%/js/jquery/jquery.jeditable.js +%%WWWDIR%%/js/jquery/jquery.min.js +%%WWWDIR%%/js/jquery/jquery.scrollfollow.js +%%WWWDIR%%/js/jquery/jquery.tablesorter.js +%%WWWDIR%%/js/jquery/jquery.tablesorter.pager.js +%%WWWDIR%%/js/jw_player/audio.png +%%WWWDIR%%/js/jw_player/audio_2.png +%%WWWDIR%%/js/jw_player/flvVideo.php +%%WWWDIR%%/js/jw_player/player.swf +%%WWWDIR%%/js/jw_player/silverlight.js +%%WWWDIR%%/js/jw_player/swfobject.js +%%WWWDIR%%/js/jw_player/wmvVideo.php +%%WWWDIR%%/js/jw_player/wmvplayer.js +%%WWWDIR%%/js/jw_player/wmvplayer.xaml +%%WWWDIR%%/js/jw_player/yt.swf +%%WWWDIR%%/js/kryogenix/locale.js +%%WWWDIR%%/js/kryogenix/sorttable.js +%%WWWDIR%%/js/kryogenix/sorttable_filter.js +%%WWWDIR%%/js/overlib.js.htm +%%WWWDIR%%/js/prototype.js.htm +%%WWWDIR%%/js/scriptaculous.js.htm +%%WWWDIR%%/js/scriptaculous/CHANGELOG +%%WWWDIR%%/js/scriptaculous/MIT-LICENSE +%%WWWDIR%%/js/scriptaculous/README +%%WWWDIR%%/js/scriptaculous/builder.js +%%WWWDIR%%/js/scriptaculous/controls.js +%%WWWDIR%%/js/scriptaculous/dragdrop.js +%%WWWDIR%%/js/scriptaculous/effects.js +%%WWWDIR%%/js/scriptaculous/scriptaculous.js +%%WWWDIR%%/js/scriptaculous/slider.js +%%WWWDIR%%/js/scriptaculous/sound.js +%%WWWDIR%%/js/sorttable.js.htm +%%WWWDIR%%/js/strings.js +%%WWWDIR%%/js/treenav.js +%%WWWDIR%%/js/webtrees.js +%%WWWDIR%%/language/ca.mo +%%WWWDIR%%/language/cs.mo +%%WWWDIR%%/language/da.mo +%%WWWDIR%%/language/de.mo +%%WWWDIR%%/language/en_GB.mo +%%WWWDIR%%/language/en_US.mo +%%WWWDIR%%/language/es.mo +%%WWWDIR%%/language/et.mo +%%WWWDIR%%/language/fi.mo +%%WWWDIR%%/language/fr.mo +%%WWWDIR%%/language/he.mo +%%WWWDIR%%/language/hu.mo +%%WWWDIR%%/language/it.mo +%%WWWDIR%%/language/nb.mo +%%WWWDIR%%/language/nl.mo +%%WWWDIR%%/language/pl.mo +%%WWWDIR%%/language/pt.mo +%%WWWDIR%%/language/ru.mo +%%WWWDIR%%/language/sk.mo +%%WWWDIR%%/language/sl.mo +%%WWWDIR%%/language/sv.mo +%%WWWDIR%%/language/tr.mo +%%WWWDIR%%/library/Zend/Cache.php +%%WWWDIR%%/library/Zend/Cache/Backend.php +%%WWWDIR%%/library/Zend/Cache/Backend/Apc.php +%%WWWDIR%%/library/Zend/Cache/Backend/BlackHole.php +%%WWWDIR%%/library/Zend/Cache/Backend/ExtendedInterface.php +%%WWWDIR%%/library/Zend/Cache/Backend/File.php +%%WWWDIR%%/library/Zend/Cache/Backend/Interface.php +%%WWWDIR%%/library/Zend/Cache/Backend/Libmemcached.php +%%WWWDIR%%/library/Zend/Cache/Backend/Memcached.php +%%WWWDIR%%/library/Zend/Cache/Backend/Sqlite.php +%%WWWDIR%%/library/Zend/Cache/Backend/Static.php +%%WWWDIR%%/library/Zend/Cache/Backend/Test.php +%%WWWDIR%%/library/Zend/Cache/Backend/TwoLevels.php +%%WWWDIR%%/library/Zend/Cache/Backend/Xcache.php +%%WWWDIR%%/library/Zend/Cache/Backend/ZendPlatform.php +%%WWWDIR%%/library/Zend/Cache/Backend/ZendServer.php +%%WWWDIR%%/library/Zend/Cache/Backend/ZendServer/Disk.php +%%WWWDIR%%/library/Zend/Cache/Backend/ZendServer/ShMem.php +%%WWWDIR%%/library/Zend/Cache/Core.php +%%WWWDIR%%/library/Zend/Cache/Exception.php +%%WWWDIR%%/library/Zend/Cache/Frontend/Capture.php +%%WWWDIR%%/library/Zend/Cache/Frontend/Class.php +%%WWWDIR%%/library/Zend/Cache/Frontend/File.php +%%WWWDIR%%/library/Zend/Cache/Frontend/Function.php +%%WWWDIR%%/library/Zend/Cache/Frontend/Output.php +%%WWWDIR%%/library/Zend/Cache/Frontend/Page.php +%%WWWDIR%%/library/Zend/Cache/Manager.php +%%WWWDIR%%/library/Zend/Cloud/AbstractFactory.php +%%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter.php +%%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/AbstractAdapter.php +%%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/SimpleDb.php +%%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/SimpleDb/Query.php +%%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure.php +%%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure/Query.php +%%WWWDIR%%/library/Zend/Cloud/DocumentService/Document.php +%%WWWDIR%%/library/Zend/Cloud/DocumentService/DocumentSet.php +%%WWWDIR%%/library/Zend/Cloud/DocumentService/Exception.php +%%WWWDIR%%/library/Zend/Cloud/DocumentService/Factory.php +%%WWWDIR%%/library/Zend/Cloud/DocumentService/Query.php +%%WWWDIR%%/library/Zend/Cloud/DocumentService/QueryAdapter.php +%%WWWDIR%%/library/Zend/Cloud/Exception.php +%%WWWDIR%%/library/Zend/Cloud/OperationNotAvailableException.php +%%WWWDIR%%/library/Zend/Cloud/QueueService/Adapter.php +%%WWWDIR%%/library/Zend/Cloud/QueueService/Adapter/AbstractAdapter.php +%%WWWDIR%%/library/Zend/Cloud/QueueService/Adapter/Sqs.php +%%WWWDIR%%/library/Zend/Cloud/QueueService/Adapter/WindowsAzure.php +%%WWWDIR%%/library/Zend/Cloud/QueueService/Adapter/ZendQueue.php +%%WWWDIR%%/library/Zend/Cloud/QueueService/Exception.php +%%WWWDIR%%/library/Zend/Cloud/QueueService/Factory.php +%%WWWDIR%%/library/Zend/Cloud/QueueService/Message.php +%%WWWDIR%%/library/Zend/Cloud/QueueService/MessageSet.php +%%WWWDIR%%/library/Zend/Cloud/StorageService/Adapter.php +%%WWWDIR%%/library/Zend/Cloud/StorageService/Adapter/FileSystem.php +%%WWWDIR%%/library/Zend/Cloud/StorageService/Adapter/Nirvanix.php +%%WWWDIR%%/library/Zend/Cloud/StorageService/Adapter/S3.php +%%WWWDIR%%/library/Zend/Cloud/StorageService/Adapter/WindowsAzure.php +%%WWWDIR%%/library/Zend/Cloud/StorageService/Exception.php +%%WWWDIR%%/library/Zend/Cloud/StorageService/Factory.php +%%WWWDIR%%/library/Zend/Exception.php +%%WWWDIR%%/library/Zend/Loader.php +%%WWWDIR%%/library/Zend/Loader/Autoloader.php +%%WWWDIR%%/library/Zend/Loader/Autoloader/Interface.php +%%WWWDIR%%/library/Zend/Loader/Autoloader/Resource.php +%%WWWDIR%%/library/Zend/Loader/Exception.php +%%WWWDIR%%/library/Zend/Loader/PluginLoader.php +%%WWWDIR%%/library/Zend/Loader/PluginLoader/Exception.php +%%WWWDIR%%/library/Zend/Loader/PluginLoader/Interface.php +%%WWWDIR%%/library/Zend/Locale.php +%%WWWDIR%%/library/Zend/Locale/Data.php +%%WWWDIR%%/library/Zend/Locale/Data/Translation.php +%%WWWDIR%%/library/Zend/Locale/Data/ar.xml +%%WWWDIR%%/library/Zend/Locale/Data/ca.xml +%%WWWDIR%%/library/Zend/Locale/Data/characters.xml +%%WWWDIR%%/library/Zend/Locale/Data/cs.xml +%%WWWDIR%%/library/Zend/Locale/Data/da.xml +%%WWWDIR%%/library/Zend/Locale/Data/de.xml +%%WWWDIR%%/library/Zend/Locale/Data/el.xml +%%WWWDIR%%/library/Zend/Locale/Data/en.xml +%%WWWDIR%%/library/Zend/Locale/Data/en_AU.xml +%%WWWDIR%%/library/Zend/Locale/Data/en_GB.xml +%%WWWDIR%%/library/Zend/Locale/Data/en_US.xml +%%WWWDIR%%/library/Zend/Locale/Data/es.xml +%%WWWDIR%%/library/Zend/Locale/Data/et.xml +%%WWWDIR%%/library/Zend/Locale/Data/fa.xml +%%WWWDIR%%/library/Zend/Locale/Data/fi.xml +%%WWWDIR%%/library/Zend/Locale/Data/fi_FI.xml +%%WWWDIR%%/library/Zend/Locale/Data/fo.xml +%%WWWDIR%%/library/Zend/Locale/Data/fr.xml +%%WWWDIR%%/library/Zend/Locale/Data/he.xml +%%WWWDIR%%/library/Zend/Locale/Data/hr.xml +%%WWWDIR%%/library/Zend/Locale/Data/hu.xml +%%WWWDIR%%/library/Zend/Locale/Data/id.xml +%%WWWDIR%%/library/Zend/Locale/Data/it.xml +%%WWWDIR%%/library/Zend/Locale/Data/likelySubtags.xml +%%WWWDIR%%/library/Zend/Locale/Data/lt.xml +%%WWWDIR%%/library/Zend/Locale/Data/nb.xml +%%WWWDIR%%/library/Zend/Locale/Data/nl.xml +%%WWWDIR%%/library/Zend/Locale/Data/nn.xml +%%WWWDIR%%/library/Zend/Locale/Data/numberingSystems.xml +%%WWWDIR%%/library/Zend/Locale/Data/oc.xml +%%WWWDIR%%/library/Zend/Locale/Data/pl.xml +%%WWWDIR%%/library/Zend/Locale/Data/postalCodeData.xml +%%WWWDIR%%/library/Zend/Locale/Data/pt.xml +%%WWWDIR%%/library/Zend/Locale/Data/ro.xml +%%WWWDIR%%/library/Zend/Locale/Data/root.xml +%%WWWDIR%%/library/Zend/Locale/Data/ru.xml +%%WWWDIR%%/library/Zend/Locale/Data/sk.xml +%%WWWDIR%%/library/Zend/Locale/Data/sl.xml +%%WWWDIR%%/library/Zend/Locale/Data/sr.xml +%%WWWDIR%%/library/Zend/Locale/Data/sr_Latn.xml +%%WWWDIR%%/library/Zend/Locale/Data/supplementalData.xml +%%WWWDIR%%/library/Zend/Locale/Data/sv.xml +%%WWWDIR%%/library/Zend/Locale/Data/ta.xml +%%WWWDIR%%/library/Zend/Locale/Data/tr.xml +%%WWWDIR%%/library/Zend/Locale/Data/vi.xml +%%WWWDIR%%/library/Zend/Locale/Data/zh.xml +%%WWWDIR%%/library/Zend/Locale/Data/zh_CN.xml +%%WWWDIR%%/library/Zend/Locale/Exception.php +%%WWWDIR%%/library/Zend/Locale/Format.php +%%WWWDIR%%/library/Zend/Locale/Math.php +%%WWWDIR%%/library/Zend/Locale/Math/Exception.php +%%WWWDIR%%/library/Zend/Locale/Math/PhpMath.php +%%WWWDIR%%/library/Zend/Registry.php +%%WWWDIR%%/library/Zend/Server/Abstract.php +%%WWWDIR%%/library/Zend/Server/Cache.php +%%WWWDIR%%/library/Zend/Server/Definition.php +%%WWWDIR%%/library/Zend/Server/Exception.php +%%WWWDIR%%/library/Zend/Server/Interface.php +%%WWWDIR%%/library/Zend/Server/Method/Callback.php +%%WWWDIR%%/library/Zend/Server/Method/Definition.php +%%WWWDIR%%/library/Zend/Server/Method/Parameter.php +%%WWWDIR%%/library/Zend/Server/Method/Prototype.php +%%WWWDIR%%/library/Zend/Server/Reflection.php +%%WWWDIR%%/library/Zend/Server/Reflection/Class.php +%%WWWDIR%%/library/Zend/Server/Reflection/Exception.php +%%WWWDIR%%/library/Zend/Server/Reflection/Function.php +%%WWWDIR%%/library/Zend/Server/Reflection/Function/Abstract.php +%%WWWDIR%%/library/Zend/Server/Reflection/Method.php +%%WWWDIR%%/library/Zend/Server/Reflection/Node.php +%%WWWDIR%%/library/Zend/Server/Reflection/Parameter.php +%%WWWDIR%%/library/Zend/Server/Reflection/Prototype.php +%%WWWDIR%%/library/Zend/Server/Reflection/ReturnValue.php +%%WWWDIR%%/library/Zend/Session.php +%%WWWDIR%%/library/Zend/Session/Abstract.php +%%WWWDIR%%/library/Zend/Session/Exception.php +%%WWWDIR%%/library/Zend/Session/Namespace.php +%%WWWDIR%%/library/Zend/Session/SaveHandler/DbTable.php +%%WWWDIR%%/library/Zend/Session/SaveHandler/Exception.php +%%WWWDIR%%/library/Zend/Session/SaveHandler/Interface.php +%%WWWDIR%%/library/Zend/Session/Validator/Abstract.php +%%WWWDIR%%/library/Zend/Session/Validator/HttpUserAgent.php +%%WWWDIR%%/library/Zend/Session/Validator/Interface.php +%%WWWDIR%%/library/Zend/Tag/Cloud.php +%%WWWDIR%%/library/Zend/Tag/Cloud/Decorator/Cloud.php +%%WWWDIR%%/library/Zend/Tag/Cloud/Decorator/Exception.php +%%WWWDIR%%/library/Zend/Tag/Cloud/Decorator/HtmlCloud.php +%%WWWDIR%%/library/Zend/Tag/Cloud/Decorator/HtmlTag.php +%%WWWDIR%%/library/Zend/Tag/Cloud/Decorator/Tag.php +%%WWWDIR%%/library/Zend/Tag/Cloud/Exception.php +%%WWWDIR%%/library/Zend/Tag/Exception.php +%%WWWDIR%%/library/Zend/Tag/Item.php +%%WWWDIR%%/library/Zend/Tag/ItemList.php +%%WWWDIR%%/library/Zend/Tag/Taggable.php +%%WWWDIR%%/library/Zend/Translate.php +%%WWWDIR%%/library/Zend/Translate/Adapter.php +%%WWWDIR%%/library/Zend/Translate/Adapter/Array.php +%%WWWDIR%%/library/Zend/Translate/Adapter/Csv.php +%%WWWDIR%%/library/Zend/Translate/Adapter/Gettext.php +%%WWWDIR%%/library/Zend/Translate/Adapter/Ini.php +%%WWWDIR%%/library/Zend/Translate/Adapter/Qt.php +%%WWWDIR%%/library/Zend/Translate/Adapter/Tbx.php +%%WWWDIR%%/library/Zend/Translate/Adapter/Tmx.php +%%WWWDIR%%/library/Zend/Translate/Adapter/Xliff.php +%%WWWDIR%%/library/Zend/Translate/Adapter/XmlTm.php +%%WWWDIR%%/library/Zend/Translate/Exception.php +%%WWWDIR%%/library/Zend/Translate/Plural.php +%%WWWDIR%%/library/pclzip.lib.php +%%WWWDIR%%/library/phpmailer/class.phpmailer.php +%%WWWDIR%%/library/phpmailer/class.smtp.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ar.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-br.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ca.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ch.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-cz.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-de.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-dk.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-es.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-et.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-fi.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-fo.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-fr.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-hu.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-it.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ja.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-nl.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-no.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-pl.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ro.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-ru.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-se.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-tr.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-zh.php +%%WWWDIR%%/library/phpmailer/language/phpmailer.lang-zh_cn.php +%%WWWDIR%%/library/tcpdf/CHANGELOG.TXT +%%WWWDIR%%/library/tcpdf/LICENSE.TXT +%%WWWDIR%%/library/tcpdf/README.TXT +%%WWWDIR%%/library/tcpdf/config/lang/eng.php +%%WWWDIR%%/library/tcpdf/config/lang/ger.php +%%WWWDIR%%/library/tcpdf/config/lang/ita.php +%%WWWDIR%%/library/tcpdf/config/tcpdf_config.php +%%WWWDIR%%/library/tcpdf/fonts/arialunicid0.php +%%WWWDIR%%/library/tcpdf/fonts/dejavusans.ctg.z +%%WWWDIR%%/library/tcpdf/fonts/dejavusans.php +%%WWWDIR%%/library/tcpdf/fonts/dejavusans.z +%%WWWDIR%%/library/tcpdf/fonts/dejavusansb.ctg.z +%%WWWDIR%%/library/tcpdf/fonts/dejavusansb.php +%%WWWDIR%%/library/tcpdf/fonts/dejavusansb.z +%%WWWDIR%%/library/tcpdf/fonts/dejavusansbi.ctg.z +%%WWWDIR%%/library/tcpdf/fonts/dejavusansbi.php +%%WWWDIR%%/library/tcpdf/fonts/dejavusansbi.z +%%WWWDIR%%/library/tcpdf/fonts/dejavusansi.ctg.z +%%WWWDIR%%/library/tcpdf/fonts/dejavusansi.php +%%WWWDIR%%/library/tcpdf/fonts/dejavusansi.z +%%WWWDIR%%/library/tcpdf/fonts/helvetica.php +%%WWWDIR%%/library/tcpdf/fonts/helveticab.php +%%WWWDIR%%/library/tcpdf/fonts/helveticabi.php +%%WWWDIR%%/library/tcpdf/fonts/helveticai.php +%%WWWDIR%%/library/tcpdf/fonts/uni2cid_aj16.php +%%WWWDIR%%/library/tcpdf/htmlcolors.php +%%WWWDIR%%/library/tcpdf/tcpdf.php +%%WWWDIR%%/library/tcpdf/unicode_data.php +%%WWWDIR%%/lifespan.php +%%WWWDIR%%/login.php +%%WWWDIR%%/login_register.php +%%WWWDIR%%/logs.php +%%WWWDIR%%/manageservers.php +%%WWWDIR%%/media.php +%%WWWDIR%%/media/MediaInfo.txt +%%WWWDIR%%/media/index.php +%%WWWDIR%%/media/thumbs/ThumbsInfo.txt +%%WWWDIR%%/media/thumbs/index.php +%%WWWDIR%%/mediafirewall.php +%%WWWDIR%%/medialist.php +%%WWWDIR%%/mediaviewer.php +%%WWWDIR%%/message.php +%%WWWDIR%%/module.php +%%WWWDIR%%/module_admin.php +%%WWWDIR%%/modules/GEDFact_assistant/CENS_ctrl.php +%%WWWDIR%%/modules/GEDFact_assistant/MEDIA_ctrl.php +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/addnoteaction_assisted.php +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_1_ctrl.php +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_2_source_input.php +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_3_find.php +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_3_search_add.php +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_4_text.php +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_5_input.php +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_asst_date.php +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_asst_help.php +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/census_note_decode.php +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/js/census_5_input.js.php +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/js/chapman_codes.js +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/js/date.js +%%WWWDIR%%/modules/GEDFact_assistant/_CENS/js/dynamicoptionlist.js +%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_0_inverselink.php +%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_1_ctrl.php +%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_3_find.php +%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_3_search_add.php +%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_5_input.js +%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_5_input.php +%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_7_parse_addLinksTbl.php +%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_query_1a.php +%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_query_2a.php +%%WWWDIR%%/modules/GEDFact_assistant/_MEDIA/media_query_3a.php +%%WWWDIR%%/modules/GEDFact_assistant/css/gf_styles.css +%%WWWDIR%%/modules/GEDFact_assistant/css/media_0_inverselink.css +%%WWWDIR%%/modules/GEDFact_assistant/module.php +%%WWWDIR%%/modules/address_label_report/module.php +%%WWWDIR%%/modules/address_label_report/report.xml +%%WWWDIR%%/modules/address_report/module.php +%%WWWDIR%%/modules/address_report/report.xml +%%WWWDIR%%/modules/ahnentafel_report/module.php +%%WWWDIR%%/modules/ahnentafel_report/report.xml +%%WWWDIR%%/modules/all_tab/module.php +%%WWWDIR%%/modules/batch_update/batch_update.php +%%WWWDIR%%/modules/batch_update/module.php +%%WWWDIR%%/modules/batch_update/plugins/birth_y.php +%%WWWDIR%%/modules/batch_update/plugins/death_y.php +%%WWWDIR%%/modules/batch_update/plugins/duplicate_links.php +%%WWWDIR%%/modules/batch_update/plugins/married_names.php +%%WWWDIR%%/modules/batch_update/plugins/name_format.php +%%WWWDIR%%/modules/batch_update/plugins/search_replace.php +%%WWWDIR%%/modules/batch_update/plugins/tmglatlon.php +%%WWWDIR%%/modules/bdm_report/module.php +%%WWWDIR%%/modules/bdm_report/report.xml +%%WWWDIR%%/modules/birth_report/module.php +%%WWWDIR%%/modules/birth_report/report.xml +%%WWWDIR%%/modules/cemetery_report/module.php +%%WWWDIR%%/modules/cemetery_report/report.xml +%%WWWDIR%%/modules/change_report/module.php +%%WWWDIR%%/modules/change_report/report.xml +%%WWWDIR%%/modules/charts/help_text.php +%%WWWDIR%%/modules/charts/module.php +%%WWWDIR%%/modules/ckeditor/CHANGES.html +%%WWWDIR%%/modules/ckeditor/INSTALL.html +%%WWWDIR%%/modules/ckeditor/LICENSE.html +%%WWWDIR%%/modules/ckeditor/adapters/jquery.js +%%WWWDIR%%/modules/ckeditor/ckeditor.js +%%WWWDIR%%/modules/ckeditor/ckeditor.pack +%%WWWDIR%%/modules/ckeditor/ckeditor.php +%%WWWDIR%%/modules/ckeditor/ckeditor_basic.js +%%WWWDIR%%/modules/ckeditor/ckeditor_basic_source.js +%%WWWDIR%%/modules/ckeditor/ckeditor_php4.php +%%WWWDIR%%/modules/ckeditor/ckeditor_php5.php +%%WWWDIR%%/modules/ckeditor/ckeditor_source.js +%%WWWDIR%%/modules/ckeditor/config.js +%%WWWDIR%%/modules/ckeditor/contents.css +%%WWWDIR%%/modules/ckeditor/htaccess.txt +%%WWWDIR%%/modules/ckeditor/images/spacer.gif +%%WWWDIR%%/modules/ckeditor/lang/_languages.js +%%WWWDIR%%/modules/ckeditor/lang/_translationstatus.txt +%%WWWDIR%%/modules/ckeditor/lang/af.js +%%WWWDIR%%/modules/ckeditor/lang/ar.js +%%WWWDIR%%/modules/ckeditor/lang/bg.js +%%WWWDIR%%/modules/ckeditor/lang/bn.js +%%WWWDIR%%/modules/ckeditor/lang/bs.js +%%WWWDIR%%/modules/ckeditor/lang/ca.js +%%WWWDIR%%/modules/ckeditor/lang/cs.js +%%WWWDIR%%/modules/ckeditor/lang/cy.js +%%WWWDIR%%/modules/ckeditor/lang/da.js +%%WWWDIR%%/modules/ckeditor/lang/de.js +%%WWWDIR%%/modules/ckeditor/lang/el.js +%%WWWDIR%%/modules/ckeditor/lang/en-au.js +%%WWWDIR%%/modules/ckeditor/lang/en-ca.js +%%WWWDIR%%/modules/ckeditor/lang/en-gb.js +%%WWWDIR%%/modules/ckeditor/lang/en.js +%%WWWDIR%%/modules/ckeditor/lang/eo.js +%%WWWDIR%%/modules/ckeditor/lang/es.js +%%WWWDIR%%/modules/ckeditor/lang/et.js +%%WWWDIR%%/modules/ckeditor/lang/eu.js +%%WWWDIR%%/modules/ckeditor/lang/fa.js +%%WWWDIR%%/modules/ckeditor/lang/fi.js +%%WWWDIR%%/modules/ckeditor/lang/fo.js +%%WWWDIR%%/modules/ckeditor/lang/fr-ca.js +%%WWWDIR%%/modules/ckeditor/lang/fr.js +%%WWWDIR%%/modules/ckeditor/lang/gl.js +%%WWWDIR%%/modules/ckeditor/lang/gu.js +%%WWWDIR%%/modules/ckeditor/lang/he.js +%%WWWDIR%%/modules/ckeditor/lang/hi.js +%%WWWDIR%%/modules/ckeditor/lang/hr.js +%%WWWDIR%%/modules/ckeditor/lang/hu.js +%%WWWDIR%%/modules/ckeditor/lang/is.js +%%WWWDIR%%/modules/ckeditor/lang/it.js +%%WWWDIR%%/modules/ckeditor/lang/ja.js +%%WWWDIR%%/modules/ckeditor/lang/km.js +%%WWWDIR%%/modules/ckeditor/lang/ko.js +%%WWWDIR%%/modules/ckeditor/lang/lt.js +%%WWWDIR%%/modules/ckeditor/lang/lv.js +%%WWWDIR%%/modules/ckeditor/lang/mn.js +%%WWWDIR%%/modules/ckeditor/lang/ms.js +%%WWWDIR%%/modules/ckeditor/lang/nb.js +%%WWWDIR%%/modules/ckeditor/lang/nl.js +%%WWWDIR%%/modules/ckeditor/lang/no.js +%%WWWDIR%%/modules/ckeditor/lang/pl.js +%%WWWDIR%%/modules/ckeditor/lang/pt-br.js +%%WWWDIR%%/modules/ckeditor/lang/pt.js +%%WWWDIR%%/modules/ckeditor/lang/ro.js +%%WWWDIR%%/modules/ckeditor/lang/ru.js +%%WWWDIR%%/modules/ckeditor/lang/sk.js +%%WWWDIR%%/modules/ckeditor/lang/sl.js +%%WWWDIR%%/modules/ckeditor/lang/sr-latn.js +%%WWWDIR%%/modules/ckeditor/lang/sr.js +%%WWWDIR%%/modules/ckeditor/lang/sv.js +%%WWWDIR%%/modules/ckeditor/lang/th.js +%%WWWDIR%%/modules/ckeditor/lang/tr.js +%%WWWDIR%%/modules/ckeditor/lang/uk.js +%%WWWDIR%%/modules/ckeditor/lang/vi.js +%%WWWDIR%%/modules/ckeditor/lang/zh-cn.js +%%WWWDIR%%/modules/ckeditor/lang/zh.js +%%WWWDIR%%/modules/ckeditor/module.php +%%WWWDIR%%/modules/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +%%WWWDIR%%/modules/ckeditor/plugins/a11yhelp/lang/en.js +%%WWWDIR%%/modules/ckeditor/plugins/a11yhelp/lang/he.js +%%WWWDIR%%/modules/ckeditor/plugins/about/dialogs/about.js +%%WWWDIR%%/modules/ckeditor/plugins/about/dialogs/logo_ckeditor.png +%%WWWDIR%%/modules/ckeditor/plugins/clipboard/dialogs/paste.js +%%WWWDIR%%/modules/ckeditor/plugins/colordialog/dialogs/colordialog.js +%%WWWDIR%%/modules/ckeditor/plugins/dialog/dialogDefinition.js +%%WWWDIR%%/modules/ckeditor/plugins/div/dialogs/div.js +%%WWWDIR%%/modules/ckeditor/plugins/find/dialogs/find.js +%%WWWDIR%%/modules/ckeditor/plugins/flash/dialogs/flash.js +%%WWWDIR%%/modules/ckeditor/plugins/flash/images/placeholder.png +%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/button.js +%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/checkbox.js +%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/form.js +%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/hiddenfield.js +%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/radio.js +%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/select.js +%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/textarea.js +%%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs/textfield.js +%%WWWDIR%%/modules/ckeditor/plugins/iframedialog/plugin.js +%%WWWDIR%%/modules/ckeditor/plugins/image/dialogs/image.js +%%WWWDIR%%/modules/ckeditor/plugins/link/dialogs/anchor.js +%%WWWDIR%%/modules/ckeditor/plugins/link/dialogs/link.js +%%WWWDIR%%/modules/ckeditor/plugins/link/images/anchor.gif +%%WWWDIR%%/modules/ckeditor/plugins/liststyle/dialogs/liststyle.js +%%WWWDIR%%/modules/ckeditor/plugins/liststyle/plugin.js +%%WWWDIR%%/modules/ckeditor/plugins/pagebreak/images/pagebreak.gif +%%WWWDIR%%/modules/ckeditor/plugins/pastefromword/filter/default.js +%%WWWDIR%%/modules/ckeditor/plugins/pastetext/dialogs/pastetext.js +%%WWWDIR%%/modules/ckeditor/plugins/scayt/dialogs/options.js +%%WWWDIR%%/modules/ckeditor/plugins/scayt/dialogs/toolbar.css +%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_address.png +%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_blockquote.png +%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_div.png +%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_h1.png +%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_h2.png +%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_h3.png +%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_h4.png +%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_h5.png +%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_h6.png +%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_p.png +%%WWWDIR%%/modules/ckeditor/plugins/showblocks/images/block_pre.png +%%WWWDIR%%/modules/ckeditor/plugins/smiley/dialogs/smiley.js +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/angel_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/angry_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/broken_heart.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/confused_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/cry_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/devil_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/embaressed_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/envelope.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/heart.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/kiss.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/lightbulb.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/omg_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/regular_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/sad_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/shades_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/teeth_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/thumbs_down.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/thumbs_up.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/tounge_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/smiley/images/wink_smile.gif +%%WWWDIR%%/modules/ckeditor/plugins/specialchar/dialogs/specialchar.js +%%WWWDIR%%/modules/ckeditor/plugins/styles/styles/default.js +%%WWWDIR%%/modules/ckeditor/plugins/table/dialogs/table.js +%%WWWDIR%%/modules/ckeditor/plugins/tabletools/dialogs/tableCell.js +%%WWWDIR%%/modules/ckeditor/plugins/templates/dialogs/templates.js +%%WWWDIR%%/modules/ckeditor/plugins/templates/templates/default.js +%%WWWDIR%%/modules/ckeditor/plugins/templates/templates/images/template1.gif +%%WWWDIR%%/modules/ckeditor/plugins/templates/templates/images/template2.gif +%%WWWDIR%%/modules/ckeditor/plugins/templates/templates/images/template3.gif +%%WWWDIR%%/modules/ckeditor/plugins/uicolor/dialogs/uicolor.js +%%WWWDIR%%/modules/ckeditor/plugins/uicolor/lang/en.js +%%WWWDIR%%/modules/ckeditor/plugins/uicolor/plugin.js +%%WWWDIR%%/modules/ckeditor/plugins/uicolor/uicolor.gif +%%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +%%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +%%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +%%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +%%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/assets/yui.css +%%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/yui.js +%%WWWDIR%%/modules/ckeditor/plugins/wsc/dialogs/ciframe.html +%%WWWDIR%%/modules/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +%%WWWDIR%%/modules/ckeditor/plugins/wsc/dialogs/wsc.css +%%WWWDIR%%/modules/ckeditor/plugins/wsc/dialogs/wsc.js +%%WWWDIR%%/modules/ckeditor/skins/kama/dialog.css +%%WWWDIR%%/modules/ckeditor/skins/kama/editor.css +%%WWWDIR%%/modules/ckeditor/skins/kama/icons.png +%%WWWDIR%%/modules/ckeditor/skins/kama/images/dialog_sides.gif +%%WWWDIR%%/modules/ckeditor/skins/kama/images/dialog_sides.png +%%WWWDIR%%/modules/ckeditor/skins/kama/images/dialog_sides_rtl.png +%%WWWDIR%%/modules/ckeditor/skins/kama/images/mini.gif +%%WWWDIR%%/modules/ckeditor/skins/kama/images/noimage.png +%%WWWDIR%%/modules/ckeditor/skins/kama/images/sprites.png +%%WWWDIR%%/modules/ckeditor/skins/kama/images/sprites_ie6.png +%%WWWDIR%%/modules/ckeditor/skins/kama/images/toolbar_start.gif +%%WWWDIR%%/modules/ckeditor/skins/kama/skin.js +%%WWWDIR%%/modules/ckeditor/skins/kama/templates.css +%%WWWDIR%%/modules/ckeditor/skins/office2003/dialog.css +%%WWWDIR%%/modules/ckeditor/skins/office2003/editor.css +%%WWWDIR%%/modules/ckeditor/skins/office2003/icons.png +%%WWWDIR%%/modules/ckeditor/skins/office2003/images/dialog_sides.gif +%%WWWDIR%%/modules/ckeditor/skins/office2003/images/dialog_sides.png +%%WWWDIR%%/modules/ckeditor/skins/office2003/images/dialog_sides_rtl.png +%%WWWDIR%%/modules/ckeditor/skins/office2003/images/mini.gif +%%WWWDIR%%/modules/ckeditor/skins/office2003/images/noimage.png +%%WWWDIR%%/modules/ckeditor/skins/office2003/images/sprites.png +%%WWWDIR%%/modules/ckeditor/skins/office2003/images/sprites_ie6.png +%%WWWDIR%%/modules/ckeditor/skins/office2003/skin.js +%%WWWDIR%%/modules/ckeditor/skins/office2003/templates.css +%%WWWDIR%%/modules/ckeditor/skins/v2/dialog.css +%%WWWDIR%%/modules/ckeditor/skins/v2/editor.css +%%WWWDIR%%/modules/ckeditor/skins/v2/icons.png +%%WWWDIR%%/modules/ckeditor/skins/v2/images/dialog_sides.gif +%%WWWDIR%%/modules/ckeditor/skins/v2/images/dialog_sides.png +%%WWWDIR%%/modules/ckeditor/skins/v2/images/dialog_sides_rtl.png +%%WWWDIR%%/modules/ckeditor/skins/v2/images/mini.gif +%%WWWDIR%%/modules/ckeditor/skins/v2/images/noimage.png +%%WWWDIR%%/modules/ckeditor/skins/v2/images/sprites.png +%%WWWDIR%%/modules/ckeditor/skins/v2/images/sprites_ie6.png +%%WWWDIR%%/modules/ckeditor/skins/v2/images/toolbar_start.gif +%%WWWDIR%%/modules/ckeditor/skins/v2/skin.js +%%WWWDIR%%/modules/ckeditor/skins/v2/templates.css +%%WWWDIR%%/modules/ckeditor/themes/default/theme.js +%%WWWDIR%%/modules/clippings/clippings_ctrl.php +%%WWWDIR%%/modules/clippings/help_text.php +%%WWWDIR%%/modules/clippings/index.php +%%WWWDIR%%/modules/clippings/module.php +%%WWWDIR%%/modules/death_report/module.php +%%WWWDIR%%/modules/death_report/report.xml +%%WWWDIR%%/modules/descendancy/module.php +%%WWWDIR%%/modules/descendancy_report/module.php +%%WWWDIR%%/modules/descendancy_report/report.xml +%%WWWDIR%%/modules/families/module.php +%%WWWDIR%%/modules/family_group_report/module.php +%%WWWDIR%%/modules/family_group_report/report.xml +%%WWWDIR%%/modules/family_nav/module.php +%%WWWDIR%%/modules/faq/help_text.php +%%WWWDIR%%/modules/faq/module.php +%%WWWDIR%%/modules/gedcom_block/module.php +%%WWWDIR%%/modules/gedcom_favorites/db_schema/db_schema_0_1.php +%%WWWDIR%%/modules/gedcom_favorites/help_text.php +%%WWWDIR%%/modules/gedcom_favorites/module.php +%%WWWDIR%%/modules/gedcom_news/db_schema/db_schema_0_1.php +%%WWWDIR%%/modules/gedcom_news/module.php +%%WWWDIR%%/modules/gedcom_stats/module.php +%%WWWDIR%%/modules/googlemap/admin_config.php +%%WWWDIR%%/modules/googlemap/css/googlemap_style.css +%%WWWDIR%%/modules/googlemap/db_schema/db_schema_0_1.php +%%WWWDIR%%/modules/googlemap/defaultconfig.php +%%WWWDIR%%/modules/googlemap/editconfig.php +%%WWWDIR%%/modules/googlemap/flags.php +%%WWWDIR%%/modules/googlemap/googlemap.php +%%WWWDIR%%/modules/googlemap/googlemap_readme.txt +%%WWWDIR%%/modules/googlemap/help_text.php +%%WWWDIR%%/modules/googlemap/images/flag_shadow.png +%%WWWDIR%%/modules/googlemap/images/icon1.png +%%WWWDIR%%/modules/googlemap/images/icon2.png +%%WWWDIR%%/modules/googlemap/images/icon2L.png +%%WWWDIR%%/modules/googlemap/images/icon2Ls.png +%%WWWDIR%%/modules/googlemap/images/icon2R.png +%%WWWDIR%%/modules/googlemap/images/icon2Rs.png +%%WWWDIR%%/modules/googlemap/images/icon3.png +%%WWWDIR%%/modules/googlemap/images/icon3L.png +%%WWWDIR%%/modules/googlemap/images/icon3Ls.png +%%WWWDIR%%/modules/googlemap/images/icon3R.png +%%WWWDIR%%/modules/googlemap/images/icon3Rs.png +%%WWWDIR%%/modules/googlemap/images/icon4.png +%%WWWDIR%%/modules/googlemap/images/icon4L.png +%%WWWDIR%%/modules/googlemap/images/icon4Ls.png +%%WWWDIR%%/modules/googlemap/images/icon4R.png +%%WWWDIR%%/modules/googlemap/images/icon4Rs.png +%%WWWDIR%%/modules/googlemap/images/icon5.png +%%WWWDIR%%/modules/googlemap/images/icon5L.png +%%WWWDIR%%/modules/googlemap/images/icon5Ls.png +%%WWWDIR%%/modules/googlemap/images/icon5R.png +%%WWWDIR%%/modules/googlemap/images/icon5Rs.png +%%WWWDIR%%/modules/googlemap/images/icon6.png +%%WWWDIR%%/modules/googlemap/images/icon6L.png +%%WWWDIR%%/modules/googlemap/images/icon6Ls.png +%%WWWDIR%%/modules/googlemap/images/icon6R.png +%%WWWDIR%%/modules/googlemap/images/icon6Rs.png +%%WWWDIR%%/modules/googlemap/images/icon7.png +%%WWWDIR%%/modules/googlemap/images/icon7L.png +%%WWWDIR%%/modules/googlemap/images/icon7Ls.png +%%WWWDIR%%/modules/googlemap/images/icon7R.png +%%WWWDIR%%/modules/googlemap/images/icon7Rs.png +%%WWWDIR%%/modules/googlemap/images/icon8.png +%%WWWDIR%%/modules/googlemap/images/icon8L.png +%%WWWDIR%%/modules/googlemap/images/icon8Ls.png +%%WWWDIR%%/modules/googlemap/images/icon8R.png +%%WWWDIR%%/modules/googlemap/images/icon8Rs.png +%%WWWDIR%%/modules/googlemap/images/marker_yellow.png +%%WWWDIR%%/modules/googlemap/images/pedigree_map.gif +%%WWWDIR%%/modules/googlemap/images/shadow-left-large.png +%%WWWDIR%%/modules/googlemap/images/shadow-left-small.png +%%WWWDIR%%/modules/googlemap/images/shadow-right-large.png +%%WWWDIR%%/modules/googlemap/images/shadow-right-small.png +%%WWWDIR%%/modules/googlemap/images/shadow50.png +%%WWWDIR%%/modules/googlemap/images/sq1.png +%%WWWDIR%%/modules/googlemap/images/sq2.png +%%WWWDIR%%/modules/googlemap/images/sq3.png +%%WWWDIR%%/modules/googlemap/images/sq4.png +%%WWWDIR%%/modules/googlemap/images/sq5.png +%%WWWDIR%%/modules/googlemap/images/sq6.png +%%WWWDIR%%/modules/googlemap/images/sq7.png +%%WWWDIR%%/modules/googlemap/images/sq8.png +%%WWWDIR%%/modules/googlemap/images/transparent-left-large.png +%%WWWDIR%%/modules/googlemap/images/transparent-left-small.png +%%WWWDIR%%/modules/googlemap/images/transparent-right-large.png +%%WWWDIR%%/modules/googlemap/images/transparent-right-small.png +%%WWWDIR%%/modules/googlemap/index.php +%%WWWDIR%%/modules/googlemap/module.php +%%WWWDIR%%/modules/googlemap/pedigree_map.php +%%WWWDIR%%/modules/googlemap/placecheck.php +%%WWWDIR%%/modules/googlemap/placehierarchy.php +%%WWWDIR%%/modules/googlemap/places.php +%%WWWDIR%%/modules/googlemap/places_edit.php +%%WWWDIR%%/modules/googlemap/wt_googlemap.js +%%WWWDIR%%/modules/html/module.php +%%WWWDIR%%/modules/individual_ext_report/module.php +%%WWWDIR%%/modules/individual_ext_report/report.xml +%%WWWDIR%%/modules/individual_report/module.php +%%WWWDIR%%/modules/individual_report/report.xml +%%WWWDIR%%/modules/individuals/module.php +%%WWWDIR%%/modules/lightbox/admin_config.php +%%WWWDIR%%/modules/lightbox/album.php +%%WWWDIR%%/modules/lightbox/css/album_page.css +%%WWWDIR%%/modules/lightbox/css/album_page_RTL.css +%%WWWDIR%%/modules/lightbox/css/album_page_RTL2.css +%%WWWDIR%%/modules/lightbox/css/album_page_RTL_ff.css +%%WWWDIR%%/modules/lightbox/css/clearbox_music.css +%%WWWDIR%%/modules/lightbox/css/clearbox_music_RTL.css +%%WWWDIR%%/modules/lightbox/functions/lb_call_js.php +%%WWWDIR%%/modules/lightbox/functions/lb_head.php +%%WWWDIR%%/modules/lightbox/functions/lb_horiz_sort.php +%%WWWDIR%%/modules/lightbox/functions/lb_link.php +%%WWWDIR%%/modules/lightbox/functions/lightbox_print_media.php +%%WWWDIR%%/modules/lightbox/functions/lightbox_print_media_row.php +%%WWWDIR%%/modules/lightbox/help_text.php +%%WWWDIR%%/modules/lightbox/images/blank.gif +%%WWWDIR%%/modules/lightbox/images/close_1.gif +%%WWWDIR%%/modules/lightbox/images/image_add.gif +%%WWWDIR%%/modules/lightbox/images/image_copy.gif +%%WWWDIR%%/modules/lightbox/images/image_delete.gif +%%WWWDIR%%/modules/lightbox/images/image_edit.gif +%%WWWDIR%%/modules/lightbox/images/image_link.gif +%%WWWDIR%%/modules/lightbox/images/image_view.gif +%%WWWDIR%%/modules/lightbox/images/images.gif +%%WWWDIR%%/modules/lightbox/images/loading.gif +%%WWWDIR%%/modules/lightbox/images/next.gif +%%WWWDIR%%/modules/lightbox/images/nextlabel.gif +%%WWWDIR%%/modules/lightbox/images/norm_2.gif +%%WWWDIR%%/modules/lightbox/images/overlay.png +%%WWWDIR%%/modules/lightbox/images/prev.gif +%%WWWDIR%%/modules/lightbox/images/prevlabel.gif +%%WWWDIR%%/modules/lightbox/images/private.gif +%%WWWDIR%%/modules/lightbox/images/slideshow.jpg +%%WWWDIR%%/modules/lightbox/images/transp80px.gif +%%WWWDIR%%/modules/lightbox/images/zoom_1.gif +%%WWWDIR%%/modules/lightbox/index.php +%%WWWDIR%%/modules/lightbox/js/Sound.js +%%WWWDIR%%/modules/lightbox/js/SoundBridge.swf +%%WWWDIR%%/modules/lightbox/js/clearbox.js +%%WWWDIR%%/modules/lightbox/js/clsource_music.js +%%WWWDIR%%/modules/lightbox/js/swfobject.js +%%WWWDIR%%/modules/lightbox/js/tip_balloon.js +%%WWWDIR%%/modules/lightbox/js/tip_balloon/b.gif +%%WWWDIR%%/modules/lightbox/js/tip_balloon/background.gif +%%WWWDIR%%/modules/lightbox/js/tip_balloon/l.gif +%%WWWDIR%%/modules/lightbox/js/tip_balloon/lb.gif +%%WWWDIR%%/modules/lightbox/js/tip_balloon/lt.gif +%%WWWDIR%%/modules/lightbox/js/tip_balloon/r.gif +%%WWWDIR%%/modules/lightbox/js/tip_balloon/rb.gif +%%WWWDIR%%/modules/lightbox/js/tip_balloon/rt.gif +%%WWWDIR%%/modules/lightbox/js/tip_balloon/stemb.gif +%%WWWDIR%%/modules/lightbox/js/tip_balloon/stemt.gif +%%WWWDIR%%/modules/lightbox/js/tip_balloon/t.gif +%%WWWDIR%%/modules/lightbox/js/tip_balloon_RTL.js +%%WWWDIR%%/modules/lightbox/js/tip_centerwindow.js +%%WWWDIR%%/modules/lightbox/js/wz_tooltip.js +%%WWWDIR%%/modules/lightbox/lb_defaultconfig.php +%%WWWDIR%%/modules/lightbox/lb_editconfig.php +%%WWWDIR%%/modules/lightbox/module.php +%%WWWDIR%%/modules/lightbox/music/music.mp3 +%%WWWDIR%%/modules/lightbox/pic/blank.gif +%%WWWDIR%%/modules/lightbox/pic/close.png +%%WWWDIR%%/modules/lightbox/pic/close_red.png +%%WWWDIR%%/modules/lightbox/pic/detail.gif +%%WWWDIR%%/modules/lightbox/pic/details.gif +%%WWWDIR%%/modules/lightbox/pic/loading.gif +%%WWWDIR%%/modules/lightbox/pic/music_null.png +%%WWWDIR%%/modules/lightbox/pic/music_off.png +%%WWWDIR%%/modules/lightbox/pic/music_on.png +%%WWWDIR%%/modules/lightbox/pic/next.gif +%%WWWDIR%%/modules/lightbox/pic/notes.gif +%%WWWDIR%%/modules/lightbox/pic/pause.png +%%WWWDIR%%/modules/lightbox/pic/prev.gif +%%WWWDIR%%/modules/lightbox/pic/s_btm.png +%%WWWDIR%%/modules/lightbox/pic/s_btmleft.png +%%WWWDIR%%/modules/lightbox/pic/s_btmright.png +%%WWWDIR%%/modules/lightbox/pic/s_left.png +%%WWWDIR%%/modules/lightbox/pic/s_right.png +%%WWWDIR%%/modules/lightbox/pic/s_top.png +%%WWWDIR%%/modules/lightbox/pic/s_topleft.png +%%WWWDIR%%/modules/lightbox/pic/s_topright.png +%%WWWDIR%%/modules/lightbox/pic/start.png +%%WWWDIR%%/modules/lightbox/pic/white.gif +%%WWWDIR%%/modules/lightbox/pic/zoom_off.png +%%WWWDIR%%/modules/lightbox/pic/zoom_on.png +%%WWWDIR%%/modules/logged_in/help_text.php +%%WWWDIR%%/modules/logged_in/module.php +%%WWWDIR%%/modules/login_block/module.php +%%WWWDIR%%/modules/marriage_report/module.php +%%WWWDIR%%/modules/marriage_report/report.xml +%%WWWDIR%%/modules/media/module.php +%%WWWDIR%%/modules/missing_facts_report/module.php +%%WWWDIR%%/modules/missing_facts_report/report.xml +%%WWWDIR%%/modules/notes/module.php +%%WWWDIR%%/modules/page_menu/module.php +%%WWWDIR%%/modules/pedigree_report/module.php +%%WWWDIR%%/modules/pedigree_report/report_landscape.xml +%%WWWDIR%%/modules/pedigree_report/report_portrait.xml +%%WWWDIR%%/modules/personal_facts/module.php +%%WWWDIR%%/modules/random_media/module.php +%%WWWDIR%%/modules/recent_changes/help_text.php +%%WWWDIR%%/modules/recent_changes/module.php +%%WWWDIR%%/modules/relative_ext_report/module.php +%%WWWDIR%%/modules/relative_ext_report/report.xml +%%WWWDIR%%/modules/relative_report/module.php +%%WWWDIR%%/modules/relative_report/report.xml +%%WWWDIR%%/modules/relatives/module.php +%%WWWDIR%%/modules/review_changes/help_text.php +%%WWWDIR%%/modules/review_changes/module.php +%%WWWDIR%%/modules/sitemap/admin_config.php +%%WWWDIR%%/modules/sitemap/gss.xsl +%%WWWDIR%%/modules/sitemap/help_text.php +%%WWWDIR%%/modules/sitemap/index.php +%%WWWDIR%%/modules/sitemap/module.php +%%WWWDIR%%/modules/sitemap/sortdown.gif +%%WWWDIR%%/modules/sitemap/sortup.gif +%%WWWDIR%%/modules/source_report/module.php +%%WWWDIR%%/modules/source_report/report.xml +%%WWWDIR%%/modules/sources_tab/module.php +%%WWWDIR%%/modules/stories/help_text.php +%%WWWDIR%%/modules/stories/module.php +%%WWWDIR%%/modules/theme_select/module.php +%%WWWDIR%%/modules/todays_events/help_text.php +%%WWWDIR%%/modules/todays_events/module.php +%%WWWDIR%%/modules/todo/help_text.php +%%WWWDIR%%/modules/todo/module.php +%%WWWDIR%%/modules/top10_givnnames/help_text.php +%%WWWDIR%%/modules/top10_givnnames/module.php +%%WWWDIR%%/modules/top10_pageviews/help_text.php +%%WWWDIR%%/modules/top10_pageviews/module.php +%%WWWDIR%%/modules/top10_surnames/help_text.php +%%WWWDIR%%/modules/top10_surnames/module.php +%%WWWDIR%%/modules/tree/module.php +%%WWWDIR%%/modules/upcoming_events/help_text.php +%%WWWDIR%%/modules/upcoming_events/module.php +%%WWWDIR%%/modules/user_blog/db_schema/db_schema_0_1.php +%%WWWDIR%%/modules/user_blog/module.php +%%WWWDIR%%/modules/user_favorites/db_schema/db_schema_0_1.php +%%WWWDIR%%/modules/user_favorites/help_text.php +%%WWWDIR%%/modules/user_favorites/module.php +%%WWWDIR%%/modules/user_messages/help_text.php +%%WWWDIR%%/modules/user_messages/module.php +%%WWWDIR%%/modules/user_welcome/module.php +%%WWWDIR%%/modules/yahrzeit/help_text.php +%%WWWDIR%%/modules/yahrzeit/module.php +%%WWWDIR%%/note.php +%%WWWDIR%%/notelist.php +%%WWWDIR%%/opensearch.php +%%WWWDIR%%/pedigree.php +%%WWWDIR%%/pgv_to_wt.php +%%WWWDIR%%/placelist.php +%%WWWDIR%%/places/ARG/ARG.gif +%%WWWDIR%%/places/ARG/ARG.htm +%%WWWDIR%%/places/AUS/AUS.gif +%%WWWDIR%%/places/AUS/AUS.htm +%%WWWDIR%%/places/AUS/AUS_New-South-Wales.gif +%%WWWDIR%%/places/AUS/AUS_Northern-Territory.gif +%%WWWDIR%%/places/AUS/AUS_Queensland.gif +%%WWWDIR%%/places/AUS/AUS_South-Australia.gif +%%WWWDIR%%/places/AUS/AUS_Tasmania.gif +%%WWWDIR%%/places/AUS/AUS_Victoria.gif +%%WWWDIR%%/places/AUS/AUS_Western-Australia.gif +%%WWWDIR%%/places/AUT/AUT.gif +%%WWWDIR%%/places/AUT/AUT.htm +%%WWWDIR%%/places/BEL/BEL.gif +%%WWWDIR%%/places/BEL/BEL.htm +%%WWWDIR%%/places/BEL/BEL_Flandre.txt +%%WWWDIR%%/places/BEL/BEL_Wallonie.txt +%%WWWDIR%%/places/BEL/BEL_Wallonie_Brabant-Wallon.txt +%%WWWDIR%%/places/BEL/BEL_Wallonie_Hainaut.txt +%%WWWDIR%%/places/BEL/BEL_Wallonie_Liege.txt +%%WWWDIR%%/places/BEL/BEL_Wallonie_Luxembourg.txt +%%WWWDIR%%/places/BEL/BEL_Wallonie_Namur.txt +%%WWWDIR%%/places/BEL/flags/Flandre.gif +%%WWWDIR%%/places/BEL/flags/Wallonie.gif +%%WWWDIR%%/places/BRA/BRA.gif +%%WWWDIR%%/places/BRA/BRA.htm +%%WWWDIR%%/places/CAN/CAN.fr.htm +%%WWWDIR%%/places/CAN/CAN.gif +%%WWWDIR%%/places/CAN/CAN.htm +%%WWWDIR%%/places/CAN/flags/AB.gif +%%WWWDIR%%/places/CAN/flags/BC.gif +%%WWWDIR%%/places/CAN/flags/MB.gif +%%WWWDIR%%/places/CAN/flags/NB.gif +%%WWWDIR%%/places/CAN/flags/NL.gif +%%WWWDIR%%/places/CAN/flags/NS.gif +%%WWWDIR%%/places/CAN/flags/NT.gif +%%WWWDIR%%/places/CAN/flags/NU.gif +%%WWWDIR%%/places/CAN/flags/ON.gif +%%WWWDIR%%/places/CAN/flags/PE.gif +%%WWWDIR%%/places/CAN/flags/QC.gif +%%WWWDIR%%/places/CAN/flags/SK.gif +%%WWWDIR%%/places/CAN/flags/YT.gif +%%WWWDIR%%/places/CHE/CHE.gif +%%WWWDIR%%/places/CHE/CHE.htm +%%WWWDIR%%/places/CMR/CMR.gif +%%WWWDIR%%/places/CMR/CMR.htm +%%WWWDIR%%/places/CMR/CMR_Adamaoua.gif +%%WWWDIR%%/places/CMR/CMR_Centre.gif +%%WWWDIR%%/places/CMR/CMR_Est.gif +%%WWWDIR%%/places/CMR/CMR_Extreme-Nord.gif +%%WWWDIR%%/places/CMR/CMR_Littoral.gif +%%WWWDIR%%/places/CMR/CMR_Nord-Ouest.gif +%%WWWDIR%%/places/CMR/CMR_Nord.gif +%%WWWDIR%%/places/CMR/CMR_Ouest.gif +%%WWWDIR%%/places/CMR/CMR_Sud-Ouest.gif +%%WWWDIR%%/places/CMR/CMR_Sud.gif +%%WWWDIR%%/places/CZE/CZE.gif +%%WWWDIR%%/places/CZE/CZE.htm +%%WWWDIR%%/places/DEU/DEU.gif +%%WWWDIR%%/places/DEU/DEU.htm +%%WWWDIR%%/places/DEU/DEU_Baden-Wurttemberg.gif +%%WWWDIR%%/places/DEU/DEU_Bayern.gif +%%WWWDIR%%/places/DEU/DEU_Brandenburg.gif +%%WWWDIR%%/places/DEU/DEU_Bremen.gif +%%WWWDIR%%/places/DEU/DEU_Hessen.gif +%%WWWDIR%%/places/DEU/DEU_Mecklenburg-Vorpommern.gif +%%WWWDIR%%/places/DEU/DEU_Niedersachsen.gif +%%WWWDIR%%/places/DEU/DEU_Nordrhein-Westfalen.gif +%%WWWDIR%%/places/DEU/DEU_Rheinland-Pfalz.gif +%%WWWDIR%%/places/DEU/DEU_Saarland.gif +%%WWWDIR%%/places/DEU/DEU_Sachsen-Anhalt.gif +%%WWWDIR%%/places/DEU/DEU_Sachsen.gif +%%WWWDIR%%/places/DEU/DEU_Schleswig-Holstein.gif +%%WWWDIR%%/places/DEU/DEU_Thuringen.gif +%%WWWDIR%%/places/DEU/flags/BAW.gif +%%WWWDIR%%/places/DEU/flags/BAY.gif +%%WWWDIR%%/places/DEU/flags/BBG.gif +%%WWWDIR%%/places/DEU/flags/BLN.gif +%%WWWDIR%%/places/DEU/flags/BRM.gif +%%WWWDIR%%/places/DEU/flags/HBG.gif +%%WWWDIR%%/places/DEU/flags/HES.gif +%%WWWDIR%%/places/DEU/flags/MVP.gif +%%WWWDIR%%/places/DEU/flags/NDS.gif +%%WWWDIR%%/places/DEU/flags/NRW.gif +%%WWWDIR%%/places/DEU/flags/RPF.gif +%%WWWDIR%%/places/DEU/flags/SAA.gif +%%WWWDIR%%/places/DEU/flags/SAC.gif +%%WWWDIR%%/places/DEU/flags/SAL.gif +%%WWWDIR%%/places/DEU/flags/SLH.gif +%%WWWDIR%%/places/DEU/flags/THN.gif +%%WWWDIR%%/places/DNK/DNK.gif +%%WWWDIR%%/places/DNK/DNK.htm +%%WWWDIR%%/places/ENG/ENG.gif +%%WWWDIR%%/places/ENG/ENG.htm +%%WWWDIR%%/places/ENG/flags/BED.gif +%%WWWDIR%%/places/ENG/flags/BER.gif +%%WWWDIR%%/places/ENG/flags/BKM.gif +%%WWWDIR%%/places/ENG/flags/CAM.gif +%%WWWDIR%%/places/ENG/flags/CHS.gif +%%WWWDIR%%/places/ENG/flags/CI.gif +%%WWWDIR%%/places/ENG/flags/COR.gif +%%WWWDIR%%/places/ENG/flags/CUL.gif +%%WWWDIR%%/places/ENG/flags/DBY.gif +%%WWWDIR%%/places/ENG/flags/DEV.gif +%%WWWDIR%%/places/ENG/flags/DOR.gif +%%WWWDIR%%/places/ENG/flags/DUR.gif +%%WWWDIR%%/places/ENG/flags/ESS.gif +%%WWWDIR%%/places/ENG/flags/GLS.gif +%%WWWDIR%%/places/ENG/flags/HAM.gif +%%WWWDIR%%/places/ENG/flags/HUN.gif +%%WWWDIR%%/places/ENG/flags/IOM.gif +%%WWWDIR%%/places/ENG/flags/IOS.gif +%%WWWDIR%%/places/ENG/flags/IOW.gif +%%WWWDIR%%/places/ENG/flags/KEN.gif +%%WWWDIR%%/places/ENG/flags/LAN.gif +%%WWWDIR%%/places/ENG/flags/LDN.gif +%%WWWDIR%%/places/ENG/flags/LEI.gif +%%WWWDIR%%/places/ENG/flags/LIN.gif +%%WWWDIR%%/places/ENG/flags/MDX.gif +%%WWWDIR%%/places/ENG/flags/NBL.gif +%%WWWDIR%%/places/ENG/flags/NFK.gif +%%WWWDIR%%/places/ENG/flags/OXF.gif +%%WWWDIR%%/places/ENG/flags/RUT.gif +%%WWWDIR%%/places/ENG/flags/SAL.gif +%%WWWDIR%%/places/ENG/flags/SFK.gif +%%WWWDIR%%/places/ENG/flags/SOM.gif +%%WWWDIR%%/places/ENG/flags/SRY.gif +%%WWWDIR%%/places/ENG/flags/SSX.gif +%%WWWDIR%%/places/ENG/flags/STS.gif +%%WWWDIR%%/places/ENG/flags/T_W.gif +%%WWWDIR%%/places/ENG/flags/WAR.gif +%%WWWDIR%%/places/ENG/flags/WES.gif +%%WWWDIR%%/places/ENG/flags/WIL.gif +%%WWWDIR%%/places/ENG/flags/YKS.gif +%%WWWDIR%%/places/ESP/ESP.gif +%%WWWDIR%%/places/ESP/ESP.htm +%%WWWDIR%%/places/ESP/ESP.txt +%%WWWDIR%%/places/ESP/ESP_A_Coruna.txt +%%WWWDIR%%/places/ESP/ESP_Alava.txt +%%WWWDIR%%/places/ESP/ESP_Albacete.txt +%%WWWDIR%%/places/ESP/ESP_Alicante.txt +%%WWWDIR%%/places/ESP/ESP_Almeria.txt +%%WWWDIR%%/places/ESP/ESP_Asturias.txt +%%WWWDIR%%/places/ESP/ESP_Avila.txt +%%WWWDIR%%/places/ESP/ESP_Badajoz.txt +%%WWWDIR%%/places/ESP/ESP_Barcelona.txt +%%WWWDIR%%/places/ESP/ESP_Burgos.txt +%%WWWDIR%%/places/ESP/ESP_Caceres.txt +%%WWWDIR%%/places/ESP/ESP_Cadiz.txt +%%WWWDIR%%/places/ESP/ESP_Cantabria.txt +%%WWWDIR%%/places/ESP/ESP_Castellon.txt +%%WWWDIR%%/places/ESP/ESP_Ceuta.txt +%%WWWDIR%%/places/ESP/ESP_Ciudad_Real.txt +%%WWWDIR%%/places/ESP/ESP_Cordoba.txt +%%WWWDIR%%/places/ESP/ESP_Cuenca.txt +%%WWWDIR%%/places/ESP/ESP_Girona.txt +%%WWWDIR%%/places/ESP/ESP_Granada.txt +%%WWWDIR%%/places/ESP/ESP_Guadalajara.txt +%%WWWDIR%%/places/ESP/ESP_Guipuzcoa.txt +%%WWWDIR%%/places/ESP/ESP_Huelva.txt +%%WWWDIR%%/places/ESP/ESP_Huesca.txt +%%WWWDIR%%/places/ESP/ESP_Islas_Baleares.txt +%%WWWDIR%%/places/ESP/ESP_Jaen.txt +%%WWWDIR%%/places/ESP/ESP_La_Rioja.txt +%%WWWDIR%%/places/ESP/ESP_Las_Palmas.txt +%%WWWDIR%%/places/ESP/ESP_Leon.txt +%%WWWDIR%%/places/ESP/ESP_Lleida.txt +%%WWWDIR%%/places/ESP/ESP_Lugo.txt +%%WWWDIR%%/places/ESP/ESP_Madrid.txt +%%WWWDIR%%/places/ESP/ESP_Malaga.txt +%%WWWDIR%%/places/ESP/ESP_Melilla.txt +%%WWWDIR%%/places/ESP/ESP_Murcia.txt +%%WWWDIR%%/places/ESP/ESP_Navarra.txt +%%WWWDIR%%/places/ESP/ESP_Ourense.txt +%%WWWDIR%%/places/ESP/ESP_Palencia.txt +%%WWWDIR%%/places/ESP/ESP_Pontevedra.txt +%%WWWDIR%%/places/ESP/ESP_Salamanca.txt +%%WWWDIR%%/places/ESP/ESP_Santa_Cruz_de_Tenerife.txt +%%WWWDIR%%/places/ESP/ESP_Segovia.txt +%%WWWDIR%%/places/ESP/ESP_Sevilla.txt +%%WWWDIR%%/places/ESP/ESP_Soria.txt +%%WWWDIR%%/places/ESP/ESP_Tarragona.txt +%%WWWDIR%%/places/ESP/ESP_Teruel.txt +%%WWWDIR%%/places/ESP/ESP_Toledo.txt +%%WWWDIR%%/places/ESP/ESP_Valencia.txt +%%WWWDIR%%/places/ESP/ESP_Valladolid.txt +%%WWWDIR%%/places/ESP/ESP_Vizcaya.txt +%%WWWDIR%%/places/ESP/ESP_Zamora.txt +%%WWWDIR%%/places/ESP/ESP_Zaragoza.txt +%%WWWDIR%%/places/FIN/FIN.fi.htm +%%WWWDIR%%/places/FIN/FIN.gif +%%WWWDIR%%/places/FIN/FIN.htm +%%WWWDIR%%/places/FIN/FIN.sv.htm +%%WWWDIR%%/places/FIN/FIN.txt +%%WWWDIR%%/places/FIN/FIN_Ahvenanmaa.txt +%%WWWDIR%%/places/FIN/FIN_Ahvenanmaa_Ahvenanmaa.txt +%%WWWDIR%%/places/FIN/FIN_Aland.txt +%%WWWDIR%%/places/FIN/FIN_Aland_Aland.txt +%%WWWDIR%%/places/FIN/FIN_Eastern-Finland.txt +%%WWWDIR%%/places/FIN/FIN_Eastern-Finland_North-Karelia.txt +%%WWWDIR%%/places/FIN/FIN_Eastern-Finland_Northern-Savonia.txt +%%WWWDIR%%/places/FIN/FIN_Eastern-Finland_Southern-Savonia.txt +%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani.txt +%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani_Etela-Karjala.txt +%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani_Ita-Uusimaa.txt +%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani_Kanta-Hame.txt +%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani_Kymenlaakso.txt +%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani_Paijat-Hame.txt +%%WWWDIR%%/places/FIN/FIN_Etela-Suomen-laani_Uusimaa.txt +%%WWWDIR%%/places/FIN/FIN_Ita-Suomen-laani.txt +%%WWWDIR%%/places/FIN/FIN_Ita-Suomen-laani_Etela-Savo.txt +%%WWWDIR%%/places/FIN/FIN_Ita-Suomen-laani_Pohjois-Karjala.txt +%%WWWDIR%%/places/FIN/FIN_Ita-Suomen-laani_Pohjois-Savo.txt +%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani.txt +%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Etela-Pohjanmaa.txt +%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Keski-Pohjanmaa.txt +%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Keski-Suomi.txt +%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Pirkanmaa.txt +%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Pohjanmaa.txt +%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Satakunta.txt +%%WWWDIR%%/places/FIN/FIN_Lansi-Suomen-laani_Varsinais-Suomi.txt +%%WWWDIR%%/places/FIN/FIN_Lapin-laani.txt +%%WWWDIR%%/places/FIN/FIN_Lapin-laani_Lappi.txt +%%WWWDIR%%/places/FIN/FIN_Lapland-Province.txt +%%WWWDIR%%/places/FIN/FIN_Lapland-Province_Lapland.txt +%%WWWDIR%%/places/FIN/FIN_Lapplands-lan.txt +%%WWWDIR%%/places/FIN/FIN_Lapplands-lan_Lappland.txt +%%WWWDIR%%/places/FIN/FIN_Ostra-Finlands-lan.txt +%%WWWDIR%%/places/FIN/FIN_Ostra-Finlands-lan_Norra-Karelen.txt +%%WWWDIR%%/places/FIN/FIN_Ostra-Finlands-lan_Norra-Savolax.txt +%%WWWDIR%%/places/FIN/FIN_Ostra-Finlands-lan_Sodra-Savolax.txt +%%WWWDIR%%/places/FIN/FIN_Oulu-Province.txt +%%WWWDIR%%/places/FIN/FIN_Oulu-Province_Kainuu.txt +%%WWWDIR%%/places/FIN/FIN_Oulu-Province_Northern-Ostrobothnia.txt +%%WWWDIR%%/places/FIN/FIN_Oulun-laani.txt +%%WWWDIR%%/places/FIN/FIN_Oulun-laani_Kainuu.txt +%%WWWDIR%%/places/FIN/FIN_Oulun-laani_Pohjois-Pohjanmaa.txt +%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan.txt +%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan_Egentliga-Tavastland.txt +%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan_Kymmenedalen.txt +%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan_Nyland.txt +%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan_Ostra-Nyland.txt +%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan_Paijanne-Tavastland.txt +%%WWWDIR%%/places/FIN/FIN_Sodra-Finlands-lan_Sodra-Karelen.txt +%%WWWDIR%%/places/FIN/FIN_Southern-Finland.txt +%%WWWDIR%%/places/FIN/FIN_Southern-Finland_Eastern-Uusimaa.txt +%%WWWDIR%%/places/FIN/FIN_Southern-Finland_Kymenlaakso.txt +%%WWWDIR%%/places/FIN/FIN_Southern-Finland_Paijanne-Tavastia.txt +%%WWWDIR%%/places/FIN/FIN_Southern-Finland_South-Karelia.txt +%%WWWDIR%%/places/FIN/FIN_Southern-Finland_Tavastia-Proper.txt +%%WWWDIR%%/places/FIN/FIN_Southern-Finland_Uusimaa.txt +%%WWWDIR%%/places/FIN/FIN_Uleaborgs-lan.txt +%%WWWDIR%%/places/FIN/FIN_Uleaborgs-lan_Kajanaland.txt +%%WWWDIR%%/places/FIN/FIN_Uleaborgs-lan_Norra-Osterbotten.txt +%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan.txt +%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Birkaland.txt +%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Egentliga-Finland.txt +%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Mellersta-Finland.txt +%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Mellersta-Osterbotten.txt +%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Osterbotten.txt +%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Satakunda.txt +%%WWWDIR%%/places/FIN/FIN_Vastra-Finlands-lan_Sodra-Osterbotten.txt +%%WWWDIR%%/places/FIN/FIN_Western-Finland.txt +%%WWWDIR%%/places/FIN/FIN_Western-Finland_Central-Finland.txt +%%WWWDIR%%/places/FIN/FIN_Western-Finland_Central-Ostrobothnia.txt +%%WWWDIR%%/places/FIN/FIN_Western-Finland_Finland-Proper.txt +%%WWWDIR%%/places/FIN/FIN_Western-Finland_Ostrobothnia.txt +%%WWWDIR%%/places/FIN/FIN_Western-Finland_Pirkanmaa.txt +%%WWWDIR%%/places/FIN/FIN_Western-Finland_Satakunta.txt +%%WWWDIR%%/places/FIN/FIN_Western-Finland_Southern-Ostrobothnia.txt +%%WWWDIR%%/places/FRA/FRA.gif +%%WWWDIR%%/places/FRA/FRA.htm +%%WWWDIR%%/places/FRA/FRA_Alsace.gif +%%WWWDIR%%/places/FRA/FRA_Alsace_Bas-Rhin.txt +%%WWWDIR%%/places/FRA/FRA_Alsace_Haut-Rhin.txt +%%WWWDIR%%/places/FRA/FRA_Aquitaine.gif +%%WWWDIR%%/places/FRA/FRA_Aquitaine_Dordogne.txt +%%WWWDIR%%/places/FRA/FRA_Aquitaine_Gironde.txt +%%WWWDIR%%/places/FRA/FRA_Aquitaine_Landes.txt +%%WWWDIR%%/places/FRA/FRA_Aquitaine_Lot-et-Garonne.txt +%%WWWDIR%%/places/FRA/FRA_Aquitaine_Pyrenees-Atlantiques.txt +%%WWWDIR%%/places/FRA/FRA_Auvergne.gif +%%WWWDIR%%/places/FRA/FRA_Auvergne_Allier.txt +%%WWWDIR%%/places/FRA/FRA_Auvergne_Cantal.txt +%%WWWDIR%%/places/FRA/FRA_Auvergne_Haute-Loire.txt +%%WWWDIR%%/places/FRA/FRA_Auvergne_Puy-de-Dome.txt +%%WWWDIR%%/places/FRA/FRA_Basse-Normandie.gif +%%WWWDIR%%/places/FRA/FRA_Basse-Normandie_Calvados.txt +%%WWWDIR%%/places/FRA/FRA_Basse-Normandie_Manche.txt +%%WWWDIR%%/places/FRA/FRA_Basse-Normandie_Orne.txt +%%WWWDIR%%/places/FRA/FRA_Bourgogne.gif +%%WWWDIR%%/places/FRA/FRA_Bourgogne_Cote-d-Or.txt +%%WWWDIR%%/places/FRA/FRA_Bourgogne_Nievre.txt +%%WWWDIR%%/places/FRA/FRA_Bourgogne_Saone-et-Loire.txt +%%WWWDIR%%/places/FRA/FRA_Bourgogne_Yonne.txt +%%WWWDIR%%/places/FRA/FRA_Bretagne.gif +%%WWWDIR%%/places/FRA/FRA_Bretagne_Cotes-d-Armor.txt +%%WWWDIR%%/places/FRA/FRA_Bretagne_Finistere.txt +%%WWWDIR%%/places/FRA/FRA_Bretagne_Ille-et-Vilaine.txt +%%WWWDIR%%/places/FRA/FRA_Bretagne_Morbihan.txt +%%WWWDIR%%/places/FRA/FRA_Centre.gif +%%WWWDIR%%/places/FRA/FRA_Centre_Cher.txt +%%WWWDIR%%/places/FRA/FRA_Centre_Eure-et-Loir.txt +%%WWWDIR%%/places/FRA/FRA_Centre_Indre-et-Loire.txt +%%WWWDIR%%/places/FRA/FRA_Centre_Indre.txt +%%WWWDIR%%/places/FRA/FRA_Centre_Loir-et-Cher.txt +%%WWWDIR%%/places/FRA/FRA_Centre_Loiret.txt +%%WWWDIR%%/places/FRA/FRA_Champagne-Ardenne.gif +%%WWWDIR%%/places/FRA/FRA_Champagne-Ardenne_Ardennes.txt +%%WWWDIR%%/places/FRA/FRA_Champagne-Ardenne_Aube.txt +%%WWWDIR%%/places/FRA/FRA_Champagne-Ardenne_Haute-Marne.txt +%%WWWDIR%%/places/FRA/FRA_Champagne-Ardenne_Marne.txt +%%WWWDIR%%/places/FRA/FRA_Corse.gif +%%WWWDIR%%/places/FRA/FRA_Corse_Corse-du-Sud.txt +%%WWWDIR%%/places/FRA/FRA_Corse_Haute-Corse.txt +%%WWWDIR%%/places/FRA/FRA_Franche-Comte.gif +%%WWWDIR%%/places/FRA/FRA_Franche-Comte_Doubs.txt +%%WWWDIR%%/places/FRA/FRA_Franche-Comte_Haute-Saone.txt +%%WWWDIR%%/places/FRA/FRA_Franche-Comte_Jura.txt +%%WWWDIR%%/places/FRA/FRA_Franche-Comte_Territoire-de-Belfort.txt +%%WWWDIR%%/places/FRA/FRA_Haute-Normandie.gif +%%WWWDIR%%/places/FRA/FRA_Haute-Normandie_Eure.txt +%%WWWDIR%%/places/FRA/FRA_Haute-Normandie_Seine-Maritime.txt +%%WWWDIR%%/places/FRA/FRA_Ile-de-France.gif +%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Essonne.txt +%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Hauts-de-Seine.txt +%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Paris.gif +%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Paris.txt +%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Seine-Saint-Denis.txt +%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Seine-et-Marne.txt +%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Val-d-Oise.txt +%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Val-de-Marne.txt +%%WWWDIR%%/places/FRA/FRA_Ile-de-France_Yvelines.txt +%%WWWDIR%%/places/FRA/FRA_Languedoc-Roussillon.gif +%%WWWDIR%%/places/FRA/FRA_Languedoc-Roussillon_Aude.txt +%%WWWDIR%%/places/FRA/FRA_Languedoc-Roussillon_Gard.txt +%%WWWDIR%%/places/FRA/FRA_Languedoc-Roussillon_Herault.txt +%%WWWDIR%%/places/FRA/FRA_Languedoc-Roussillon_Lozere.txt +%%WWWDIR%%/places/FRA/FRA_Languedoc-Roussillon_Pyrenees-Orientales.txt +%%WWWDIR%%/places/FRA/FRA_Limousin.gif +%%WWWDIR%%/places/FRA/FRA_Limousin_Correze.txt +%%WWWDIR%%/places/FRA/FRA_Limousin_Creuse.txt +%%WWWDIR%%/places/FRA/FRA_Limousin_Haute-Vienne.txt +%%WWWDIR%%/places/FRA/FRA_Lorraine.gif +%%WWWDIR%%/places/FRA/FRA_Lorraine_Meurthe-et-Moselle.txt +%%WWWDIR%%/places/FRA/FRA_Lorraine_Meuse.txt +%%WWWDIR%%/places/FRA/FRA_Lorraine_Moselle.txt +%%WWWDIR%%/places/FRA/FRA_Lorraine_Vosges.txt +%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees.gif +%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Ariege.txt +%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Aveyron.txt +%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Gers.txt +%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Haute-Garonne.txt +%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Hautes-Pyrenees.txt +%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Lot.txt +%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Tarn-et-Garonne.txt +%%WWWDIR%%/places/FRA/FRA_Midi-Pyrenees_Tarn.txt +%%WWWDIR%%/places/FRA/FRA_Nord-Pas-de-Calais.gif +%%WWWDIR%%/places/FRA/FRA_Nord-Pas-de-Calais_Nord.txt +%%WWWDIR%%/places/FRA/FRA_Nord-Pas-de-Calais_Pas-de-Calais.txt +%%WWWDIR%%/places/FRA/FRA_Pays-de-la-Loire.gif +%%WWWDIR%%/places/FRA/FRA_Pays-de-la-Loire_Loire-Atlantique.txt +%%WWWDIR%%/places/FRA/FRA_Pays-de-la-Loire_Maine-et-Loire.txt +%%WWWDIR%%/places/FRA/FRA_Pays-de-la-Loire_Mayenne.txt +%%WWWDIR%%/places/FRA/FRA_Pays-de-la-Loire_Sarthe.txt +%%WWWDIR%%/places/FRA/FRA_Pays-de-la-Loire_Vendee.txt +%%WWWDIR%%/places/FRA/FRA_Picardie.gif +%%WWWDIR%%/places/FRA/FRA_Picardie_Aisne.txt +%%WWWDIR%%/places/FRA/FRA_Picardie_Oise.txt +%%WWWDIR%%/places/FRA/FRA_Picardie_Somme.txt +%%WWWDIR%%/places/FRA/FRA_Poitou-Charentes.gif +%%WWWDIR%%/places/FRA/FRA_Poitou-Charentes_Charente-Maritime.txt +%%WWWDIR%%/places/FRA/FRA_Poitou-Charentes_Charente.txt +%%WWWDIR%%/places/FRA/FRA_Poitou-Charentes_Deux-Sevres.txt +%%WWWDIR%%/places/FRA/FRA_Poitou-Charentes_Vienne.txt +%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur.gif +%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur_Alpes-Maritimes.txt +%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur_Alpes-de-Haute-Provence.txt +%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur_Bouches-du-Rhone.txt +%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur_Hautes-Alpes.txt +%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur_Var.txt +%%WWWDIR%%/places/FRA/FRA_Provence-Alpes-Cote-d-Azur_Vaucluse.txt +%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes.gif +%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Ain.txt +%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Ardeche.txt +%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Drome.txt +%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Haute-Savoie.txt +%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Isere.txt +%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Loire.txt +%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Rhone.txt +%%WWWDIR%%/places/FRA/FRA_Rhone-Alpes_Savoie.txt +%%WWWDIR%%/places/GBR/GBR.txt +%%WWWDIR%%/places/GBR/GBR_Channel-Islands.txt +%%WWWDIR%%/places/GBR/GBR_England.txt +%%WWWDIR%%/places/GBR/GBR_Northern-Ireland.txt +%%WWWDIR%%/places/GBR/GBR_Scotland.txt +%%WWWDIR%%/places/GBR/GBR_Wales.txt +%%WWWDIR%%/places/GLP/GLP.gif +%%WWWDIR%%/places/GLP/GLP.htm +%%WWWDIR%%/places/GLP/GLP_Guadeloupe.gif +%%WWWDIR%%/places/GLP/GLP_Guadeloupe_Guadeloupe.txt +%%WWWDIR%%/places/GUF/GUF.gif +%%WWWDIR%%/places/GUF/GUF.htm +%%WWWDIR%%/places/GUF/GUF_Guyane-francaise.gif +%%WWWDIR%%/places/GUF/GUF_Guyane-francaise_Guyane-francaise.txt +%%WWWDIR%%/places/HUN/HUN.gif +%%WWWDIR%%/places/HUN/HUN.htm +%%WWWDIR%%/places/HUN/HUN_Del-Alfold.gif +%%WWWDIR%%/places/HUN/HUN_Del-Dunantul.gif +%%WWWDIR%%/places/HUN/HUN_Eszak-Alfold.gif +%%WWWDIR%%/places/HUN/HUN_Eszak-Magyarorszag.gif +%%WWWDIR%%/places/HUN/HUN_Kozep-Dunantul.gif +%%WWWDIR%%/places/HUN/HUN_Kozep-Magyarorszag.gif +%%WWWDIR%%/places/HUN/HUN_Nyugat-Dunantul.gif +%%WWWDIR%%/places/HUN/flags/hun_ba_baranya.gif +%%WWWDIR%%/places/HUN/flags/hun_bekescsaba.gif +%%WWWDIR%%/places/HUN/flags/hun_bk_bacskiskun.gif +%%WWWDIR%%/places/HUN/flags/hun_bk_bekes.gif +%%WWWDIR%%/places/HUN/flags/hun_budapest.gif +%%WWWDIR%%/places/HUN/flags/hun_bz_borsod.gif +%%WWWDIR%%/places/HUN/flags/hun_cs_csongrad.gif +%%WWWDIR%%/places/HUN/flags/hun_debrecen.gif +%%WWWDIR%%/places/HUN/flags/hun_eger.gif +%%WWWDIR%%/places/HUN/flags/hun_fe_fejer.gif +%%WWWDIR%%/places/HUN/flags/hun_gs_gyor.gif +%%WWWDIR%%/places/HUN/flags/hun_gyor.gif +%%WWWDIR%%/places/HUN/flags/hun_hb_hajdu.gif +%%WWWDIR%%/places/HUN/flags/hun_he_heves.gif +%%WWWDIR%%/places/HUN/flags/hun_jn_jasz.gif +%%WWWDIR%%/places/HUN/flags/hun_kaposvar.gif +%%WWWDIR%%/places/HUN/flags/hun_ke_komarom.gif +%%WWWDIR%%/places/HUN/flags/hun_kecskemet.gif +%%WWWDIR%%/places/HUN/flags/hun_miskolc.gif +%%WWWDIR%%/places/HUN/flags/hun_no_nograd.gif +%%WWWDIR%%/places/HUN/flags/hun_nyiregyhaza.gif +%%WWWDIR%%/places/HUN/flags/hun_pe_pest.gif +%%WWWDIR%%/places/HUN/flags/hun_pecs.gif +%%WWWDIR%%/places/HUN/flags/hun_salgotarjan.gif +%%WWWDIR%%/places/HUN/flags/hun_so_somogy.gif +%%WWWDIR%%/places/HUN/flags/hun_sz_szabol.gif +%%WWWDIR%%/places/HUN/flags/hun_szeged.gif +%%WWWDIR%%/places/HUN/flags/hun_szekesfehervar.gif +%%WWWDIR%%/places/HUN/flags/hun_szekszard.gif +%%WWWDIR%%/places/HUN/flags/hun_szolnok.gif +%%WWWDIR%%/places/HUN/flags/hun_szombathely.gif +%%WWWDIR%%/places/HUN/flags/hun_tatabanya.gif +%%WWWDIR%%/places/HUN/flags/hun_to_tolna.gif +%%WWWDIR%%/places/HUN/flags/hun_va_vas.gif +%%WWWDIR%%/places/HUN/flags/hun_ve_veszprem.gif +%%WWWDIR%%/places/HUN/flags/hun_veszprem.gif +%%WWWDIR%%/places/HUN/flags/hun_za_zala.gif +%%WWWDIR%%/places/HUN/flags/hun_zalaegerszeg.gif +%%WWWDIR%%/places/IDN/IDN.gif +%%WWWDIR%%/places/IDN/IDN.htm +%%WWWDIR%%/places/IND/IND.gif +%%WWWDIR%%/places/IND/IND.htm +%%WWWDIR%%/places/IRL/IRL.gif +%%WWWDIR%%/places/IRL/IRL.htm +%%WWWDIR%%/places/IRN/IRN.gif +%%WWWDIR%%/places/IRN/IRN.htm +%%WWWDIR%%/places/IRN/IRN.txt +%%WWWDIR%%/places/IRN/IRN_Ardabil.txt +%%WWWDIR%%/places/IRN/IRN_Bushehr.txt +%%WWWDIR%%/places/IRN/IRN_Chaharmahal-and-Bakhtiari.txt +%%WWWDIR%%/places/IRN/IRN_East-Azarbaijan.txt +%%WWWDIR%%/places/IRN/IRN_Esfahan.txt +%%WWWDIR%%/places/IRN/IRN_Fars.txt +%%WWWDIR%%/places/IRN/IRN_Gilan.txt +%%WWWDIR%%/places/IRN/IRN_Golestan.txt +%%WWWDIR%%/places/IRN/IRN_Hamadan.txt +%%WWWDIR%%/places/IRN/IRN_Hormozgan.txt +%%WWWDIR%%/places/IRN/IRN_Ilam.txt +%%WWWDIR%%/places/IRN/IRN_Kerman.txt +%%WWWDIR%%/places/IRN/IRN_Kermanshah.txt +%%WWWDIR%%/places/IRN/IRN_Khuzestan.txt +%%WWWDIR%%/places/IRN/IRN_Kohgeluyeh-and-Boyer-Ahmad.txt +%%WWWDIR%%/places/IRN/IRN_Kordestan.txt +%%WWWDIR%%/places/IRN/IRN_Lorestan.txt +%%WWWDIR%%/places/IRN/IRN_Markazi.txt +%%WWWDIR%%/places/IRN/IRN_Mazandaran.txt +%%WWWDIR%%/places/IRN/IRN_North-Khorasan.txt +%%WWWDIR%%/places/IRN/IRN_Qazvin.txt +%%WWWDIR%%/places/IRN/IRN_Qom.txt +%%WWWDIR%%/places/IRN/IRN_Razavi-Khorasan.txt +%%WWWDIR%%/places/IRN/IRN_Semnan.txt +%%WWWDIR%%/places/IRN/IRN_Sistan-and-Baluchestan.txt +%%WWWDIR%%/places/IRN/IRN_South-Khorasan.txt +%%WWWDIR%%/places/IRN/IRN_Tehran.txt +%%WWWDIR%%/places/IRN/IRN_West-Azarbaijan.txt +%%WWWDIR%%/places/IRN/IRN_Yazd.txt +%%WWWDIR%%/places/IRN/IRN_Zanjan.txt +%%WWWDIR%%/places/ISR/ISR.gif +%%WWWDIR%%/places/ISR/ISR.he.htm +%%WWWDIR%%/places/ISR/ISR.he.txt +%%WWWDIR%%/places/ISR/ISR.htm +%%WWWDIR%%/places/ISR/ISR.txt +%%WWWDIR%%/places/ISR/ISR_Central.txt +%%WWWDIR%%/places/ISR/ISR_Central_Petah-Tiqwa.txt +%%WWWDIR%%/places/ISR/ISR_Central_Ramla.txt +%%WWWDIR%%/places/ISR/ISR_Central_Rehovot.txt +%%WWWDIR%%/places/ISR/ISR_Central_Sharon.txt +%%WWWDIR%%/places/ISR/ISR_Gaza.txt +%%WWWDIR%%/places/ISR/ISR_Gaza_Gaza-Area.txt +%%WWWDIR%%/places/ISR/ISR_Haifa.txt +%%WWWDIR%%/places/ISR/ISR_Haifa_Hadera.txt +%%WWWDIR%%/places/ISR/ISR_Haifa_Haifa.txt +%%WWWDIR%%/places/ISR/ISR_Jerusalem.txt +%%WWWDIR%%/places/ISR/ISR_Jerusalem_Jerusalem.txt +%%WWWDIR%%/places/ISR/ISR_Judea-and-Samaria.txt +%%WWWDIR%%/places/ISR/ISR_Judea-and-Samaria_Judea-and-Samaria.txt +%%WWWDIR%%/places/ISR/ISR_Northern.txt +%%WWWDIR%%/places/ISR/ISR_Northern_Akko.txt +%%WWWDIR%%/places/ISR/ISR_Northern_Golan.txt +%%WWWDIR%%/places/ISR/ISR_Northern_Kinneret.txt +%%WWWDIR%%/places/ISR/ISR_Northern_Yizre-el.txt +%%WWWDIR%%/places/ISR/ISR_Northern_Zefat.txt +%%WWWDIR%%/places/ISR/ISR_Southern.txt +%%WWWDIR%%/places/ISR/ISR_Southern_Ashqelon.txt +%%WWWDIR%%/places/ISR/ISR_Southern_Be-er-Sheva.txt +%%WWWDIR%%/places/ISR/ISR_Tel-Aviv.txt +%%WWWDIR%%/places/ISR/ISR_Tel-Aviv_Tel-Aviv.txt +%%WWWDIR%%/places/ITA/ITA.gif +%%WWWDIR%%/places/ITA/ITA.htm +%%WWWDIR%%/places/ITA/ITA_Abruzzo.gif +%%WWWDIR%%/places/ITA/ITA_Basilicata.gif +%%WWWDIR%%/places/ITA/ITA_Calabria.gif +%%WWWDIR%%/places/ITA/ITA_Campania.gif +%%WWWDIR%%/places/ITA/ITA_Emilia-Romagna.gif +%%WWWDIR%%/places/ITA/ITA_Friuli-Venezia-Giulia.gif +%%WWWDIR%%/places/ITA/ITA_Lazio.gif +%%WWWDIR%%/places/ITA/ITA_Liguria.gif +%%WWWDIR%%/places/ITA/ITA_Lombardia.gif +%%WWWDIR%%/places/ITA/ITA_Marche.gif +%%WWWDIR%%/places/ITA/ITA_Molise.gif +%%WWWDIR%%/places/ITA/ITA_Piemonte.gif +%%WWWDIR%%/places/ITA/ITA_Puglia.gif +%%WWWDIR%%/places/ITA/ITA_Sardegna.gif +%%WWWDIR%%/places/ITA/ITA_Sicilia.gif +%%WWWDIR%%/places/ITA/ITA_Toscana.gif +%%WWWDIR%%/places/ITA/ITA_Trentino-Alto-Adige.gif +%%WWWDIR%%/places/ITA/ITA_Umbria.gif +%%WWWDIR%%/places/ITA/ITA_Valle-d-Aosta.gif +%%WWWDIR%%/places/ITA/ITA_Veneto.gif +%%WWWDIR%%/places/ITA/flags/Abruzzo.gif +%%WWWDIR%%/places/ITA/flags/Basilicata.gif +%%WWWDIR%%/places/ITA/flags/Calabria.gif +%%WWWDIR%%/places/ITA/flags/Campania.gif +%%WWWDIR%%/places/ITA/flags/Emilia-Romagna.gif +%%WWWDIR%%/places/ITA/flags/Friuli-Venezia Giulia.gif +%%WWWDIR%%/places/ITA/flags/Lazio.gif +%%WWWDIR%%/places/ITA/flags/Liguria.gif +%%WWWDIR%%/places/ITA/flags/Lombardia.gif +%%WWWDIR%%/places/ITA/flags/Marche.gif +%%WWWDIR%%/places/ITA/flags/Molise.gif +%%WWWDIR%%/places/ITA/flags/Piemonte.gif +%%WWWDIR%%/places/ITA/flags/Puglia.gif +%%WWWDIR%%/places/ITA/flags/Sardegna.gif +%%WWWDIR%%/places/ITA/flags/Sicilia.gif +%%WWWDIR%%/places/ITA/flags/Toscana.gif +%%WWWDIR%%/places/ITA/flags/Trentino-Alto Adige.gif +%%WWWDIR%%/places/ITA/flags/Umbria.gif +%%WWWDIR%%/places/ITA/flags/Valle d'Aosta.gif +%%WWWDIR%%/places/ITA/flags/Veneto.gif +%%WWWDIR%%/places/KEN/KEN.gif +%%WWWDIR%%/places/KEN/KEN.htm +%%WWWDIR%%/places/LBN/LBN.gif +%%WWWDIR%%/places/LBN/LBN.htm +%%WWWDIR%%/places/LKA/LKA.gif +%%WWWDIR%%/places/LKA/LKA.htm +%%WWWDIR%%/places/LKA/LKA_Central.txt +%%WWWDIR%%/places/LKA/LKA_Eastern.txt +%%WWWDIR%%/places/LKA/LKA_North-Central.txt +%%WWWDIR%%/places/LKA/LKA_North-Western.txt +%%WWWDIR%%/places/LKA/LKA_Northern.txt +%%WWWDIR%%/places/LKA/LKA_Sabaragamuwa.txt +%%WWWDIR%%/places/LKA/LKA_Southern.txt +%%WWWDIR%%/places/LKA/LKA_Uva.txt +%%WWWDIR%%/places/LKA/LKA_Western.txt +%%WWWDIR%%/places/MLT/MLT.gif +%%WWWDIR%%/places/MLT/MLT.htm +%%WWWDIR%%/places/MTQ/MTQ.gif +%%WWWDIR%%/places/MTQ/MTQ.htm +%%WWWDIR%%/places/MTQ/MTQ_Martinique.gif +%%WWWDIR%%/places/MTQ/MTQ_Martinique_Martinique.txt +%%WWWDIR%%/places/NLD/NLD.gif +%%WWWDIR%%/places/NLD/NLD.htm +%%WWWDIR%%/places/NLD/flags/DR.gif +%%WWWDIR%%/places/NLD/flags/DR/Aa_en_Hunze.gif +%%WWWDIR%%/places/NLD/flags/DR/Assen.gif +%%WWWDIR%%/places/NLD/flags/DR/Borger-Odoorn.gif +%%WWWDIR%%/places/NLD/flags/DR/Coevorden.gif +%%WWWDIR%%/places/NLD/flags/DR/De_Wolden.gif +%%WWWDIR%%/places/NLD/flags/DR/Emmen.gif +%%WWWDIR%%/places/NLD/flags/DR/Hoogeveen.gif +%%WWWDIR%%/places/NLD/flags/DR/Meppel.gif +%%WWWDIR%%/places/NLD/flags/DR/Midden-Drenthe.gif +%%WWWDIR%%/places/NLD/flags/DR/Noordenveld.gif +%%WWWDIR%%/places/NLD/flags/DR/Tynaarlo.gif +%%WWWDIR%%/places/NLD/flags/FL.gif +%%WWWDIR%%/places/NLD/flags/FL/Almere.gif +%%WWWDIR%%/places/NLD/flags/FL/Lelystad.gif +%%WWWDIR%%/places/NLD/flags/FL/Noordoostpolder.gif +%%WWWDIR%%/places/NLD/flags/FL/Urk.gif +%%WWWDIR%%/places/NLD/flags/FL/Zeewolde.gif +%%WWWDIR%%/places/NLD/flags/FR.gif +%%WWWDIR%%/places/NLD/flags/FR/Achtkarspelen.gif +%%WWWDIR%%/places/NLD/flags/FR/Ameland.gif +%%WWWDIR%%/places/NLD/flags/FR/Bolsward.gif +%%WWWDIR%%/places/NLD/flags/FR/Boornsterhem.gif +%%WWWDIR%%/places/NLD/flags/FR/Dantumadeel.gif +%%WWWDIR%%/places/NLD/flags/FR/Dongeradeel.gif +%%WWWDIR%%/places/NLD/flags/FR/Ferwerderadeel.gif +%%WWWDIR%%/places/NLD/flags/FR/Franekeradeel.gif +%%WWWDIR%%/places/NLD/flags/FR/Gaasterland-Sloten.gif +%%WWWDIR%%/places/NLD/flags/FR/Harlingen.gif +%%WWWDIR%%/places/NLD/flags/FR/Heerenveen.gif +%%WWWDIR%%/places/NLD/flags/FR/Kollumerland.gif +%%WWWDIR%%/places/NLD/flags/FR/Leeuwarden.gif +%%WWWDIR%%/places/NLD/flags/FR/Leeuwarderadeel.gif +%%WWWDIR%%/places/NLD/flags/FR/Lemsterland.gif +%%WWWDIR%%/places/NLD/flags/FR/Littenseradeel.gif +%%WWWDIR%%/places/NLD/flags/FR/Menaldumadeel.gif +%%WWWDIR%%/places/NLD/flags/FR/Nijefurd.gif +%%WWWDIR%%/places/NLD/flags/FR/Ooststellingwerf.gif +%%WWWDIR%%/places/NLD/flags/FR/Opsterland.gif +%%WWWDIR%%/places/NLD/flags/FR/Scharsterland.gif +%%WWWDIR%%/places/NLD/flags/FR/Schiermonnikoog.gif +%%WWWDIR%%/places/NLD/flags/FR/Smallingerland.gif +%%WWWDIR%%/places/NLD/flags/FR/Sneek.gif +%%WWWDIR%%/places/NLD/flags/FR/Terschelling.gif +%%WWWDIR%%/places/NLD/flags/FR/Tietsjerksteradeel.gif +%%WWWDIR%%/places/NLD/flags/FR/Vlieland.gif +%%WWWDIR%%/places/NLD/flags/FR/Weststellingwerf.gif +%%WWWDIR%%/places/NLD/flags/FR/Wonseradeel.gif +%%WWWDIR%%/places/NLD/flags/FR/Wymbritseradeel.gif +%%WWWDIR%%/places/NLD/flags/FR/het_Bildt.gif +%%WWWDIR%%/places/NLD/flags/GE.gif +%%WWWDIR%%/places/NLD/flags/GE/Aalten.gif +%%WWWDIR%%/places/NLD/flags/GE/Apeldoorn.gif +%%WWWDIR%%/places/NLD/flags/GE/Arnhem.gif +%%WWWDIR%%/places/NLD/flags/GE/Barneveld.gif +%%WWWDIR%%/places/NLD/flags/GE/Berkelland.gif +%%WWWDIR%%/places/NLD/flags/GE/Beuningen.gif +%%WWWDIR%%/places/NLD/flags/GE/Brummen.gif +%%WWWDIR%%/places/NLD/flags/GE/Buren.gif +%%WWWDIR%%/places/NLD/flags/GE/Culemborg.gif +%%WWWDIR%%/places/NLD/flags/GE/Doesburg.gif +%%WWWDIR%%/places/NLD/flags/GE/Doetinchem.gif +%%WWWDIR%%/places/NLD/flags/GE/Druten.gif +%%WWWDIR%%/places/NLD/flags/GE/Duiven.gif +%%WWWDIR%%/places/NLD/flags/GE/Ede.gif +%%WWWDIR%%/places/NLD/flags/GE/Elburg.gif +%%WWWDIR%%/places/NLD/flags/GE/Epe.gif +%%WWWDIR%%/places/NLD/flags/GE/Ermelo.gif +%%WWWDIR%%/places/NLD/flags/GE/Geldermalsen.gif +%%WWWDIR%%/places/NLD/flags/GE/Groesbeek.gif +%%WWWDIR%%/places/NLD/flags/GE/Harderwijk.gif +%%WWWDIR%%/places/NLD/flags/GE/Hattem.gif +%%WWWDIR%%/places/NLD/flags/GE/Heerde.gif +%%WWWDIR%%/places/NLD/flags/GE/Heumen.gif +%%WWWDIR%%/places/NLD/flags/GE/Lingewaal.gif +%%WWWDIR%%/places/NLD/flags/GE/Lochem.gif +%%WWWDIR%%/places/NLD/flags/GE/Maasdriel.gif +%%WWWDIR%%/places/NLD/flags/GE/Millingen_aan_de_Rijn.gif +%%WWWDIR%%/places/NLD/flags/GE/Neder-Betuwe.gif +%%WWWDIR%%/places/NLD/flags/GE/Neerijnen.gif +%%WWWDIR%%/places/NLD/flags/GE/Nijkerk.gif +%%WWWDIR%%/places/NLD/flags/GE/Nijmegen.gif +%%WWWDIR%%/places/NLD/flags/GE/Nunspeet.gif +%%WWWDIR%%/places/NLD/flags/GE/Oldebroek.gif +%%WWWDIR%%/places/NLD/flags/GE/Overbetuwe.gif +%%WWWDIR%%/places/NLD/flags/GE/Putten.gif +%%WWWDIR%%/places/NLD/flags/GE/Renkum.gif +%%WWWDIR%%/places/NLD/flags/GE/Rheden.gif +%%WWWDIR%%/places/NLD/flags/GE/Rijnwaarden.gif +%%WWWDIR%%/places/NLD/flags/GE/Rozendaal.gif +%%WWWDIR%%/places/NLD/flags/GE/Scherpenzeel_gld.gif +%%WWWDIR%%/places/NLD/flags/GE/Tiel.gif +%%WWWDIR%%/places/NLD/flags/GE/Ubbergen.gif +%%WWWDIR%%/places/NLD/flags/GE/Voorst.gif +%%WWWDIR%%/places/NLD/flags/GE/Wageningen.gif +%%WWWDIR%%/places/NLD/flags/GE/West_Maas_en_Waal.gif +%%WWWDIR%%/places/NLD/flags/GE/Westervoort.gif +%%WWWDIR%%/places/NLD/flags/GE/Wijchen.gif +%%WWWDIR%%/places/NLD/flags/GE/Winterswijk.gif +%%WWWDIR%%/places/NLD/flags/GE/Zaltbommel.gif +%%WWWDIR%%/places/NLD/flags/GE/Zevenaar.gif +%%WWWDIR%%/places/NLD/flags/GE/Zutphen.gif +%%WWWDIR%%/places/NLD/flags/GR.gif +%%WWWDIR%%/places/NLD/flags/GR/Appingedam.gif +%%WWWDIR%%/places/NLD/flags/GR/Bedum.gif +%%WWWDIR%%/places/NLD/flags/GR/Bellingwedde.gif +%%WWWDIR%%/places/NLD/flags/GR/De_Marne.gif +%%WWWDIR%%/places/NLD/flags/GR/Delfzijl.gif +%%WWWDIR%%/places/NLD/flags/GR/Eemsmond.gif +%%WWWDIR%%/places/NLD/flags/GR/Groningen.gif +%%WWWDIR%%/places/NLD/flags/GR/Grootegast.gif +%%WWWDIR%%/places/NLD/flags/GR/Haren.gif +%%WWWDIR%%/places/NLD/flags/GR/Hoogezand-Sappermeer.gif +%%WWWDIR%%/places/NLD/flags/GR/Leek.gif +%%WWWDIR%%/places/NLD/flags/GR/Marum.gif +%%WWWDIR%%/places/NLD/flags/GR/Menterwolde.gif +%%WWWDIR%%/places/NLD/flags/GR/Pekela.gif +%%WWWDIR%%/places/NLD/flags/GR/Reiderland.gif +%%WWWDIR%%/places/NLD/flags/GR/Scheemda.gif +%%WWWDIR%%/places/NLD/flags/GR/Slochteren.gif +%%WWWDIR%%/places/NLD/flags/GR/Stadskanaal.gif +%%WWWDIR%%/places/NLD/flags/GR/Ten_Boer.gif +%%WWWDIR%%/places/NLD/flags/GR/Veendam.gif +%%WWWDIR%%/places/NLD/flags/GR/Vlagtwedde.gif +%%WWWDIR%%/places/NLD/flags/GR/Winschoten.gif +%%WWWDIR%%/places/NLD/flags/GR/Winsum.gif +%%WWWDIR%%/places/NLD/flags/GR/Zuidhorn.gif +%%WWWDIR%%/places/NLD/flags/LI.gif +%%WWWDIR%%/places/NLD/flags/LI/Ambt_Montfoort.gif +%%WWWDIR%%/places/NLD/flags/LI/Arcen_en_Velden.gif +%%WWWDIR%%/places/NLD/flags/LI/Beek.gif +%%WWWDIR%%/places/NLD/flags/LI/Beesel.gif +%%WWWDIR%%/places/NLD/flags/LI/Bergen.gif +%%WWWDIR%%/places/NLD/flags/LI/Brunssum.gif +%%WWWDIR%%/places/NLD/flags/LI/Echt-Susteren.gif +%%WWWDIR%%/places/NLD/flags/LI/Eijsden.gif +%%WWWDIR%%/places/NLD/flags/LI/Gennep.gif +%%WWWDIR%%/places/NLD/flags/LI/Gulpen-Wittem.gif +%%WWWDIR%%/places/NLD/flags/LI/Haelen.gif +%%WWWDIR%%/places/NLD/flags/LI/Heel.gif +%%WWWDIR%%/places/NLD/flags/LI/Heerlen.gif +%%WWWDIR%%/places/NLD/flags/LI/Helden.gif +%%WWWDIR%%/places/NLD/flags/LI/Heythuysen.gif +%%WWWDIR%%/places/NLD/flags/LI/Horst_aan_de_Maas.gif +%%WWWDIR%%/places/NLD/flags/LI/Hunsel.gif +%%WWWDIR%%/places/NLD/flags/LI/Kerkrade.gif +%%WWWDIR%%/places/NLD/flags/LI/Kessel.gif +%%WWWDIR%%/places/NLD/flags/LI/Landgraaf.gif +%%WWWDIR%%/places/NLD/flags/LI/Maasbracht.gif +%%WWWDIR%%/places/NLD/flags/LI/Maasbree.gif +%%WWWDIR%%/places/NLD/flags/LI/Maastricht.gif +%%WWWDIR%%/places/NLD/flags/LI/Margraten.gif +%%WWWDIR%%/places/NLD/flags/LI/Meerlo-Wanssum.gif +%%WWWDIR%%/places/NLD/flags/LI/Meerssen.gif +%%WWWDIR%%/places/NLD/flags/LI/Meijel.gif +%%WWWDIR%%/places/NLD/flags/LI/Mook_en_Middelaar.gif +%%WWWDIR%%/places/NLD/flags/LI/Nederweert.gif +%%WWWDIR%%/places/NLD/flags/LI/Nuth.gif +%%WWWDIR%%/places/NLD/flags/LI/Roerdalen.gif +%%WWWDIR%%/places/NLD/flags/LI/Roermond.gif +%%WWWDIR%%/places/NLD/flags/LI/Roggel_en_Neer.gif +%%WWWDIR%%/places/NLD/flags/LI/Schinnen.gif +%%WWWDIR%%/places/NLD/flags/LI/Sevenum.gif +%%WWWDIR%%/places/NLD/flags/LI/Simpelveld.gif +%%WWWDIR%%/places/NLD/flags/LI/Sittard-Geleen.gif +%%WWWDIR%%/places/NLD/flags/LI/Stein.gif +%%WWWDIR%%/places/NLD/flags/LI/Swalmen.gif +%%WWWDIR%%/places/NLD/flags/LI/Thorn.gif +%%WWWDIR%%/places/NLD/flags/LI/Vaals.gif +%%WWWDIR%%/places/NLD/flags/LI/Valkenburg_aan_de_Geul.gif +%%WWWDIR%%/places/NLD/flags/LI/Venlo.gif +%%WWWDIR%%/places/NLD/flags/LI/Venray.gif +%%WWWDIR%%/places/NLD/flags/LI/Voerendaal.gif +%%WWWDIR%%/places/NLD/flags/LI/Weert.gif +%%WWWDIR%%/places/NLD/flags/NB.gif +%%WWWDIR%%/places/NLD/flags/NB/'s-Hertogenbosch.gif +%%WWWDIR%%/places/NLD/flags/NB/Aalburg.gif +%%WWWDIR%%/places/NLD/flags/NB/Alphen-Chaam.gif +%%WWWDIR%%/places/NLD/flags/NB/Asten.gif +%%WWWDIR%%/places/NLD/flags/NB/Baarle-Nassau.gif +%%WWWDIR%%/places/NLD/flags/NB/Bergeijk.gif +%%WWWDIR%%/places/NLD/flags/NB/Bergen_op_Zoom.gif +%%WWWDIR%%/places/NLD/flags/NB/Bernheze.gif +%%WWWDIR%%/places/NLD/flags/NB/Best.gif +%%WWWDIR%%/places/NLD/flags/NB/Bladel.gif +%%WWWDIR%%/places/NLD/flags/NB/Boekel.gif +%%WWWDIR%%/places/NLD/flags/NB/Boxmeer.gif +%%WWWDIR%%/places/NLD/flags/NB/Boxtel.gif +%%WWWDIR%%/places/NLD/flags/NB/Breda.gif +%%WWWDIR%%/places/NLD/flags/NB/Cranendonck.gif +%%WWWDIR%%/places/NLD/flags/NB/Cuijk.gif +%%WWWDIR%%/places/NLD/flags/NB/Deurne.gif +%%WWWDIR%%/places/NLD/flags/NB/Dongen.gif +%%WWWDIR%%/places/NLD/flags/NB/Drimmelen.gif +%%WWWDIR%%/places/NLD/flags/NB/Eersel.gif +%%WWWDIR%%/places/NLD/flags/NB/Eindhoven.gif +%%WWWDIR%%/places/NLD/flags/NB/Etten-Leur.gif +%%WWWDIR%%/places/NLD/flags/NB/Geertruidenberg.gif +%%WWWDIR%%/places/NLD/flags/NB/Geldrop-Mierlo.gif +%%WWWDIR%%/places/NLD/flags/NB/Gemert-Bakel.gif +%%WWWDIR%%/places/NLD/flags/NB/Gilze_en_Rijen.gif +%%WWWDIR%%/places/NLD/flags/NB/Goirle.gif +%%WWWDIR%%/places/NLD/flags/NB/Grave.gif +%%WWWDIR%%/places/NLD/flags/NB/Haaren.gif +%%WWWDIR%%/places/NLD/flags/NB/Halderberge.gif +%%WWWDIR%%/places/NLD/flags/NB/Heeze-Leende.gif +%%WWWDIR%%/places/NLD/flags/NB/Helmond.gif +%%WWWDIR%%/places/NLD/flags/NB/Heusden.gif +%%WWWDIR%%/places/NLD/flags/NB/Hilvarenbeek.gif +%%WWWDIR%%/places/NLD/flags/NB/Laarbeek.gif +%%WWWDIR%%/places/NLD/flags/NB/Landerd.gif +%%WWWDIR%%/places/NLD/flags/NB/Lith.gif +%%WWWDIR%%/places/NLD/flags/NB/Loon_op_Zand.gif +%%WWWDIR%%/places/NLD/flags/NB/Maasdonk.gif +%%WWWDIR%%/places/NLD/flags/NB/Mill_en_Sint_Hubert.gif +%%WWWDIR%%/places/NLD/flags/NB/Moerdijk.gif +%%WWWDIR%%/places/NLD/flags/NB/Nuenen_Gerwen_en_Nederwetten.gif +%%WWWDIR%%/places/NLD/flags/NB/Oirschot.gif +%%WWWDIR%%/places/NLD/flags/NB/Oisterwijk.gif +%%WWWDIR%%/places/NLD/flags/NB/Oosterhout.gif +%%WWWDIR%%/places/NLD/flags/NB/Oss.gif +%%WWWDIR%%/places/NLD/flags/NB/Reusel-De_Mierden.gif +%%WWWDIR%%/places/NLD/flags/NB/Roosendaal.gif +%%WWWDIR%%/places/NLD/flags/NB/Rucphen.gif +%%WWWDIR%%/places/NLD/flags/NB/Schijndel.gif +%%WWWDIR%%/places/NLD/flags/NB/Sint-Michielsgestel.gif +%%WWWDIR%%/places/NLD/flags/NB/Sint-Oedenrode.gif +%%WWWDIR%%/places/NLD/flags/NB/Sint_Anthonis.gif +%%WWWDIR%%/places/NLD/flags/NB/Someren.gif +%%WWWDIR%%/places/NLD/flags/NB/Son_en_Breugel.gif +%%WWWDIR%%/places/NLD/flags/NB/Steenbergen.gif +%%WWWDIR%%/places/NLD/flags/NB/Tilburg.gif +%%WWWDIR%%/places/NLD/flags/NB/Uden.gif +%%WWWDIR%%/places/NLD/flags/NB/Valkenswaard.gif +%%WWWDIR%%/places/NLD/flags/NB/Veghel.gif +%%WWWDIR%%/places/NLD/flags/NB/Veldhoven.gif +%%WWWDIR%%/places/NLD/flags/NB/Vught.gif +%%WWWDIR%%/places/NLD/flags/NB/Waalre.gif +%%WWWDIR%%/places/NLD/flags/NB/Waalwijk.gif +%%WWWDIR%%/places/NLD/flags/NB/Werkendam.gif +%%WWWDIR%%/places/NLD/flags/NB/Woensdrecht.gif +%%WWWDIR%%/places/NLD/flags/NB/Woudrichem.gif +%%WWWDIR%%/places/NLD/flags/NB/Zundert.gif +%%WWWDIR%%/places/NLD/flags/NH.gif +%%WWWDIR%%/places/NLD/flags/NH/Aalsmeer.gif +%%WWWDIR%%/places/NLD/flags/NH/Alkmaar.gif +%%WWWDIR%%/places/NLD/flags/NH/Amstelveen.gif +%%WWWDIR%%/places/NLD/flags/NH/Amsterdam.gif +%%WWWDIR%%/places/NLD/flags/NH/Andijk.gif +%%WWWDIR%%/places/NLD/flags/NH/Anna_Paulowna.gif +%%WWWDIR%%/places/NLD/flags/NH/Beemster.gif +%%WWWDIR%%/places/NLD/flags/NH/Bennebroek.gif +%%WWWDIR%%/places/NLD/flags/NH/Beverwijk.gif +%%WWWDIR%%/places/NLD/flags/NH/Blaricum.gif +%%WWWDIR%%/places/NLD/flags/NH/Bloemendaal.gif +%%WWWDIR%%/places/NLD/flags/NH/Bussum.gif +%%WWWDIR%%/places/NLD/flags/NH/Castricum.gif +%%WWWDIR%%/places/NLD/flags/NH/Den_Helder.gif +%%WWWDIR%%/places/NLD/flags/NH/Diemen.gif +%%WWWDIR%%/places/NLD/flags/NH/Drechterland.gif +%%WWWDIR%%/places/NLD/flags/NH/Edam-Volendam.gif +%%WWWDIR%%/places/NLD/flags/NH/Enkhuizen.gif +%%WWWDIR%%/places/NLD/flags/NH/Graft-De_Rijp.gif +%%WWWDIR%%/places/NLD/flags/NH/Haarlem.gif +%%WWWDIR%%/places/NLD/flags/NH/Haarlemmerliede_en_Spaarnwoude.gif +%%WWWDIR%%/places/NLD/flags/NH/Haarlemmermeer.gif +%%WWWDIR%%/places/NLD/flags/NH/Harenkarspel.gif +%%WWWDIR%%/places/NLD/flags/NH/Heemskerk.gif +%%WWWDIR%%/places/NLD/flags/NH/Heemstede.gif +%%WWWDIR%%/places/NLD/flags/NH/Heerhugowaard.gif +%%WWWDIR%%/places/NLD/flags/NH/Heiloo.gif +%%WWWDIR%%/places/NLD/flags/NH/Hilversum.gif +%%WWWDIR%%/places/NLD/flags/NH/Hoorn.gif +%%WWWDIR%%/places/NLD/flags/NH/Huizen.gif +%%WWWDIR%%/places/NLD/flags/NH/Landsmeer.gif +%%WWWDIR%%/places/NLD/flags/NH/Langedijk.gif +%%WWWDIR%%/places/NLD/flags/NH/Laren.gif +%%WWWDIR%%/places/NLD/flags/NH/Medemblik.gif +%%WWWDIR%%/places/NLD/flags/NH/Muiden.gif +%%WWWDIR%%/places/NLD/flags/NH/Naarden.gif +%%WWWDIR%%/places/NLD/flags/NH/Niedorp.gif +%%WWWDIR%%/places/NLD/flags/NH/Noorder-Koggenland.gif +%%WWWDIR%%/places/NLD/flags/NH/Obdam.gif +%%WWWDIR%%/places/NLD/flags/NH/Oostzaan.gif +%%WWWDIR%%/places/NLD/flags/NH/Opmeer.gif +%%WWWDIR%%/places/NLD/flags/NH/Ouder-Amstel.gif +%%WWWDIR%%/places/NLD/flags/NH/Purmerend.gif +%%WWWDIR%%/places/NLD/flags/NH/Schagen.gif +%%WWWDIR%%/places/NLD/flags/NH/Schermer.gif +%%WWWDIR%%/places/NLD/flags/NH/Stede_Broec.gif +%%WWWDIR%%/places/NLD/flags/NH/Texel.gif +%%WWWDIR%%/places/NLD/flags/NH/Uitgeest.gif +%%WWWDIR%%/places/NLD/flags/NH/Uithoorn.gif +%%WWWDIR%%/places/NLD/flags/NH/Velsen.gif +%%WWWDIR%%/places/NLD/flags/NH/Waterland.gif +%%WWWDIR%%/places/NLD/flags/NH/Weesp.gif +%%WWWDIR%%/places/NLD/flags/NH/Wervershoof.gif +%%WWWDIR%%/places/NLD/flags/NH/Wester-Koggenland.gif +%%WWWDIR%%/places/NLD/flags/NH/Wieringen.gif +%%WWWDIR%%/places/NLD/flags/NH/Wieringermeer.gif +%%WWWDIR%%/places/NLD/flags/NH/Wijdemeren.gif +%%WWWDIR%%/places/NLD/flags/NH/Wognum.gif +%%WWWDIR%%/places/NLD/flags/NH/Wormerland.gif +%%WWWDIR%%/places/NLD/flags/NH/Zaanstad.gif +%%WWWDIR%%/places/NLD/flags/NH/Zandvoort.gif +%%WWWDIR%%/places/NLD/flags/NH/Zeevang.gif +%%WWWDIR%%/places/NLD/flags/NH/Zijpe.gif +%%WWWDIR%%/places/NLD/flags/OV.gif +%%WWWDIR%%/places/NLD/flags/OV/Almelo.gif +%%WWWDIR%%/places/NLD/flags/OV/Borne.gif +%%WWWDIR%%/places/NLD/flags/OV/Dalfsen.gif +%%WWWDIR%%/places/NLD/flags/OV/Deventer.gif +%%WWWDIR%%/places/NLD/flags/OV/Dinkelland.gif +%%WWWDIR%%/places/NLD/flags/OV/Enschede.gif +%%WWWDIR%%/places/NLD/flags/OV/Haaksbergen.gif +%%WWWDIR%%/places/NLD/flags/OV/Hardenberg.gif +%%WWWDIR%%/places/NLD/flags/OV/Hellendoorn.gif +%%WWWDIR%%/places/NLD/flags/OV/Hengelo.gif +%%WWWDIR%%/places/NLD/flags/OV/Kampen.gif +%%WWWDIR%%/places/NLD/flags/OV/Losser.gif +%%WWWDIR%%/places/NLD/flags/OV/Oldenzaal.gif +%%WWWDIR%%/places/NLD/flags/OV/Olst-Wijhe.gif +%%WWWDIR%%/places/NLD/flags/OV/Ommen.gif +%%WWWDIR%%/places/NLD/flags/OV/Raalte.gif +%%WWWDIR%%/places/NLD/flags/OV/Staphorst.gif +%%WWWDIR%%/places/NLD/flags/OV/Tubbergen.gif +%%WWWDIR%%/places/NLD/flags/OV/Twenterand.gif +%%WWWDIR%%/places/NLD/flags/OV/Wierden.gif +%%WWWDIR%%/places/NLD/flags/OV/Zwartewaterland.gif +%%WWWDIR%%/places/NLD/flags/OV/Zwolle.gif +%%WWWDIR%%/places/NLD/flags/UT.gif +%%WWWDIR%%/places/NLD/flags/UT/Amersfoort.gif +%%WWWDIR%%/places/NLD/flags/UT/Baarn.gif +%%WWWDIR%%/places/NLD/flags/UT/Breukelen.gif +%%WWWDIR%%/places/NLD/flags/UT/Bunnik.gif +%%WWWDIR%%/places/NLD/flags/UT/Bunschoten.gif +%%WWWDIR%%/places/NLD/flags/UT/De_Bilt.gif +%%WWWDIR%%/places/NLD/flags/UT/De_Ronde_Venen.gif +%%WWWDIR%%/places/NLD/flags/UT/Eemnes.gif +%%WWWDIR%%/places/NLD/flags/UT/Houten.gif +%%WWWDIR%%/places/NLD/flags/UT/IJsselstein.gif +%%WWWDIR%%/places/NLD/flags/UT/Leusden.gif +%%WWWDIR%%/places/NLD/flags/UT/Loenen.gif +%%WWWDIR%%/places/NLD/flags/UT/Lopik.gif +%%WWWDIR%%/places/NLD/flags/UT/Maarssen.gif +%%WWWDIR%%/places/NLD/flags/UT/Montfoort.gif +%%WWWDIR%%/places/NLD/flags/UT/Nieuwegein.gif +%%WWWDIR%%/places/NLD/flags/UT/Oudewater.gif +%%WWWDIR%%/places/NLD/flags/UT/Renswoude.gif +%%WWWDIR%%/places/NLD/flags/UT/Rhenen.gif +%%WWWDIR%%/places/NLD/flags/UT/Soest.gif +%%WWWDIR%%/places/NLD/flags/UT/Utrecht.gif +%%WWWDIR%%/places/NLD/flags/UT/Veenendaal.gif +%%WWWDIR%%/places/NLD/flags/UT/Vianen.gif +%%WWWDIR%%/places/NLD/flags/UT/Woerden.gif +%%WWWDIR%%/places/NLD/flags/UT/Woudenberg.gif +%%WWWDIR%%/places/NLD/flags/UT/Zeist.gif +%%WWWDIR%%/places/NLD/flags/ZH.gif +%%WWWDIR%%/places/NLD/flags/ZH/Albrandswaard.gif +%%WWWDIR%%/places/NLD/flags/ZH/Alkemade.gif +%%WWWDIR%%/places/NLD/flags/ZH/Alphen_aan_den_Rijn.gif +%%WWWDIR%%/places/NLD/flags/ZH/Bergschenhoek.gif +%%WWWDIR%%/places/NLD/flags/ZH/Binnenmaas.gif +%%WWWDIR%%/places/NLD/flags/ZH/Bleiswijk.gif +%%WWWDIR%%/places/NLD/flags/ZH/Bodegraven.gif +%%WWWDIR%%/places/NLD/flags/ZH/Boskoop.gif +%%WWWDIR%%/places/NLD/flags/ZH/Brielle.gif +%%WWWDIR%%/places/NLD/flags/ZH/Delft.gif +%%WWWDIR%%/places/NLD/flags/ZH/Den_Haag.gif +%%WWWDIR%%/places/NLD/flags/ZH/Dirksland.gif +%%WWWDIR%%/places/NLD/flags/ZH/Dordrecht.gif +%%WWWDIR%%/places/NLD/flags/ZH/Giessenlanden.gif +%%WWWDIR%%/places/NLD/flags/ZH/Goedereede.gif +%%WWWDIR%%/places/NLD/flags/ZH/Gorinchem.gif +%%WWWDIR%%/places/NLD/flags/ZH/Gouda.gif +%%WWWDIR%%/places/NLD/flags/ZH/Graafstroom.gif +%%WWWDIR%%/places/NLD/flags/ZH/Hellevoetsluis.gif +%%WWWDIR%%/places/NLD/flags/ZH/Hendrik-Ido-Ambacht.gif +%%WWWDIR%%/places/NLD/flags/ZH/Jacobswoude.gif +%%WWWDIR%%/places/NLD/flags/ZH/Katwijk.gif +%%WWWDIR%%/places/NLD/flags/ZH/Korendijk.gif +%%WWWDIR%%/places/NLD/flags/ZH/Krimpen_aan_den_IJssel.gif +%%WWWDIR%%/places/NLD/flags/ZH/Leerdam.gif +%%WWWDIR%%/places/NLD/flags/ZH/Leiden.gif +%%WWWDIR%%/places/NLD/flags/ZH/Liemeer.gif +%%WWWDIR%%/places/NLD/flags/ZH/Liesveld.gif +%%WWWDIR%%/places/NLD/flags/ZH/Lisse.gif +%%WWWDIR%%/places/NLD/flags/ZH/Maassluis.gif +%%WWWDIR%%/places/NLD/flags/ZH/Middelharnis.gif +%%WWWDIR%%/places/NLD/flags/ZH/Midden-Delfland.gif +%%WWWDIR%%/places/NLD/flags/ZH/Nieuw-Lekkerland.gif +%%WWWDIR%%/places/NLD/flags/ZH/Nieuwerkerk_aan_den_IJssel.gif +%%WWWDIR%%/places/NLD/flags/ZH/Nieuwkoop.gif +%%WWWDIR%%/places/NLD/flags/ZH/Oegstgeest.gif +%%WWWDIR%%/places/NLD/flags/ZH/Oostflakkee.gif +%%WWWDIR%%/places/NLD/flags/ZH/Oud-Beijerland.gif +%%WWWDIR%%/places/NLD/flags/ZH/Ouderkerk.gif +%%WWWDIR%%/places/NLD/flags/ZH/Papendrecht.gif +%%WWWDIR%%/places/NLD/flags/ZH/Pijnacker-Nootdorp.gif +%%WWWDIR%%/places/NLD/flags/ZH/Reeuwijk.gif +%%WWWDIR%%/places/NLD/flags/ZH/Rijnwoude.gif +%%WWWDIR%%/places/NLD/flags/ZH/Rijswijk.gif +%%WWWDIR%%/places/NLD/flags/ZH/Rotterdam.gif +%%WWWDIR%%/places/NLD/flags/ZH/Rozenburg.gif +%%WWWDIR%%/places/NLD/flags/ZH/Schiedam.gif +%%WWWDIR%%/places/NLD/flags/ZH/Schoonhoven.gif +%%WWWDIR%%/places/NLD/flags/ZH/Sliedrecht.gif +%%WWWDIR%%/places/NLD/flags/ZH/Spijkenisse.gif +%%WWWDIR%%/places/NLD/flags/ZH/Strijen.gif +%%WWWDIR%%/places/NLD/flags/ZH/Ter_Aar.gif +%%WWWDIR%%/places/NLD/flags/ZH/Vlaardingen.gif +%%WWWDIR%%/places/NLD/flags/ZH/Vlist.gif +%%WWWDIR%%/places/NLD/flags/ZH/Waddinxveen.gif +%%WWWDIR%%/places/NLD/flags/ZH/Westvoorne.gif +%%WWWDIR%%/places/NLD/flags/ZH/Zoetermeer.gif +%%WWWDIR%%/places/NLD/flags/ZH/Zoeterwoude.gif +%%WWWDIR%%/places/NLD/flags/ZH/Zwijndrecht.gif +%%WWWDIR%%/places/NLD/flags/ZL.gif +%%WWWDIR%%/places/NLD/flags/ZL/Borsele.gif +%%WWWDIR%%/places/NLD/flags/ZL/Goes.gif +%%WWWDIR%%/places/NLD/flags/ZL/Hulst.gif +%%WWWDIR%%/places/NLD/flags/ZL/Kapelle.gif +%%WWWDIR%%/places/NLD/flags/ZL/Middelburg.gif +%%WWWDIR%%/places/NLD/flags/ZL/Noord-Beveland.gif +%%WWWDIR%%/places/NLD/flags/ZL/Reimerswaal.gif +%%WWWDIR%%/places/NLD/flags/ZL/Schouwen-Duiveland.gif +%%WWWDIR%%/places/NLD/flags/ZL/Sluis.gif +%%WWWDIR%%/places/NLD/flags/ZL/Terneuzen.gif +%%WWWDIR%%/places/NLD/flags/ZL/Tholen.gif +%%WWWDIR%%/places/NLD/flags/ZL/Vlissingen.gif +%%WWWDIR%%/places/NOR/NOR.gif +%%WWWDIR%%/places/NOR/NOR.htm +%%WWWDIR%%/places/NOR/NOR_Akershus.gif +%%WWWDIR%%/places/NOR/NOR_Aust-Agder.gif +%%WWWDIR%%/places/NOR/NOR_Buskerud.gif +%%WWWDIR%%/places/NOR/NOR_Finnmark.gif +%%WWWDIR%%/places/NOR/NOR_Hedmark.gif +%%WWWDIR%%/places/NOR/NOR_Hordaland.gif +%%WWWDIR%%/places/NOR/NOR_More-og-Romsdal.gif +%%WWWDIR%%/places/NOR/NOR_Nord-Trondelag.gif +%%WWWDIR%%/places/NOR/NOR_Nordland.gif +%%WWWDIR%%/places/NOR/NOR_Oppland.gif +%%WWWDIR%%/places/NOR/NOR_Oslo.gif +%%WWWDIR%%/places/NOR/NOR_Ostfold.gif +%%WWWDIR%%/places/NOR/NOR_Rogaland.gif +%%WWWDIR%%/places/NOR/NOR_Sogn-og-Fjordane.gif +%%WWWDIR%%/places/NOR/NOR_Sor-Trondelag.gif +%%WWWDIR%%/places/NOR/NOR_Telemark.gif +%%WWWDIR%%/places/NOR/NOR_Troms.gif +%%WWWDIR%%/places/NOR/NOR_Vest-Agder.gif +%%WWWDIR%%/places/NOR/NOR_Vestfold.gif +%%WWWDIR%%/places/NZL/NZL.gif +%%WWWDIR%%/places/NZL/NZL.htm +%%WWWDIR%%/places/NZL/NZL.txt +%%WWWDIR%%/places/NZL/NZL_Auckland.txt +%%WWWDIR%%/places/NZL/NZL_Auckland_Auckland.txt +%%WWWDIR%%/places/NZL/NZL_Auckland_Franklin.txt +%%WWWDIR%%/places/NZL/NZL_Auckland_Manakau.txt +%%WWWDIR%%/places/NZL/NZL_Auckland_North-Shore.txt +%%WWWDIR%%/places/NZL/NZL_Auckland_Papakura.txt +%%WWWDIR%%/places/NZL/NZL_Auckland_Rodney.txt +%%WWWDIR%%/places/NZL/NZL_Auckland_Waitakere.txt +%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty.txt +%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Kawerau.txt +%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Opotiki.txt +%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Rotorua.txt +%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Taupo.txt +%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Tauranga.txt +%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Western-Bay-Of-Plenty.txt +%%WWWDIR%%/places/NZL/NZL_Bay-Of-Plenty_Whakatane.txt +%%WWWDIR%%/places/NZL/NZL_Canterbury.txt +%%WWWDIR%%/places/NZL/NZL_Canterbury_Ashburton.txt +%%WWWDIR%%/places/NZL/NZL_Canterbury_Banks-Peninsula.txt +%%WWWDIR%%/places/NZL/NZL_Canterbury_Christchurch.txt +%%WWWDIR%%/places/NZL/NZL_Canterbury_Hurunui.txt +%%WWWDIR%%/places/NZL/NZL_Canterbury_Kaikoura.txt +%%WWWDIR%%/places/NZL/NZL_Canterbury_Mackenzie.txt +%%WWWDIR%%/places/NZL/NZL_Canterbury_Selwyn.txt +%%WWWDIR%%/places/NZL/NZL_Canterbury_Timaru.txt +%%WWWDIR%%/places/NZL/NZL_Canterbury_Waimakariri.txt +%%WWWDIR%%/places/NZL/NZL_Canterbury_Waimate.txt +%%WWWDIR%%/places/NZL/NZL_Canterbury_Waitaki.txt +%%WWWDIR%%/places/NZL/NZL_Gisborne.txt +%%WWWDIR%%/places/NZL/NZL_Gisborne_Gisborne.txt +%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay.txt +%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay_Central-Hawkes-Bay.txt +%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay_Hastings.txt +%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay_Napier.txt +%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay_Rangitikei.txt +%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay_Taupo.txt +%%WWWDIR%%/places/NZL/NZL_Hawkes-Bay_Wairoa.txt +%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui.txt +%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Horowhenua.txt +%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Manawatu.txt +%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Palmerston_North.txt +%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Rangitikei.txt +%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Ruapehu.txt +%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Stratford.txt +%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Tararua.txt +%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Taupo.txt +%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Waitomo.txt +%%WWWDIR%%/places/NZL/NZL_Manawatu-Wanganui_Wanganui.txt +%%WWWDIR%%/places/NZL/NZL_Marlborough.txt +%%WWWDIR%%/places/NZL/NZL_Marlborough_Marlborough.txt +%%WWWDIR%%/places/NZL/NZL_Nelson.txt +%%WWWDIR%%/places/NZL/NZL_Nelson_Nelson.txt +%%WWWDIR%%/places/NZL/NZL_Northland.txt +%%WWWDIR%%/places/NZL/NZL_Northland_Far-North.txt +%%WWWDIR%%/places/NZL/NZL_Northland_Far-North_Kaipara.txt +%%WWWDIR%%/places/NZL/NZL_Northland_Far-North_Whangarei.txt +%%WWWDIR%%/places/NZL/NZL_Otago.gif +%%WWWDIR%%/places/NZL/NZL_Otago.txt +%%WWWDIR%%/places/NZL/NZL_Otago_Central-Otago.txt +%%WWWDIR%%/places/NZL/NZL_Otago_Clutha.txt +%%WWWDIR%%/places/NZL/NZL_Otago_Dunedin.txt +%%WWWDIR%%/places/NZL/NZL_Otago_Queenstown-Lakes.txt +%%WWWDIR%%/places/NZL/NZL_Otago_Waitaki.txt +%%WWWDIR%%/places/NZL/NZL_Southland.txt +%%WWWDIR%%/places/NZL/NZL_Southland_Gore.txt +%%WWWDIR%%/places/NZL/NZL_Southland_Invercargill.txt +%%WWWDIR%%/places/NZL/NZL_Southland_Southland.txt +%%WWWDIR%%/places/NZL/NZL_Taranaki.txt +%%WWWDIR%%/places/NZL/NZL_Taranaki_New-Plymouth.txt +%%WWWDIR%%/places/NZL/NZL_Taranaki_South-Taranaki.txt +%%WWWDIR%%/places/NZL/NZL_Taranaki_Stratford.txt +%%WWWDIR%%/places/NZL/NZL_Tasman.txt +%%WWWDIR%%/places/NZL/NZL_Tasman_Tasman.txt +%%WWWDIR%%/places/NZL/NZL_Waikato.txt +%%WWWDIR%%/places/NZL/NZL_Waikato_Franklin.txt +%%WWWDIR%%/places/NZL/NZL_Waikato_Hamilton.txt +%%WWWDIR%%/places/NZL/NZL_Waikato_Hauraki.txt +%%WWWDIR%%/places/NZL/NZL_Waikato_Matamata-Piako.txt +%%WWWDIR%%/places/NZL/NZL_Waikato_Otorohanga.txt +%%WWWDIR%%/places/NZL/NZL_Waikato_Rotorua.txt +%%WWWDIR%%/places/NZL/NZL_Waikato_South-Waikato.txt +%%WWWDIR%%/places/NZL/NZL_Waikato_Taupo.txt +%%WWWDIR%%/places/NZL/NZL_Waikato_Thames-Coromandel.txt +%%WWWDIR%%/places/NZL/NZL_Waikato_Waikato.txt +%%WWWDIR%%/places/NZL/NZL_Waikato_Waipa.txt +%%WWWDIR%%/places/NZL/NZL_Waikato_Waitomo.txt +%%WWWDIR%%/places/NZL/NZL_Wellington.txt +%%WWWDIR%%/places/NZL/NZL_Wellington_Carterton.txt +%%WWWDIR%%/places/NZL/NZL_Wellington_Kapit-Coast.txt +%%WWWDIR%%/places/NZL/NZL_Wellington_Lower-Hutt.txt +%%WWWDIR%%/places/NZL/NZL_Wellington_Masterton.txt +%%WWWDIR%%/places/NZL/NZL_Wellington_Porirua.txt +%%WWWDIR%%/places/NZL/NZL_Wellington_South-Wairarapa.txt +%%WWWDIR%%/places/NZL/NZL_Wellington_Tararua.txt +%%WWWDIR%%/places/NZL/NZL_Wellington_Upper-Hutt.txt +%%WWWDIR%%/places/NZL/NZL_Wellington_Wellington.txt +%%WWWDIR%%/places/NZL/NZL_West-Coast.txt +%%WWWDIR%%/places/NZL/NZL_West-Coast_Buller.txt +%%WWWDIR%%/places/NZL/NZL_West-Coast_Grey.txt +%%WWWDIR%%/places/NZL/NZL_West-Coast_Westland.txt +%%WWWDIR%%/places/PAK/PAK.gif +%%WWWDIR%%/places/PAK/PAK.htm +%%WWWDIR%%/places/POL/POL.de.htm +%%WWWDIR%%/places/POL/POL.en.htm +%%WWWDIR%%/places/POL/POL.gif +%%WWWDIR%%/places/POL/POL.htm +%%WWWDIR%%/places/POL/POL_Dolnoslaskie.gif +%%WWWDIR%%/places/POL/POL_Kujawsko-Pomorskie.gif +%%WWWDIR%%/places/POL/POL_Lodzkie.gif +%%WWWDIR%%/places/POL/POL_Lubelskie.gif +%%WWWDIR%%/places/POL/POL_Lubuskie.gif +%%WWWDIR%%/places/POL/POL_Malopolskie.gif +%%WWWDIR%%/places/POL/POL_Mazowieckie.gif +%%WWWDIR%%/places/POL/POL_Opolskie.gif +%%WWWDIR%%/places/POL/POL_Podkarpackie.gif +%%WWWDIR%%/places/POL/POL_Podlaskie.gif +%%WWWDIR%%/places/POL/POL_Pomorskie.gif +%%WWWDIR%%/places/POL/POL_Slaskie.gif +%%WWWDIR%%/places/POL/POL_Swietokrzyskie.gif +%%WWWDIR%%/places/POL/POL_Warminsko-Mazurskie.gif +%%WWWDIR%%/places/POL/POL_Wielkopolskie.gif +%%WWWDIR%%/places/POL/POL_Zachodniopomorskie.gif +%%WWWDIR%%/places/POL/flags/DS.gif +%%WWWDIR%%/places/POL/flags/KP.gif +%%WWWDIR%%/places/POL/flags/LB.gif +%%WWWDIR%%/places/POL/flags/LD.gif +%%WWWDIR%%/places/POL/flags/LU.gif +%%WWWDIR%%/places/POL/flags/MA.gif +%%WWWDIR%%/places/POL/flags/MZ.gif +%%WWWDIR%%/places/POL/flags/OP.gif +%%WWWDIR%%/places/POL/flags/PD.gif +%%WWWDIR%%/places/POL/flags/PK.gif +%%WWWDIR%%/places/POL/flags/PM.gif +%%WWWDIR%%/places/POL/flags/SK.gif +%%WWWDIR%%/places/POL/flags/SL.gif +%%WWWDIR%%/places/POL/flags/WN.gif +%%WWWDIR%%/places/POL/flags/WP.gif +%%WWWDIR%%/places/POL/flags/ZP.gif +%%WWWDIR%%/places/PRT/PRT.txt +%%WWWDIR%%/places/REU/REU.gif +%%WWWDIR%%/places/REU/REU.htm +%%WWWDIR%%/places/REU/REU_Reunion.gif +%%WWWDIR%%/places/REU/REU_Reunion_Reunion.txt +%%WWWDIR%%/places/ROM/ROM.gif +%%WWWDIR%%/places/ROM/ROM.htm +%%WWWDIR%%/places/RUS/RUS.gif +%%WWWDIR%%/places/RUS/RUS.htm +%%WWWDIR%%/places/SCT/SCT.gif +%%WWWDIR%%/places/SCT/SCT.htm +%%WWWDIR%%/places/SVK/SVK.gif +%%WWWDIR%%/places/SVK/SVK.htm +%%WWWDIR%%/places/SVK/SVK_Banskobystricky.gif +%%WWWDIR%%/places/SVK/SVK_Bratislavsky.gif +%%WWWDIR%%/places/SVK/SVK_Kosicky.gif +%%WWWDIR%%/places/SVK/SVK_Nitriansky.gif +%%WWWDIR%%/places/SVK/SVK_Places.xls.zip +%%WWWDIR%%/places/SVK/SVK_Presovsky.gif +%%WWWDIR%%/places/SVK/SVK_Trenciansky.gif +%%WWWDIR%%/places/SVK/SVK_Trnavsky.gif +%%WWWDIR%%/places/SVK/SVK_Zilinsky.gif +%%WWWDIR%%/places/SWE/SWE.gif +%%WWWDIR%%/places/SWE/SWE.htm +%%WWWDIR%%/places/TUR/TUR.gif +%%WWWDIR%%/places/TUR/TUR.htm +%%WWWDIR%%/places/TUR/TUR.txt +%%WWWDIR%%/places/TUR/TUR_Adana.txt +%%WWWDIR%%/places/TUR/TUR_Afyon.txt +%%WWWDIR%%/places/TUR/TUR_Aksaray.txt +%%WWWDIR%%/places/TUR/TUR_Amasya.txt +%%WWWDIR%%/places/TUR/TUR_Ankara.gif +%%WWWDIR%%/places/TUR/TUR_Ankara.txt +%%WWWDIR%%/places/TUR/TUR_Antalya.txt +%%WWWDIR%%/places/TUR/TUR_Ardahan.txt +%%WWWDIR%%/places/TUR/TUR_Artvin.txt +%%WWWDIR%%/places/TUR/TUR_Canakkale.gif +%%WWWDIR%%/places/TUR/TUR_Canakkale.txt +%%WWWDIR%%/places/TUR/TUR_Denizli.txt +%%WWWDIR%%/places/TUR/TUR_Istanbul.gif +%%WWWDIR%%/places/TUR/TUR_Istanbul.txt +%%WWWDIR%%/places/TUR/TUR_Izmir.gif +%%WWWDIR%%/places/TUR/TUR_Izmir.txt +%%WWWDIR%%/places/UKR/UKR.gif +%%WWWDIR%%/places/UKR/UKR.htm +%%WWWDIR%%/places/USA/USA.gif +%%WWWDIR%%/places/USA/USA.htm +%%WWWDIR%%/places/USA/flags/AK.gif +%%WWWDIR%%/places/USA/flags/AL.gif +%%WWWDIR%%/places/USA/flags/AR.gif +%%WWWDIR%%/places/USA/flags/AS.gif +%%WWWDIR%%/places/USA/flags/AZ.gif +%%WWWDIR%%/places/USA/flags/CA.gif +%%WWWDIR%%/places/USA/flags/CO.gif +%%WWWDIR%%/places/USA/flags/CT.gif +%%WWWDIR%%/places/USA/flags/DC.gif +%%WWWDIR%%/places/USA/flags/DE.gif +%%WWWDIR%%/places/USA/flags/FL.gif +%%WWWDIR%%/places/USA/flags/GA.gif +%%WWWDIR%%/places/USA/flags/GU.gif +%%WWWDIR%%/places/USA/flags/HI.gif +%%WWWDIR%%/places/USA/flags/IA.gif +%%WWWDIR%%/places/USA/flags/ID.gif +%%WWWDIR%%/places/USA/flags/IL.gif +%%WWWDIR%%/places/USA/flags/IN.gif +%%WWWDIR%%/places/USA/flags/KS.gif +%%WWWDIR%%/places/USA/flags/KY.gif +%%WWWDIR%%/places/USA/flags/LA.gif +%%WWWDIR%%/places/USA/flags/MA.gif +%%WWWDIR%%/places/USA/flags/MD.gif +%%WWWDIR%%/places/USA/flags/ME.gif +%%WWWDIR%%/places/USA/flags/MI.gif +%%WWWDIR%%/places/USA/flags/MN.gif +%%WWWDIR%%/places/USA/flags/MO.gif +%%WWWDIR%%/places/USA/flags/MP.gif +%%WWWDIR%%/places/USA/flags/MS.gif +%%WWWDIR%%/places/USA/flags/MT.gif +%%WWWDIR%%/places/USA/flags/NC.gif +%%WWWDIR%%/places/USA/flags/ND.gif +%%WWWDIR%%/places/USA/flags/NE.gif +%%WWWDIR%%/places/USA/flags/NH.gif +%%WWWDIR%%/places/USA/flags/NJ.gif +%%WWWDIR%%/places/USA/flags/NM.gif +%%WWWDIR%%/places/USA/flags/NV.gif +%%WWWDIR%%/places/USA/flags/NY.gif +%%WWWDIR%%/places/USA/flags/OH.gif +%%WWWDIR%%/places/USA/flags/OK.gif +%%WWWDIR%%/places/USA/flags/OR.gif +%%WWWDIR%%/places/USA/flags/PA.gif +%%WWWDIR%%/places/USA/flags/PR.gif +%%WWWDIR%%/places/USA/flags/RI.gif +%%WWWDIR%%/places/USA/flags/SC.gif +%%WWWDIR%%/places/USA/flags/SD.gif +%%WWWDIR%%/places/USA/flags/TN.gif +%%WWWDIR%%/places/USA/flags/TX.gif +%%WWWDIR%%/places/USA/flags/UT.gif +%%WWWDIR%%/places/USA/flags/VA.gif +%%WWWDIR%%/places/USA/flags/VI.gif +%%WWWDIR%%/places/USA/flags/VT.gif +%%WWWDIR%%/places/USA/flags/WA.gif +%%WWWDIR%%/places/USA/flags/WI.gif +%%WWWDIR%%/places/USA/flags/WV.gif +%%WWWDIR%%/places/USA/flags/WY.gif +%%WWWDIR%%/places/WLS/WLS.gif +%%WWWDIR%%/places/WLS/WLS.htm +%%WWWDIR%%/places/ZAF/ZAF.gif +%%WWWDIR%%/places/ZAF/ZAF.htm +%%WWWDIR%%/places/acdropdown.js +%%WWWDIR%%/places/arrowdown.gif +%%WWWDIR%%/places/dropdown.css +%%WWWDIR%%/places/flags/ABW.gif +%%WWWDIR%%/places/flags/ACA.gif +%%WWWDIR%%/places/flags/AFG.gif +%%WWWDIR%%/places/flags/AGO.gif +%%WWWDIR%%/places/flags/AIA.gif +%%WWWDIR%%/places/flags/ALA.gif +%%WWWDIR%%/places/flags/ALB.gif +%%WWWDIR%%/places/flags/AND.gif +%%WWWDIR%%/places/flags/ANT.gif +%%WWWDIR%%/places/flags/ARE.gif +%%WWWDIR%%/places/flags/ARG.gif +%%WWWDIR%%/places/flags/ARM.gif +%%WWWDIR%%/places/flags/ASM.gif +%%WWWDIR%%/places/flags/ATA.gif +%%WWWDIR%%/places/flags/ATF.gif +%%WWWDIR%%/places/flags/ATG.gif +%%WWWDIR%%/places/flags/AUS.gif +%%WWWDIR%%/places/flags/AUT.gif +%%WWWDIR%%/places/flags/AZE.gif +%%WWWDIR%%/places/flags/AZR.gif +%%WWWDIR%%/places/flags/BDI.gif +%%WWWDIR%%/places/flags/BEL.gif +%%WWWDIR%%/places/flags/BEN.gif +%%WWWDIR%%/places/flags/BFA.gif +%%WWWDIR%%/places/flags/BGD.gif +%%WWWDIR%%/places/flags/BGR.gif +%%WWWDIR%%/places/flags/BHR.gif +%%WWWDIR%%/places/flags/BHS.gif +%%WWWDIR%%/places/flags/BIH.gif +%%WWWDIR%%/places/flags/BLR.gif +%%WWWDIR%%/places/flags/BLZ.gif +%%WWWDIR%%/places/flags/BMU.gif +%%WWWDIR%%/places/flags/BOL.gif +%%WWWDIR%%/places/flags/BRA.gif +%%WWWDIR%%/places/flags/BRB.gif +%%WWWDIR%%/places/flags/BRN.gif +%%WWWDIR%%/places/flags/BTN.gif +%%WWWDIR%%/places/flags/BVT.gif +%%WWWDIR%%/places/flags/BWA.gif +%%WWWDIR%%/places/flags/BWI.gif +%%WWWDIR%%/places/flags/CAF.gif +%%WWWDIR%%/places/flags/CAN.gif +%%WWWDIR%%/places/flags/CAP.gif +%%WWWDIR%%/places/flags/CAT.gif +%%WWWDIR%%/places/flags/CCK.gif +%%WWWDIR%%/places/flags/CHE.gif +%%WWWDIR%%/places/flags/CHI.gif +%%WWWDIR%%/places/flags/CHL.gif +%%WWWDIR%%/places/flags/CHN.gif +%%WWWDIR%%/places/flags/CIV.gif +%%WWWDIR%%/places/flags/CMR.gif +%%WWWDIR%%/places/flags/COD.gif +%%WWWDIR%%/places/flags/COG.gif +%%WWWDIR%%/places/flags/COK.gif +%%WWWDIR%%/places/flags/COL.gif +%%WWWDIR%%/places/flags/COM.gif +%%WWWDIR%%/places/flags/CPV.gif +%%WWWDIR%%/places/flags/CRI.gif +%%WWWDIR%%/places/flags/CSK.gif +%%WWWDIR%%/places/flags/CUB.gif +%%WWWDIR%%/places/flags/CXR.gif +%%WWWDIR%%/places/flags/CYM.gif +%%WWWDIR%%/places/flags/CYP.gif +%%WWWDIR%%/places/flags/CZE.gif +%%WWWDIR%%/places/flags/DEU.gif +%%WWWDIR%%/places/flags/DJI.gif +%%WWWDIR%%/places/flags/DMA.gif +%%WWWDIR%%/places/flags/DNK.gif +%%WWWDIR%%/places/flags/DOM.gif +%%WWWDIR%%/places/flags/DZA.gif +%%WWWDIR%%/places/flags/ECU.gif +%%WWWDIR%%/places/flags/EGY.gif +%%WWWDIR%%/places/flags/EIR.gif +%%WWWDIR%%/places/flags/ENG.gif +%%WWWDIR%%/places/flags/ERI.gif +%%WWWDIR%%/places/flags/ESH.gif +%%WWWDIR%%/places/flags/ESP.gif +%%WWWDIR%%/places/flags/EST.gif +%%WWWDIR%%/places/flags/ETH.gif +%%WWWDIR%%/places/flags/FIN.gif +%%WWWDIR%%/places/flags/FJI.gif +%%WWWDIR%%/places/flags/FLD.gif +%%WWWDIR%%/places/flags/FLK.gif +%%WWWDIR%%/places/flags/FRA.gif +%%WWWDIR%%/places/flags/FRO.gif +%%WWWDIR%%/places/flags/FSM.gif +%%WWWDIR%%/places/flags/GAB.gif +%%WWWDIR%%/places/flags/GBR.gif +%%WWWDIR%%/places/flags/GEO.gif +%%WWWDIR%%/places/flags/GHA.gif +%%WWWDIR%%/places/flags/GIB.gif +%%WWWDIR%%/places/flags/GIN.gif +%%WWWDIR%%/places/flags/GLP.gif +%%WWWDIR%%/places/flags/GMB.gif +%%WWWDIR%%/places/flags/GNB.gif +%%WWWDIR%%/places/flags/GNQ.gif +%%WWWDIR%%/places/flags/GRC.gif +%%WWWDIR%%/places/flags/GRD.gif +%%WWWDIR%%/places/flags/GRL.gif +%%WWWDIR%%/places/flags/GTM.gif +%%WWWDIR%%/places/flags/GUF.gif +%%WWWDIR%%/places/flags/GUM.gif +%%WWWDIR%%/places/flags/GUY.gif +%%WWWDIR%%/places/flags/HKG.gif +%%WWWDIR%%/places/flags/HMD.gif +%%WWWDIR%%/places/flags/HND.gif +%%WWWDIR%%/places/flags/HRV.gif +%%WWWDIR%%/places/flags/HTI.gif +%%WWWDIR%%/places/flags/HUN.gif +%%WWWDIR%%/places/flags/IDN.gif +%%WWWDIR%%/places/flags/IND.gif +%%WWWDIR%%/places/flags/IOM.gif +%%WWWDIR%%/places/flags/IOT.gif +%%WWWDIR%%/places/flags/IRL.gif +%%WWWDIR%%/places/flags/IRN.gif +%%WWWDIR%%/places/flags/IRQ.gif +%%WWWDIR%%/places/flags/ISL.gif +%%WWWDIR%%/places/flags/ISR.gif +%%WWWDIR%%/places/flags/ITA.gif +%%WWWDIR%%/places/flags/JAM.gif +%%WWWDIR%%/places/flags/JOR.gif +%%WWWDIR%%/places/flags/JPN.gif +%%WWWDIR%%/places/flags/KAZ.gif +%%WWWDIR%%/places/flags/KEN.gif +%%WWWDIR%%/places/flags/KGZ.gif +%%WWWDIR%%/places/flags/KHM.gif +%%WWWDIR%%/places/flags/KIR.gif +%%WWWDIR%%/places/flags/KNA.gif +%%WWWDIR%%/places/flags/KOR.gif +%%WWWDIR%%/places/flags/KWT.gif +%%WWWDIR%%/places/flags/LAO.gif +%%WWWDIR%%/places/flags/LBN.gif +%%WWWDIR%%/places/flags/LBR.gif +%%WWWDIR%%/places/flags/LBY.gif +%%WWWDIR%%/places/flags/LCA.gif +%%WWWDIR%%/places/flags/LIE.gif +%%WWWDIR%%/places/flags/LKA.gif +%%WWWDIR%%/places/flags/LSO.gif +%%WWWDIR%%/places/flags/LTU.gif +%%WWWDIR%%/places/flags/LUX.gif +%%WWWDIR%%/places/flags/LVA.gif +%%WWWDIR%%/places/flags/MAC.gif +%%WWWDIR%%/places/flags/MAR.gif +%%WWWDIR%%/places/flags/MCO.gif +%%WWWDIR%%/places/flags/MDA.gif +%%WWWDIR%%/places/flags/MDG.gif +%%WWWDIR%%/places/flags/MDV.gif +%%WWWDIR%%/places/flags/MEX.gif +%%WWWDIR%%/places/flags/MHL.gif +%%WWWDIR%%/places/flags/MKD.gif +%%WWWDIR%%/places/flags/MLI.gif +%%WWWDIR%%/places/flags/MLT.gif +%%WWWDIR%%/places/flags/MMR.gif +%%WWWDIR%%/places/flags/MNG.gif +%%WWWDIR%%/places/flags/MNP.gif +%%WWWDIR%%/places/flags/MNT.gif +%%WWWDIR%%/places/flags/MOZ.gif +%%WWWDIR%%/places/flags/MRT.gif +%%WWWDIR%%/places/flags/MSR.gif +%%WWWDIR%%/places/flags/MTQ.gif +%%WWWDIR%%/places/flags/MUS.gif +%%WWWDIR%%/places/flags/MWI.gif +%%WWWDIR%%/places/flags/MYS.gif +%%WWWDIR%%/places/flags/MYT.gif +%%WWWDIR%%/places/flags/NAM.gif +%%WWWDIR%%/places/flags/NCL.gif +%%WWWDIR%%/places/flags/NER.gif +%%WWWDIR%%/places/flags/NFK.gif +%%WWWDIR%%/places/flags/NGA.gif +%%WWWDIR%%/places/flags/NIC.gif +%%WWWDIR%%/places/flags/NIR.gif +%%WWWDIR%%/places/flags/NIU.gif +%%WWWDIR%%/places/flags/NLD.gif +%%WWWDIR%%/places/flags/NOR.gif +%%WWWDIR%%/places/flags/NPL.gif +%%WWWDIR%%/places/flags/NRU.gif +%%WWWDIR%%/places/flags/NTZ.gif +%%WWWDIR%%/places/flags/NZL.gif +%%WWWDIR%%/places/flags/OMN.gif +%%WWWDIR%%/places/flags/PAK.gif +%%WWWDIR%%/places/flags/PAN.gif +%%WWWDIR%%/places/flags/PCN.gif +%%WWWDIR%%/places/flags/PER.gif +%%WWWDIR%%/places/flags/PHL.gif +%%WWWDIR%%/places/flags/PLW.gif +%%WWWDIR%%/places/flags/PNG.gif +%%WWWDIR%%/places/flags/POL.gif +%%WWWDIR%%/places/flags/PRI.gif +%%WWWDIR%%/places/flags/PRK.gif +%%WWWDIR%%/places/flags/PRT.gif +%%WWWDIR%%/places/flags/PRY.gif +%%WWWDIR%%/places/flags/PSE.gif +%%WWWDIR%%/places/flags/PYF.gif +%%WWWDIR%%/places/flags/QAT.gif +%%WWWDIR%%/places/flags/REU.gif +%%WWWDIR%%/places/flags/ROM.gif +%%WWWDIR%%/places/flags/RUS.gif +%%WWWDIR%%/places/flags/RWA.gif +%%WWWDIR%%/places/flags/SAU.gif +%%WWWDIR%%/places/flags/SCG.gif +%%WWWDIR%%/places/flags/SCT.gif +%%WWWDIR%%/places/flags/SDN.gif +%%WWWDIR%%/places/flags/SEA.gif +%%WWWDIR%%/places/flags/SEN.gif +%%WWWDIR%%/places/flags/SER.gif +%%WWWDIR%%/places/flags/SGP.gif +%%WWWDIR%%/places/flags/SGS.gif +%%WWWDIR%%/places/flags/SHN.gif +%%WWWDIR%%/places/flags/SIC.gif +%%WWWDIR%%/places/flags/SJM.gif +%%WWWDIR%%/places/flags/SLB.gif +%%WWWDIR%%/places/flags/SLE.gif +%%WWWDIR%%/places/flags/SLV.gif +%%WWWDIR%%/places/flags/SMR.gif +%%WWWDIR%%/places/flags/SOM.gif +%%WWWDIR%%/places/flags/SPM.gif +%%WWWDIR%%/places/flags/STP.gif +%%WWWDIR%%/places/flags/SUN.gif +%%WWWDIR%%/places/flags/SUR.gif +%%WWWDIR%%/places/flags/SVK.gif +%%WWWDIR%%/places/flags/SVN.gif +%%WWWDIR%%/places/flags/SWE.gif +%%WWWDIR%%/places/flags/SWZ.gif +%%WWWDIR%%/places/flags/SYC.gif +%%WWWDIR%%/places/flags/SYR.gif +%%WWWDIR%%/places/flags/TCA.gif +%%WWWDIR%%/places/flags/TCD.gif +%%WWWDIR%%/places/flags/TGO.gif +%%WWWDIR%%/places/flags/THA.gif +%%WWWDIR%%/places/flags/TJK.gif +%%WWWDIR%%/places/flags/TKL.gif +%%WWWDIR%%/places/flags/TKM.gif +%%WWWDIR%%/places/flags/TLS.gif +%%WWWDIR%%/places/flags/TON.gif +%%WWWDIR%%/places/flags/TRN.gif +%%WWWDIR%%/places/flags/TTO.gif +%%WWWDIR%%/places/flags/TUN.gif +%%WWWDIR%%/places/flags/TUR.gif +%%WWWDIR%%/places/flags/TUV.gif +%%WWWDIR%%/places/flags/TWN.gif +%%WWWDIR%%/places/flags/TZA.gif +%%WWWDIR%%/places/flags/UGA.gif +%%WWWDIR%%/places/flags/UKR.gif +%%WWWDIR%%/places/flags/UMI.gif +%%WWWDIR%%/places/flags/URY.gif +%%WWWDIR%%/places/flags/USA.gif +%%WWWDIR%%/places/flags/UZB.gif +%%WWWDIR%%/places/flags/VAT.gif +%%WWWDIR%%/places/flags/VCT.gif +%%WWWDIR%%/places/flags/VEN.gif +%%WWWDIR%%/places/flags/VGB.gif +%%WWWDIR%%/places/flags/VIR.gif +%%WWWDIR%%/places/flags/VNM.gif +%%WWWDIR%%/places/flags/VUT.gif +%%WWWDIR%%/places/flags/WAF.gif +%%WWWDIR%%/places/flags/WLF.gif +%%WWWDIR%%/places/flags/WLS.gif +%%WWWDIR%%/places/flags/WSM.gif +%%WWWDIR%%/places/flags/YEM.gif +%%WWWDIR%%/places/flags/YUG.gif +%%WWWDIR%%/places/flags/ZAF.gif +%%WWWDIR%%/places/flags/ZAR.gif +%%WWWDIR%%/places/flags/ZMB.gif +%%WWWDIR%%/places/flags/ZWE.gif +%%WWWDIR%%/places/flags/blank.gif +%%WWWDIR%%/places/getdata.php +%%WWWDIR%%/places/getobject.js +%%WWWDIR%%/places/modomt.js +%%WWWDIR%%/places/xmlextras.js +%%WWWDIR%%/readme.html +%%WWWDIR%%/relationship.php +%%WWWDIR%%/repo.php +%%WWWDIR%%/repolist.php +%%WWWDIR%%/reportengine.php +%%WWWDIR%%/robots.txt +%%WWWDIR%%/save.php +%%WWWDIR%%/search.php +%%WWWDIR%%/search_advanced.php +%%WWWDIR%%/search_engine.php +%%WWWDIR%%/serviceClientTest.php +%%WWWDIR%%/setup.php +%%WWWDIR%%/sidebar.php +%%WWWDIR%%/site-unavailable.php +%%WWWDIR%%/siteconfig.php +%%WWWDIR%%/source.php +%%WWWDIR%%/sourcelist.php +%%WWWDIR%%/statistics.php +%%WWWDIR%%/statisticsplot.php +%%WWWDIR%%/themes/clouds/chrome.css +%%WWWDIR%%/themes/clouds/footer.php +%%WWWDIR%%/themes/clouds/header.php +%%WWWDIR%%/themes/clouds/images/add.gif +%%WWWDIR%%/themes/clouds/images/admin.gif +%%WWWDIR%%/themes/clouds/images/ancestry.gif +%%WWWDIR%%/themes/clouds/images/background.jpg +%%WWWDIR%%/themes/clouds/images/buttons/addmedia.gif +%%WWWDIR%%/themes/clouds/images/buttons/addnote.gif +%%WWWDIR%%/themes/clouds/images/buttons/addrepository.gif +%%WWWDIR%%/themes/clouds/images/buttons/addsource.gif +%%WWWDIR%%/themes/clouds/images/buttons/autocomplete.gif +%%WWWDIR%%/themes/clouds/images/buttons/calendar.gif +%%WWWDIR%%/themes/clouds/images/buttons/family.gif +%%WWWDIR%%/themes/clouds/images/buttons/find_facts.png +%%WWWDIR%%/themes/clouds/images/buttons/head.gif +%%WWWDIR%%/themes/clouds/images/buttons/indi.gif +%%WWWDIR%%/themes/clouds/images/buttons/keyboard.gif +%%WWWDIR%%/themes/clouds/images/buttons/media.gif +%%WWWDIR%%/themes/clouds/images/buttons/note.gif +%%WWWDIR%%/themes/clouds/images/buttons/place.gif +%%WWWDIR%%/themes/clouds/images/buttons/refresh.gif +%%WWWDIR%%/themes/clouds/images/buttons/repository.gif +%%WWWDIR%%/themes/clouds/images/buttons/source.gif +%%WWWDIR%%/themes/clouds/images/buttons/target.gif +%%WWWDIR%%/themes/clouds/images/buttons/view_all.gif +%%WWWDIR%%/themes/clouds/images/calendar.gif +%%WWWDIR%%/themes/clouds/images/cfamily.gif +%%WWWDIR%%/themes/clouds/images/charts.gif +%%WWWDIR%%/themes/clouds/images/children.gif +%%WWWDIR%%/themes/clouds/images/clippings.gif +%%WWWDIR%%/themes/clouds/images/close.png +%%WWWDIR%%/themes/clouds/images/clouds.gif +%%WWWDIR%%/themes/clouds/images/copy.png +%%WWWDIR%%/themes/clouds/images/darrow.gif +%%WWWDIR%%/themes/clouds/images/darrow2.gif +%%WWWDIR%%/themes/clouds/images/ddarrow.gif +%%WWWDIR%%/themes/clouds/images/delete.png +%%WWWDIR%%/themes/clouds/images/descendancy.gif +%%WWWDIR%%/themes/clouds/images/dline.gif +%%WWWDIR%%/themes/clouds/images/dline2.gif +%%WWWDIR%%/themes/clouds/images/edit_fam.gif +%%WWWDIR%%/themes/clouds/images/edit_indi.gif +%%WWWDIR%%/themes/clouds/images/edit_media.gif +%%WWWDIR%%/themes/clouds/images/edit_note.gif +%%WWWDIR%%/themes/clouds/images/edit_repo.gif +%%WWWDIR%%/themes/clouds/images/edit_sm.png +%%WWWDIR%%/themes/clouds/images/edit_sour.gif +%%WWWDIR%%/themes/clouds/images/fambook.gif +%%WWWDIR%%/themes/clouds/images/fanchart.gif +%%WWWDIR%%/themes/clouds/images/favorites.gif +%%WWWDIR%%/themes/clouds/images/gedcom.gif +%%WWWDIR%%/themes/clouds/images/go.gif +%%WWWDIR%%/themes/clouds/images/help.gif +%%WWWDIR%%/themes/clouds/images/hline.gif +%%WWWDIR%%/themes/clouds/images/home.gif +%%WWWDIR%%/themes/clouds/images/hourglass.gif +%%WWWDIR%%/themes/clouds/images/indis.gif +%%WWWDIR%%/themes/clouds/images/jquery/asc.gif +%%WWWDIR%%/themes/clouds/images/jquery/bg.gif +%%WWWDIR%%/themes/clouds/images/jquery/desc.gif +%%WWWDIR%%/themes/clouds/images/jquery/first.png +%%WWWDIR%%/themes/clouds/images/jquery/last.png +%%WWWDIR%%/themes/clouds/images/jquery/next.png +%%WWWDIR%%/themes/clouds/images/jquery/prev.png +%%WWWDIR%%/themes/clouds/images/larrow.gif +%%WWWDIR%%/themes/clouds/images/larrow2.gif +%%WWWDIR%%/themes/clouds/images/ldarrow.gif +%%WWWDIR%%/themes/clouds/images/left1B.gif +%%WWWDIR%%/themes/clouds/images/left1G.gif +%%WWWDIR%%/themes/clouds/images/left1R.gif +%%WWWDIR%%/themes/clouds/images/left2.gif +%%WWWDIR%%/themes/clouds/images/left3.gif +%%WWWDIR%%/themes/clouds/images/left4.gif +%%WWWDIR%%/themes/clouds/images/left5.gif +%%WWWDIR%%/themes/clouds/images/left6.gif +%%WWWDIR%%/themes/clouds/images/left7.gif +%%WWWDIR%%/themes/clouds/images/left8.gif +%%WWWDIR%%/themes/clouds/images/left9.gif +%%WWWDIR%%/themes/clouds/images/li.gif +%%WWWDIR%%/themes/clouds/images/lists.gif +%%WWWDIR%%/themes/clouds/images/loading.gif +%%WWWDIR%%/themes/clouds/images/lsdnarrow.gif +%%WWWDIR%%/themes/clouds/images/lsltarrow.gif +%%WWWDIR%%/themes/clouds/images/lsrtarrow.gif +%%WWWDIR%%/themes/clouds/images/lsuparrow.gif +%%WWWDIR%%/themes/clouds/images/media.gif +%%WWWDIR%%/themes/clouds/images/media/audio.png +%%WWWDIR%%/themes/clouds/images/media/doc.gif +%%WWWDIR%%/themes/clouds/images/media/flash.png +%%WWWDIR%%/themes/clouds/images/media/flashrem.png +%%WWWDIR%%/themes/clouds/images/media/ged.gif +%%WWWDIR%%/themes/clouds/images/media/globe.png +%%WWWDIR%%/themes/clouds/images/media/html.gif +%%WWWDIR%%/themes/clouds/images/media/pdf.gif +%%WWWDIR%%/themes/clouds/images/media/picasa.png +%%WWWDIR%%/themes/clouds/images/media/tex.gif +%%WWWDIR%%/themes/clouds/images/media/wmv.png +%%WWWDIR%%/themes/clouds/images/media/wmvrem.png +%%WWWDIR%%/themes/clouds/images/menu_gallery.gif +%%WWWDIR%%/themes/clouds/images/menu_help.gif +%%WWWDIR%%/themes/clouds/images/menu_media.gif +%%WWWDIR%%/themes/clouds/images/menu_note.gif +%%WWWDIR%%/themes/clouds/images/menu_punbb.gif +%%WWWDIR%%/themes/clouds/images/menu_repository.gif +%%WWWDIR%%/themes/clouds/images/menu_research.gif +%%WWWDIR%%/themes/clouds/images/menu_source.gif +%%WWWDIR%%/themes/clouds/images/minus.gif +%%WWWDIR%%/themes/clouds/images/move.gif +%%WWWDIR%%/themes/clouds/images/mypage.gif +%%WWWDIR%%/themes/clouds/images/notes.gif +%%WWWDIR%%/themes/clouds/images/open.png +%%WWWDIR%%/themes/clouds/images/patriarch.gif +%%WWWDIR%%/themes/clouds/images/pedigree.gif +%%WWWDIR%%/themes/clouds/images/pin-in.png +%%WWWDIR%%/themes/clouds/images/pin-out.png +%%WWWDIR%%/themes/clouds/images/pixel.gif +%%WWWDIR%%/themes/clouds/images/place.gif +%%WWWDIR%%/themes/clouds/images/plus.gif +%%WWWDIR%%/themes/clouds/images/puntos.gif +%%WWWDIR%%/themes/clouds/images/puntos2.gif +%%WWWDIR%%/themes/clouds/images/rarrow.gif +%%WWWDIR%%/themes/clouds/images/rarrow2.gif +%%WWWDIR%%/themes/clouds/images/rdarrow.gif +%%WWWDIR%%/themes/clouds/images/readme.txt +%%WWWDIR%%/themes/clouds/images/relationship.gif +%%WWWDIR%%/themes/clouds/images/reminder.gif +%%WWWDIR%%/themes/clouds/images/remove.gif +%%WWWDIR%%/themes/clouds/images/report.gif +%%WWWDIR%%/themes/clouds/images/repository.gif +%%WWWDIR%%/themes/clouds/images/right1B.gif +%%WWWDIR%%/themes/clouds/images/right1G.gif +%%WWWDIR%%/themes/clouds/images/right1R.gif +%%WWWDIR%%/themes/clouds/images/right3.gif +%%WWWDIR%%/themes/clouds/images/rings.gif +%%WWWDIR%%/themes/clouds/images/search.gif +%%WWWDIR%%/themes/clouds/images/sfamily.gif +%%WWWDIR%%/themes/clouds/images/silhouette_female.gif +%%WWWDIR%%/themes/clouds/images/silhouette_male.gif +%%WWWDIR%%/themes/clouds/images/silhouette_unknown.gif +%%WWWDIR%%/themes/clouds/images/sombra.gif +%%WWWDIR%%/themes/clouds/images/source.gif +%%WWWDIR%%/themes/clouds/images/spacer.gif +%%WWWDIR%%/themes/clouds/images/statistic.gif +%%WWWDIR%%/themes/clouds/images/stop.gif +%%WWWDIR%%/themes/clouds/images/th_5.gif +%%WWWDIR%%/themes/clouds/images/th_c4.gif +%%WWWDIR%%/themes/clouds/images/timeline.gif +%%WWWDIR%%/themes/clouds/images/uarrow.gif +%%WWWDIR%%/themes/clouds/images/uarrow2.gif +%%WWWDIR%%/themes/clouds/images/uarrow3.gif +%%WWWDIR%%/themes/clouds/images/udarrow.gif +%%WWWDIR%%/themes/clouds/images/vline.gif +%%WWWDIR%%/themes/clouds/images/w_22.png +%%WWWDIR%%/themes/clouds/images/webtrees.png +%%WWWDIR%%/themes/clouds/images/xml.gif +%%WWWDIR%%/themes/clouds/images/zoomin.gif +%%WWWDIR%%/themes/clouds/images/zoomout.gif +%%WWWDIR%%/themes/clouds/jquery/jquery-ui_theme.css +%%WWWDIR%%/themes/clouds/jquery/jquery-ui_theme_rtl.css +%%WWWDIR%%/themes/clouds/modules.css +%%WWWDIR%%/themes/clouds/mozilla.css +%%WWWDIR%%/themes/clouds/msie.css +%%WWWDIR%%/themes/clouds/netscape.css +%%WWWDIR%%/themes/clouds/opera.css +%%WWWDIR%%/themes/clouds/print.css +%%WWWDIR%%/themes/clouds/style.css +%%WWWDIR%%/themes/clouds/style_rtl.css +%%WWWDIR%%/themes/clouds/templates/block_main_temp.php +%%WWWDIR%%/themes/clouds/templates/block_small_temp.php +%%WWWDIR%%/themes/clouds/templates/personbox_template.php +%%WWWDIR%%/themes/clouds/theme.php +%%WWWDIR%%/themes/colors/chrome.css +%%WWWDIR%%/themes/colors/css/aquamarine.css +%%WWWDIR%%/themes/colors/css/ash.css +%%WWWDIR%%/themes/colors/css/belgianchocolate.css +%%WWWDIR%%/themes/colors/css/bluelagoon.css +%%WWWDIR%%/themes/colors/css/bluemarine.css +%%WWWDIR%%/themes/colors/css/coldday.css +%%WWWDIR%%/themes/colors/css/color-matrix.txt +%%WWWDIR%%/themes/colors/css/greenbeam.css +%%WWWDIR%%/themes/colors/css/mediterranio.css +%%WWWDIR%%/themes/colors/css/mercury.css +%%WWWDIR%%/themes/colors/css/nocturnal.css +%%WWWDIR%%/themes/colors/css/olivia.css +%%WWWDIR%%/themes/colors/css/pinkplastic.css +%%WWWDIR%%/themes/colors/css/shinytomato.css +%%WWWDIR%%/themes/colors/css/tealtop.css +%%WWWDIR%%/themes/colors/footer.php +%%WWWDIR%%/themes/colors/header.php +%%WWWDIR%%/themes/colors/images/add.gif +%%WWWDIR%%/themes/colors/images/admin.gif +%%WWWDIR%%/themes/colors/images/ancestry.gif +%%WWWDIR%%/themes/colors/images/buttons/addmedia.gif +%%WWWDIR%%/themes/colors/images/buttons/addnote.gif +%%WWWDIR%%/themes/colors/images/buttons/addrepository.gif +%%WWWDIR%%/themes/colors/images/buttons/addsource.gif +%%WWWDIR%%/themes/colors/images/buttons/autocomplete.gif +%%WWWDIR%%/themes/colors/images/buttons/calendar.gif +%%WWWDIR%%/themes/colors/images/buttons/family.gif +%%WWWDIR%%/themes/colors/images/buttons/find_facts.png +%%WWWDIR%%/themes/colors/images/buttons/head.gif +%%WWWDIR%%/themes/colors/images/buttons/indi.gif +%%WWWDIR%%/themes/colors/images/buttons/keyboard.gif +%%WWWDIR%%/themes/colors/images/buttons/media.gif +%%WWWDIR%%/themes/colors/images/buttons/note.gif +%%WWWDIR%%/themes/colors/images/buttons/place.gif +%%WWWDIR%%/themes/colors/images/buttons/refresh.gif +%%WWWDIR%%/themes/colors/images/buttons/repository.gif +%%WWWDIR%%/themes/colors/images/buttons/source.gif +%%WWWDIR%%/themes/colors/images/buttons/target.gif +%%WWWDIR%%/themes/colors/images/buttons/view_all.gif +%%WWWDIR%%/themes/colors/images/calendar.gif +%%WWWDIR%%/themes/colors/images/cfamily.gif +%%WWWDIR%%/themes/colors/images/charts.gif +%%WWWDIR%%/themes/colors/images/children.gif +%%WWWDIR%%/themes/colors/images/clippings.gif +%%WWWDIR%%/themes/colors/images/close.png +%%WWWDIR%%/themes/colors/images/copy.png +%%WWWDIR%%/themes/colors/images/darrow.gif +%%WWWDIR%%/themes/colors/images/darrow2.gif +%%WWWDIR%%/themes/colors/images/ddarrow.gif +%%WWWDIR%%/themes/colors/images/delete.png +%%WWWDIR%%/themes/colors/images/descendancy.gif +%%WWWDIR%%/themes/colors/images/dline.gif +%%WWWDIR%%/themes/colors/images/dline2.gif +%%WWWDIR%%/themes/colors/images/edit_fam.gif +%%WWWDIR%%/themes/colors/images/edit_indi.gif +%%WWWDIR%%/themes/colors/images/edit_media.gif +%%WWWDIR%%/themes/colors/images/edit_note.gif +%%WWWDIR%%/themes/colors/images/edit_repo.gif +%%WWWDIR%%/themes/colors/images/edit_sm.png +%%WWWDIR%%/themes/colors/images/edit_sour.gif +%%WWWDIR%%/themes/colors/images/fambook.gif +%%WWWDIR%%/themes/colors/images/fanchart.gif +%%WWWDIR%%/themes/colors/images/favorites.gif +%%WWWDIR%%/themes/colors/images/gedcom.gif +%%WWWDIR%%/themes/colors/images/go.gif +%%WWWDIR%%/themes/colors/images/help.gif +%%WWWDIR%%/themes/colors/images/hline.gif +%%WWWDIR%%/themes/colors/images/home.gif +%%WWWDIR%%/themes/colors/images/hourglass.gif +%%WWWDIR%%/themes/colors/images/indis.gif +%%WWWDIR%%/themes/colors/images/jquery/asc.gif +%%WWWDIR%%/themes/colors/images/jquery/bg.gif +%%WWWDIR%%/themes/colors/images/jquery/desc.gif +%%WWWDIR%%/themes/colors/images/jquery/first.png +%%WWWDIR%%/themes/colors/images/jquery/last.png +%%WWWDIR%%/themes/colors/images/jquery/next.png +%%WWWDIR%%/themes/colors/images/jquery/prev.png +%%WWWDIR%%/themes/colors/images/larrow.gif +%%WWWDIR%%/themes/colors/images/larrow2.gif +%%WWWDIR%%/themes/colors/images/ldarrow.gif +%%WWWDIR%%/themes/colors/images/left1B.gif +%%WWWDIR%%/themes/colors/images/left1G.gif +%%WWWDIR%%/themes/colors/images/left1R.gif +%%WWWDIR%%/themes/colors/images/left2.gif +%%WWWDIR%%/themes/colors/images/left3.gif +%%WWWDIR%%/themes/colors/images/left4.gif +%%WWWDIR%%/themes/colors/images/left5.gif +%%WWWDIR%%/themes/colors/images/left6.gif +%%WWWDIR%%/themes/colors/images/left7.gif +%%WWWDIR%%/themes/colors/images/left8.gif +%%WWWDIR%%/themes/colors/images/left9.gif +%%WWWDIR%%/themes/colors/images/li.gif +%%WWWDIR%%/themes/colors/images/lists.gif +%%WWWDIR%%/themes/colors/images/loading.gif +%%WWWDIR%%/themes/colors/images/lsdnarrow.gif +%%WWWDIR%%/themes/colors/images/lsltarrow.gif +%%WWWDIR%%/themes/colors/images/lsrtarrow.gif +%%WWWDIR%%/themes/colors/images/lsuparrow.gif +%%WWWDIR%%/themes/colors/images/media.gif +%%WWWDIR%%/themes/colors/images/media/audio.png +%%WWWDIR%%/themes/colors/images/media/doc.gif +%%WWWDIR%%/themes/colors/images/media/flash.png +%%WWWDIR%%/themes/colors/images/media/flashrem.png +%%WWWDIR%%/themes/colors/images/media/ged.gif +%%WWWDIR%%/themes/colors/images/media/globe.png +%%WWWDIR%%/themes/colors/images/media/html.gif +%%WWWDIR%%/themes/colors/images/media/pdf.gif +%%WWWDIR%%/themes/colors/images/media/picasa.png +%%WWWDIR%%/themes/colors/images/media/tex.gif +%%WWWDIR%%/themes/colors/images/media/wmv.png +%%WWWDIR%%/themes/colors/images/media/wmvrem.png +%%WWWDIR%%/themes/colors/images/menu_gallery.gif +%%WWWDIR%%/themes/colors/images/menu_help.gif +%%WWWDIR%%/themes/colors/images/menu_media.gif +%%WWWDIR%%/themes/colors/images/menu_note.gif +%%WWWDIR%%/themes/colors/images/menu_punbb.gif +%%WWWDIR%%/themes/colors/images/menu_repository.gif +%%WWWDIR%%/themes/colors/images/menu_research.gif +%%WWWDIR%%/themes/colors/images/menu_source.gif +%%WWWDIR%%/themes/colors/images/minus.gif +%%WWWDIR%%/themes/colors/images/move.gif +%%WWWDIR%%/themes/colors/images/mypage.gif +%%WWWDIR%%/themes/colors/images/notes.gif +%%WWWDIR%%/themes/colors/images/open.png +%%WWWDIR%%/themes/colors/images/patriarch.gif +%%WWWDIR%%/themes/colors/images/pedigree.gif +%%WWWDIR%%/themes/colors/images/pin-in.png +%%WWWDIR%%/themes/colors/images/pin-out.png +%%WWWDIR%%/themes/colors/images/pixel.gif +%%WWWDIR%%/themes/colors/images/place.gif +%%WWWDIR%%/themes/colors/images/plus.gif +%%WWWDIR%%/themes/colors/images/puntos.gif +%%WWWDIR%%/themes/colors/images/puntos2.gif +%%WWWDIR%%/themes/colors/images/rarrow.gif +%%WWWDIR%%/themes/colors/images/rarrow2.gif +%%WWWDIR%%/themes/colors/images/rdarrow.gif +%%WWWDIR%%/themes/colors/images/relationship.gif +%%WWWDIR%%/themes/colors/images/remove.gif +%%WWWDIR%%/themes/colors/images/report.gif +%%WWWDIR%%/themes/colors/images/repository.gif +%%WWWDIR%%/themes/colors/images/right1B.gif +%%WWWDIR%%/themes/colors/images/right1G.gif +%%WWWDIR%%/themes/colors/images/right1R.gif +%%WWWDIR%%/themes/colors/images/right3.gif +%%WWWDIR%%/themes/colors/images/rings.gif +%%WWWDIR%%/themes/colors/images/search.gif +%%WWWDIR%%/themes/colors/images/sfamily.gif +%%WWWDIR%%/themes/colors/images/silhouette_female.gif +%%WWWDIR%%/themes/colors/images/silhouette_male.gif +%%WWWDIR%%/themes/colors/images/silhouette_unknown.gif +%%WWWDIR%%/themes/colors/images/sombra.gif +%%WWWDIR%%/themes/colors/images/source.gif +%%WWWDIR%%/themes/colors/images/spacer.gif +%%WWWDIR%%/themes/colors/images/statistic.gif +%%WWWDIR%%/themes/colors/images/stop.gif +%%WWWDIR%%/themes/colors/images/timeline.gif +%%WWWDIR%%/themes/colors/images/uarrow.gif +%%WWWDIR%%/themes/colors/images/uarrow2.gif +%%WWWDIR%%/themes/colors/images/uarrow3.gif +%%WWWDIR%%/themes/colors/images/udarrow.gif +%%WWWDIR%%/themes/colors/images/vline.gif +%%WWWDIR%%/themes/colors/images/w_22.png +%%WWWDIR%%/themes/colors/images/webtrees.png +%%WWWDIR%%/themes/colors/images/xml.gif +%%WWWDIR%%/themes/colors/images/zoomin.gif +%%WWWDIR%%/themes/colors/images/zoomout.gif +%%WWWDIR%%/themes/colors/jquery/jquery-ui_theme.css +%%WWWDIR%%/themes/colors/jquery/jquery-ui_theme_rtl.css +%%WWWDIR%%/themes/colors/modules.css +%%WWWDIR%%/themes/colors/mozilla.css +%%WWWDIR%%/themes/colors/msie.css +%%WWWDIR%%/themes/colors/netscape.css +%%WWWDIR%%/themes/colors/opera.css +%%WWWDIR%%/themes/colors/print.css +%%WWWDIR%%/themes/colors/style_rtl.css +%%WWWDIR%%/themes/colors/templates/block_main_temp.php +%%WWWDIR%%/themes/colors/templates/block_small_temp.php +%%WWWDIR%%/themes/colors/templates/personbox_template.php +%%WWWDIR%%/themes/colors/theme.php +%%WWWDIR%%/themes/fab/chrome.css +%%WWWDIR%%/themes/fab/footer.php +%%WWWDIR%%/themes/fab/header.php +%%WWWDIR%%/themes/fab/images/RESN_confidential.gif +%%WWWDIR%%/themes/fab/images/RESN_locked.gif +%%WWWDIR%%/themes/fab/images/RESN_none.gif +%%WWWDIR%%/themes/fab/images/RESN_privacy.gif +%%WWWDIR%%/themes/fab/images/add.gif +%%WWWDIR%%/themes/fab/images/admin.gif +%%WWWDIR%%/themes/fab/images/ancestry.gif +%%WWWDIR%%/themes/fab/images/bubble.gif +%%WWWDIR%%/themes/fab/images/buttons/addmedia.gif +%%WWWDIR%%/themes/fab/images/buttons/addnote.gif +%%WWWDIR%%/themes/fab/images/buttons/addrepository.gif +%%WWWDIR%%/themes/fab/images/buttons/addsource.gif +%%WWWDIR%%/themes/fab/images/buttons/autocomplete.gif +%%WWWDIR%%/themes/fab/images/buttons/calendar.gif +%%WWWDIR%%/themes/fab/images/buttons/family.gif +%%WWWDIR%%/themes/fab/images/buttons/find_facts.png +%%WWWDIR%%/themes/fab/images/buttons/head.gif +%%WWWDIR%%/themes/fab/images/buttons/indi.gif +%%WWWDIR%%/themes/fab/images/buttons/keyboard.gif +%%WWWDIR%%/themes/fab/images/buttons/media.gif +%%WWWDIR%%/themes/fab/images/buttons/note.gif +%%WWWDIR%%/themes/fab/images/buttons/place.gif +%%WWWDIR%%/themes/fab/images/buttons/refresh.gif +%%WWWDIR%%/themes/fab/images/buttons/repository.gif +%%WWWDIR%%/themes/fab/images/buttons/source.gif +%%WWWDIR%%/themes/fab/images/buttons/target.gif +%%WWWDIR%%/themes/fab/images/buttons/view_all.gif +%%WWWDIR%%/themes/fab/images/calendar.gif +%%WWWDIR%%/themes/fab/images/cfamily.gif +%%WWWDIR%%/themes/fab/images/checked.gif +%%WWWDIR%%/themes/fab/images/checked_qm.gif +%%WWWDIR%%/themes/fab/images/childless.gif +%%WWWDIR%%/themes/fab/images/children.gif +%%WWWDIR%%/themes/fab/images/clippings.gif +%%WWWDIR%%/themes/fab/images/close.png +%%WWWDIR%%/themes/fab/images/copy.png +%%WWWDIR%%/themes/fab/images/darrow.gif +%%WWWDIR%%/themes/fab/images/darrow2.gif +%%WWWDIR%%/themes/fab/images/ddarrow.gif +%%WWWDIR%%/themes/fab/images/delete.png +%%WWWDIR%%/themes/fab/images/descendancy.gif +%%WWWDIR%%/themes/fab/images/dline.gif +%%WWWDIR%%/themes/fab/images/dline2.gif +%%WWWDIR%%/themes/fab/images/edit_fam.gif +%%WWWDIR%%/themes/fab/images/edit_indi.gif +%%WWWDIR%%/themes/fab/images/edit_repo.gif +%%WWWDIR%%/themes/fab/images/edit_sm.png +%%WWWDIR%%/themes/fab/images/edit_sour.gif +%%WWWDIR%%/themes/fab/images/fambook.gif +%%WWWDIR%%/themes/fab/images/fanchart.gif +%%WWWDIR%%/themes/fab/images/feed-icon16x16.png +%%WWWDIR%%/themes/fab/images/forbidden.gif +%%WWWDIR%%/themes/fab/images/gedcom.gif +%%WWWDIR%%/themes/fab/images/hcal.png +%%WWWDIR%%/themes/fab/images/help.gif +%%WWWDIR%%/themes/fab/images/hline.gif +%%WWWDIR%%/themes/fab/images/hourglass.gif +%%WWWDIR%%/themes/fab/images/indicator.gif +%%WWWDIR%%/themes/fab/images/indis.gif +%%WWWDIR%%/themes/fab/images/jquery/asc.gif +%%WWWDIR%%/themes/fab/images/jquery/bg.gif +%%WWWDIR%%/themes/fab/images/jquery/desc.gif +%%WWWDIR%%/themes/fab/images/jquery/first.png +%%WWWDIR%%/themes/fab/images/jquery/last.png +%%WWWDIR%%/themes/fab/images/jquery/next.png +%%WWWDIR%%/themes/fab/images/jquery/prev.png +%%WWWDIR%%/themes/fab/images/larrow.gif +%%WWWDIR%%/themes/fab/images/larrow2.gif +%%WWWDIR%%/themes/fab/images/ldarrow.gif +%%WWWDIR%%/themes/fab/images/loading.gif +%%WWWDIR%%/themes/fab/images/lsdnarrow.gif +%%WWWDIR%%/themes/fab/images/lsltarrow.gif +%%WWWDIR%%/themes/fab/images/lsrtarrow.gif +%%WWWDIR%%/themes/fab/images/lsuparrow.gif +%%WWWDIR%%/themes/fab/images/mapq.gif +%%WWWDIR%%/themes/fab/images/media.gif +%%WWWDIR%%/themes/fab/images/media/audio.png +%%WWWDIR%%/themes/fab/images/media/doc.gif +%%WWWDIR%%/themes/fab/images/media/flash.png +%%WWWDIR%%/themes/fab/images/media/flashrem.png +%%WWWDIR%%/themes/fab/images/media/ged.gif +%%WWWDIR%%/themes/fab/images/media/globe.png +%%WWWDIR%%/themes/fab/images/media/html.gif +%%WWWDIR%%/themes/fab/images/media/pdf.gif +%%WWWDIR%%/themes/fab/images/media/picasa.png +%%WWWDIR%%/themes/fab/images/media/tex.gif +%%WWWDIR%%/themes/fab/images/media/wmv.png +%%WWWDIR%%/themes/fab/images/media/wmvrem.png +%%WWWDIR%%/themes/fab/images/menu_gallery.gif +%%WWWDIR%%/themes/fab/images/menu_punbb.gif +%%WWWDIR%%/themes/fab/images/menu_research.gif +%%WWWDIR%%/themes/fab/images/minus.gif +%%WWWDIR%%/themes/fab/images/move.gif +%%WWWDIR%%/themes/fab/images/multim.gif +%%WWWDIR%%/themes/fab/images/mypage.gif +%%WWWDIR%%/themes/fab/images/notes.png +%%WWWDIR%%/themes/fab/images/open.png +%%WWWDIR%%/themes/fab/images/patriarch.gif +%%WWWDIR%%/themes/fab/images/pedigree.gif +%%WWWDIR%%/themes/fab/images/pin-in.png +%%WWWDIR%%/themes/fab/images/pin-out.png +%%WWWDIR%%/themes/fab/images/pix1.gif +%%WWWDIR%%/themes/fab/images/place.gif +%%WWWDIR%%/themes/fab/images/plus.gif +%%WWWDIR%%/themes/fab/images/rarrow.gif +%%WWWDIR%%/themes/fab/images/rarrow2.gif +%%WWWDIR%%/themes/fab/images/rdarrow.gif +%%WWWDIR%%/themes/fab/images/relationship.gif +%%WWWDIR%%/themes/fab/images/reminder.gif +%%WWWDIR%%/themes/fab/images/remove-dis.png +%%WWWDIR%%/themes/fab/images/remove.gif +%%WWWDIR%%/themes/fab/images/reports.gif +%%WWWDIR%%/themes/fab/images/repository.gif +%%WWWDIR%%/themes/fab/images/rings.gif +%%WWWDIR%%/themes/fab/images/search.gif +%%WWWDIR%%/themes/fab/images/selected.png +%%WWWDIR%%/themes/fab/images/sfamily.gif +%%WWWDIR%%/themes/fab/images/silhouette_female.gif +%%WWWDIR%%/themes/fab/images/silhouette_male.gif +%%WWWDIR%%/themes/fab/images/silhouette_unknown.gif +%%WWWDIR%%/themes/fab/images/source.gif +%%WWWDIR%%/themes/fab/images/spacer.gif +%%WWWDIR%%/themes/fab/images/statistic.gif +%%WWWDIR%%/themes/fab/images/stop.gif +%%WWWDIR%%/themes/fab/images/terrasrv.gif +%%WWWDIR%%/themes/fab/images/timeline.gif +%%WWWDIR%%/themes/fab/images/timelineChunk.gif +%%WWWDIR%%/themes/fab/images/topdown.gif +%%WWWDIR%%/themes/fab/images/trashcan.gif +%%WWWDIR%%/themes/fab/images/uarrow.gif +%%WWWDIR%%/themes/fab/images/uarrow2.gif +%%WWWDIR%%/themes/fab/images/uarrow3.gif +%%WWWDIR%%/themes/fab/images/udarrow.gif +%%WWWDIR%%/themes/fab/images/video.png +%%WWWDIR%%/themes/fab/images/vline.gif +%%WWWDIR%%/themes/fab/images/warning.gif +%%WWWDIR%%/themes/fab/images/webtrees.png +%%WWWDIR%%/themes/fab/images/xml.gif +%%WWWDIR%%/themes/fab/images/zoomin.gif +%%WWWDIR%%/themes/fab/images/zoomout.gif +%%WWWDIR%%/themes/fab/jquery/jquery-ui_theme.css +%%WWWDIR%%/themes/fab/jquery/jquery-ui_theme_rtl.css +%%WWWDIR%%/themes/fab/modules.css +%%WWWDIR%%/themes/fab/mozilla.css +%%WWWDIR%%/themes/fab/msie.css +%%WWWDIR%%/themes/fab/netscape.css +%%WWWDIR%%/themes/fab/opera.css +%%WWWDIR%%/themes/fab/style.css +%%WWWDIR%%/themes/fab/templates/block_main_temp.php +%%WWWDIR%%/themes/fab/templates/block_small_temp.php +%%WWWDIR%%/themes/fab/templates/personbox_template.php +%%WWWDIR%%/themes/fab/theme.php +%%WWWDIR%%/themes/minimal/chrome.css +%%WWWDIR%%/themes/minimal/footer.php +%%WWWDIR%%/themes/minimal/header.php +%%WWWDIR%%/themes/minimal/images/add.gif +%%WWWDIR%%/themes/minimal/images/admin.gif +%%WWWDIR%%/themes/minimal/images/ancestry.gif +%%WWWDIR%%/themes/minimal/images/buttons/addmedia.gif +%%WWWDIR%%/themes/minimal/images/buttons/addnote.gif +%%WWWDIR%%/themes/minimal/images/buttons/addrepository.gif +%%WWWDIR%%/themes/minimal/images/buttons/addsource.gif +%%WWWDIR%%/themes/minimal/images/buttons/calendar.gif +%%WWWDIR%%/themes/minimal/images/buttons/family.gif +%%WWWDIR%%/themes/minimal/images/buttons/find_facts.png +%%WWWDIR%%/themes/minimal/images/buttons/head.gif +%%WWWDIR%%/themes/minimal/images/buttons/indi.gif +%%WWWDIR%%/themes/minimal/images/buttons/keyboard.gif +%%WWWDIR%%/themes/minimal/images/buttons/media.gif +%%WWWDIR%%/themes/minimal/images/buttons/note.gif +%%WWWDIR%%/themes/minimal/images/buttons/place.gif +%%WWWDIR%%/themes/minimal/images/buttons/repository.gif +%%WWWDIR%%/themes/minimal/images/buttons/source.gif +%%WWWDIR%%/themes/minimal/images/calendar.gif +%%WWWDIR%%/themes/minimal/images/cfamily.gif +%%WWWDIR%%/themes/minimal/images/clippings.gif +%%WWWDIR%%/themes/minimal/images/close.png +%%WWWDIR%%/themes/minimal/images/copy.png +%%WWWDIR%%/themes/minimal/images/darrow.gif +%%WWWDIR%%/themes/minimal/images/darrow2.gif +%%WWWDIR%%/themes/minimal/images/ddarrow.gif +%%WWWDIR%%/themes/minimal/images/delete.png +%%WWWDIR%%/themes/minimal/images/descendancy.gif +%%WWWDIR%%/themes/minimal/images/dline.gif +%%WWWDIR%%/themes/minimal/images/dline2.gif +%%WWWDIR%%/themes/minimal/images/edit_sm.png +%%WWWDIR%%/themes/minimal/images/fambook.gif +%%WWWDIR%%/themes/minimal/images/fanchart.gif +%%WWWDIR%%/themes/minimal/images/gedcom.gif +%%WWWDIR%%/themes/minimal/images/help.gif +%%WWWDIR%%/themes/minimal/images/hline.gif +%%WWWDIR%%/themes/minimal/images/indis.gif +%%WWWDIR%%/themes/minimal/images/jquery/asc.gif +%%WWWDIR%%/themes/minimal/images/jquery/bg.gif +%%WWWDIR%%/themes/minimal/images/jquery/desc.gif +%%WWWDIR%%/themes/minimal/images/jquery/first.png +%%WWWDIR%%/themes/minimal/images/jquery/last.png +%%WWWDIR%%/themes/minimal/images/jquery/next.png +%%WWWDIR%%/themes/minimal/images/jquery/prev.png +%%WWWDIR%%/themes/minimal/images/larrow.gif +%%WWWDIR%%/themes/minimal/images/larrow2.gif +%%WWWDIR%%/themes/minimal/images/ldarrow.gif +%%WWWDIR%%/themes/minimal/images/lsdnarrow.gif +%%WWWDIR%%/themes/minimal/images/lsltarrow.gif +%%WWWDIR%%/themes/minimal/images/lsrtarrow.gif +%%WWWDIR%%/themes/minimal/images/lsuparrow.gif +%%WWWDIR%%/themes/minimal/images/media.gif +%%WWWDIR%%/themes/minimal/images/minus.gif +%%WWWDIR%%/themes/minimal/images/move.gif +%%WWWDIR%%/themes/minimal/images/mypage.gif +%%WWWDIR%%/themes/minimal/images/notes.gif +%%WWWDIR%%/themes/minimal/images/open.png +%%WWWDIR%%/themes/minimal/images/patriarch.gif +%%WWWDIR%%/themes/minimal/images/pedigree.gif +%%WWWDIR%%/themes/minimal/images/pin-in.png +%%WWWDIR%%/themes/minimal/images/pin-out.png +%%WWWDIR%%/themes/minimal/images/place.gif +%%WWWDIR%%/themes/minimal/images/plus.gif +%%WWWDIR%%/themes/minimal/images/rarrow.gif +%%WWWDIR%%/themes/minimal/images/rarrow2.gif +%%WWWDIR%%/themes/minimal/images/rdarrow.gif +%%WWWDIR%%/themes/minimal/images/relationship.gif +%%WWWDIR%%/themes/minimal/images/remove.gif +%%WWWDIR%%/themes/minimal/images/repository.gif +%%WWWDIR%%/themes/minimal/images/search.gif +%%WWWDIR%%/themes/minimal/images/sfamily.gif +%%WWWDIR%%/themes/minimal/images/silhouette_female.gif +%%WWWDIR%%/themes/minimal/images/silhouette_male.gif +%%WWWDIR%%/themes/minimal/images/silhouette_unknown.gif +%%WWWDIR%%/themes/minimal/images/source.gif +%%WWWDIR%%/themes/minimal/images/spacer.gif +%%WWWDIR%%/themes/minimal/images/stop.gif +%%WWWDIR%%/themes/minimal/images/timeline.gif +%%WWWDIR%%/themes/minimal/images/uarrow.gif +%%WWWDIR%%/themes/minimal/images/uarrow2.gif +%%WWWDIR%%/themes/minimal/images/udarrow.gif +%%WWWDIR%%/themes/minimal/images/vline.gif +%%WWWDIR%%/themes/minimal/images/zoomin.gif +%%WWWDIR%%/themes/minimal/images/zoomout.gif +%%WWWDIR%%/themes/minimal/jquery/jquery-ui_theme.css +%%WWWDIR%%/themes/minimal/jquery/jquery-ui_theme_rtl.css +%%WWWDIR%%/themes/minimal/modules.css +%%WWWDIR%%/themes/minimal/mozilla.css +%%WWWDIR%%/themes/minimal/msie.css +%%WWWDIR%%/themes/minimal/netscape.css +%%WWWDIR%%/themes/minimal/opera.css +%%WWWDIR%%/themes/minimal/print.css +%%WWWDIR%%/themes/minimal/style.css +%%WWWDIR%%/themes/minimal/style_rtl.css +%%WWWDIR%%/themes/minimal/templates/block_main_temp.php +%%WWWDIR%%/themes/minimal/templates/block_small_temp.php +%%WWWDIR%%/themes/minimal/templates/personbox_template.php +%%WWWDIR%%/themes/minimal/theme.php +%%WWWDIR%%/themes/webtrees/chrome.css +%%WWWDIR%%/themes/webtrees/footer.php +%%WWWDIR%%/themes/webtrees/header.php +%%WWWDIR%%/themes/webtrees/images/RESN_confidential.gif +%%WWWDIR%%/themes/webtrees/images/RESN_locked.gif +%%WWWDIR%%/themes/webtrees/images/RESN_none.gif +%%WWWDIR%%/themes/webtrees/images/RESN_privacy.gif +%%WWWDIR%%/themes/webtrees/images/add.gif +%%WWWDIR%%/themes/webtrees/images/admin.png +%%WWWDIR%%/themes/webtrees/images/ancestry.png +%%WWWDIR%%/themes/webtrees/images/bubble.gif +%%WWWDIR%%/themes/webtrees/images/buttons/addmedia.gif +%%WWWDIR%%/themes/webtrees/images/buttons/addnote.gif +%%WWWDIR%%/themes/webtrees/images/buttons/addrepository.gif +%%WWWDIR%%/themes/webtrees/images/buttons/addsource.gif +%%WWWDIR%%/themes/webtrees/images/buttons/autocomplete.gif +%%WWWDIR%%/themes/webtrees/images/buttons/calendar.gif +%%WWWDIR%%/themes/webtrees/images/buttons/family.gif +%%WWWDIR%%/themes/webtrees/images/buttons/find_facts.png +%%WWWDIR%%/themes/webtrees/images/buttons/head.gif +%%WWWDIR%%/themes/webtrees/images/buttons/indi.gif +%%WWWDIR%%/themes/webtrees/images/buttons/keyboard.gif +%%WWWDIR%%/themes/webtrees/images/buttons/media.gif +%%WWWDIR%%/themes/webtrees/images/buttons/note.gif +%%WWWDIR%%/themes/webtrees/images/buttons/place.gif +%%WWWDIR%%/themes/webtrees/images/buttons/refresh.gif +%%WWWDIR%%/themes/webtrees/images/buttons/repository.gif +%%WWWDIR%%/themes/webtrees/images/buttons/source.gif +%%WWWDIR%%/themes/webtrees/images/buttons/target.gif +%%WWWDIR%%/themes/webtrees/images/buttons/view_all.gif +%%WWWDIR%%/themes/webtrees/images/calendar.png +%%WWWDIR%%/themes/webtrees/images/cfamily.png +%%WWWDIR%%/themes/webtrees/images/charts.png +%%WWWDIR%%/themes/webtrees/images/checked.gif +%%WWWDIR%%/themes/webtrees/images/checked_qm.gif +%%WWWDIR%%/themes/webtrees/images/childless.gif +%%WWWDIR%%/themes/webtrees/images/children.gif +%%WWWDIR%%/themes/webtrees/images/clippings.png +%%WWWDIR%%/themes/webtrees/images/close.png +%%WWWDIR%%/themes/webtrees/images/copy.png +%%WWWDIR%%/themes/webtrees/images/darrow.gif +%%WWWDIR%%/themes/webtrees/images/darrow2.gif +%%WWWDIR%%/themes/webtrees/images/ddarrow.gif +%%WWWDIR%%/themes/webtrees/images/delete.png +%%WWWDIR%%/themes/webtrees/images/descendancy.png +%%WWWDIR%%/themes/webtrees/images/dline.gif +%%WWWDIR%%/themes/webtrees/images/dline2.gif +%%WWWDIR%%/themes/webtrees/images/edit.png +%%WWWDIR%%/themes/webtrees/images/edit_fam.png +%%WWWDIR%%/themes/webtrees/images/edit_indi.png +%%WWWDIR%%/themes/webtrees/images/edit_media.png +%%WWWDIR%%/themes/webtrees/images/edit_note.png +%%WWWDIR%%/themes/webtrees/images/edit_repo.png +%%WWWDIR%%/themes/webtrees/images/edit_sm.png +%%WWWDIR%%/themes/webtrees/images/edit_source.png +%%WWWDIR%%/themes/webtrees/images/fambook.png +%%WWWDIR%%/themes/webtrees/images/fanchart.png +%%WWWDIR%%/themes/webtrees/images/favorites.png +%%WWWDIR%%/themes/webtrees/images/feed-icon16x16.png +%%WWWDIR%%/themes/webtrees/images/forbidden.gif +%%WWWDIR%%/themes/webtrees/images/header.jpg +%%WWWDIR%%/themes/webtrees/images/help.png +%%WWWDIR%%/themes/webtrees/images/help2.png +%%WWWDIR%%/themes/webtrees/images/hline.gif +%%WWWDIR%%/themes/webtrees/images/home.png +%%WWWDIR%%/themes/webtrees/images/hourglass.png +%%WWWDIR%%/themes/webtrees/images/indicator.gif +%%WWWDIR%%/themes/webtrees/images/indis.png +%%WWWDIR%%/themes/webtrees/images/jquery/asc.gif +%%WWWDIR%%/themes/webtrees/images/jquery/bg.gif +%%WWWDIR%%/themes/webtrees/images/jquery/desc.gif +%%WWWDIR%%/themes/webtrees/images/jquery/first.png +%%WWWDIR%%/themes/webtrees/images/jquery/last.png +%%WWWDIR%%/themes/webtrees/images/jquery/next.png +%%WWWDIR%%/themes/webtrees/images/jquery/prev.png +%%WWWDIR%%/themes/webtrees/images/larrow.gif +%%WWWDIR%%/themes/webtrees/images/larrow2.gif +%%WWWDIR%%/themes/webtrees/images/ldarrow.gif +%%WWWDIR%%/themes/webtrees/images/lists.png +%%WWWDIR%%/themes/webtrees/images/loading.gif +%%WWWDIR%%/themes/webtrees/images/lsdnarrow.gif +%%WWWDIR%%/themes/webtrees/images/lsltarrow.gif +%%WWWDIR%%/themes/webtrees/images/lsrtarrow.gif +%%WWWDIR%%/themes/webtrees/images/lsuparrow.gif +%%WWWDIR%%/themes/webtrees/images/mapq.gif +%%WWWDIR%%/themes/webtrees/images/media.png +%%WWWDIR%%/themes/webtrees/images/media/audio.png +%%WWWDIR%%/themes/webtrees/images/media/doc.gif +%%WWWDIR%%/themes/webtrees/images/media/flash.png +%%WWWDIR%%/themes/webtrees/images/media/flashrem.png +%%WWWDIR%%/themes/webtrees/images/media/ged.gif +%%WWWDIR%%/themes/webtrees/images/media/globe.png +%%WWWDIR%%/themes/webtrees/images/media/html.gif +%%WWWDIR%%/themes/webtrees/images/media/pdf.gif +%%WWWDIR%%/themes/webtrees/images/media/picasa.png +%%WWWDIR%%/themes/webtrees/images/media/tex.gif +%%WWWDIR%%/themes/webtrees/images/media/wmv.png +%%WWWDIR%%/themes/webtrees/images/media/wmvrem.png +%%WWWDIR%%/themes/webtrees/images/minus.gif +%%WWWDIR%%/themes/webtrees/images/move.gif +%%WWWDIR%%/themes/webtrees/images/multim.gif +%%WWWDIR%%/themes/webtrees/images/mypage.png +%%WWWDIR%%/themes/webtrees/images/notes.png +%%WWWDIR%%/themes/webtrees/images/open.png +%%WWWDIR%%/themes/webtrees/images/patriarch.png +%%WWWDIR%%/themes/webtrees/images/pedigree.png +%%WWWDIR%%/themes/webtrees/images/pin-in.png +%%WWWDIR%%/themes/webtrees/images/pin-out.png +%%WWWDIR%%/themes/webtrees/images/pix1.gif +%%WWWDIR%%/themes/webtrees/images/place.png +%%WWWDIR%%/themes/webtrees/images/plus.gif +%%WWWDIR%%/themes/webtrees/images/rarrow.gif +%%WWWDIR%%/themes/webtrees/images/rarrow2.gif +%%WWWDIR%%/themes/webtrees/images/rdarrow.gif +%%WWWDIR%%/themes/webtrees/images/relationship.png +%%WWWDIR%%/themes/webtrees/images/reminder.gif +%%WWWDIR%%/themes/webtrees/images/remove-dis.png +%%WWWDIR%%/themes/webtrees/images/remove.gif +%%WWWDIR%%/themes/webtrees/images/reports.png +%%WWWDIR%%/themes/webtrees/images/repository.png +%%WWWDIR%%/themes/webtrees/images/rings.gif +%%WWWDIR%%/themes/webtrees/images/search.png +%%WWWDIR%%/themes/webtrees/images/selected.png +%%WWWDIR%%/themes/webtrees/images/sfamily.png +%%WWWDIR%%/themes/webtrees/images/silhouette_female.gif +%%WWWDIR%%/themes/webtrees/images/silhouette_male.gif +%%WWWDIR%%/themes/webtrees/images/silhouette_unknown.gif +%%WWWDIR%%/themes/webtrees/images/source.png +%%WWWDIR%%/themes/webtrees/images/spacer.gif +%%WWWDIR%%/themes/webtrees/images/statistic.png +%%WWWDIR%%/themes/webtrees/images/stop.gif +%%WWWDIR%%/themes/webtrees/images/terrasrv.gif +%%WWWDIR%%/themes/webtrees/images/timeline.png +%%WWWDIR%%/themes/webtrees/images/timelineChunk.gif +%%WWWDIR%%/themes/webtrees/images/topdown.gif +%%WWWDIR%%/themes/webtrees/images/trashcan.gif +%%WWWDIR%%/themes/webtrees/images/tree.png +%%WWWDIR%%/themes/webtrees/images/uarrow.gif +%%WWWDIR%%/themes/webtrees/images/uarrow2.gif +%%WWWDIR%%/themes/webtrees/images/uarrow3.gif +%%WWWDIR%%/themes/webtrees/images/udarrow.gif +%%WWWDIR%%/themes/webtrees/images/video.png +%%WWWDIR%%/themes/webtrees/images/vline.gif +%%WWWDIR%%/themes/webtrees/images/w_22.png +%%WWWDIR%%/themes/webtrees/images/warning.gif +%%WWWDIR%%/themes/webtrees/images/webtrees.png +%%WWWDIR%%/themes/webtrees/images/webtrees_s.png +%%WWWDIR%%/themes/webtrees/images/xml.gif +%%WWWDIR%%/themes/webtrees/images/zoomin.gif +%%WWWDIR%%/themes/webtrees/images/zoomout.gif +%%WWWDIR%%/themes/webtrees/jquery/jquery-ui_theme.css +%%WWWDIR%%/themes/webtrees/jquery/jquery-ui_theme_rtl.css +%%WWWDIR%%/themes/webtrees/modules.css +%%WWWDIR%%/themes/webtrees/mozilla.css +%%WWWDIR%%/themes/webtrees/msie.css +%%WWWDIR%%/themes/webtrees/netscape.css +%%WWWDIR%%/themes/webtrees/opera.css +%%WWWDIR%%/themes/webtrees/style.css +%%WWWDIR%%/themes/webtrees/style_rtl.css +%%WWWDIR%%/themes/webtrees/templates/block_main_temp.php +%%WWWDIR%%/themes/webtrees/templates/block_small_temp.php +%%WWWDIR%%/themes/webtrees/templates/personbox_template.php +%%WWWDIR%%/themes/webtrees/theme.php +%%WWWDIR%%/themes/xenea/chrome.css +%%WWWDIR%%/themes/xenea/footer.php +%%WWWDIR%%/themes/xenea/header.php +%%WWWDIR%%/themes/xenea/images/add.gif +%%WWWDIR%%/themes/xenea/images/admin.gif +%%WWWDIR%%/themes/xenea/images/ancestry.gif +%%WWWDIR%%/themes/xenea/images/barra.gif +%%WWWDIR%%/themes/xenea/images/buttons/addmedia.gif +%%WWWDIR%%/themes/xenea/images/buttons/addnote.gif +%%WWWDIR%%/themes/xenea/images/buttons/addrepository.gif +%%WWWDIR%%/themes/xenea/images/buttons/addsource.gif +%%WWWDIR%%/themes/xenea/images/buttons/calendar.gif +%%WWWDIR%%/themes/xenea/images/buttons/family.gif +%%WWWDIR%%/themes/xenea/images/buttons/find_facts.png +%%WWWDIR%%/themes/xenea/images/buttons/head.gif +%%WWWDIR%%/themes/xenea/images/buttons/indi.gif +%%WWWDIR%%/themes/xenea/images/buttons/keyboard.gif +%%WWWDIR%%/themes/xenea/images/buttons/media.gif +%%WWWDIR%%/themes/xenea/images/buttons/note.gif +%%WWWDIR%%/themes/xenea/images/buttons/place.gif +%%WWWDIR%%/themes/xenea/images/buttons/repository.gif +%%WWWDIR%%/themes/xenea/images/buttons/source.gif +%%WWWDIR%%/themes/xenea/images/cabeza.jpg +%%WWWDIR%%/themes/xenea/images/cabeza_rtl.jpg +%%WWWDIR%%/themes/xenea/images/calendar.gif +%%WWWDIR%%/themes/xenea/images/cfamily.gif +%%WWWDIR%%/themes/xenea/images/clippings.gif +%%WWWDIR%%/themes/xenea/images/close.png +%%WWWDIR%%/themes/xenea/images/copy.png +%%WWWDIR%%/themes/xenea/images/darrow.gif +%%WWWDIR%%/themes/xenea/images/darrow2.gif +%%WWWDIR%%/themes/xenea/images/ddarrow.gif +%%WWWDIR%%/themes/xenea/images/delete.png +%%WWWDIR%%/themes/xenea/images/descendancy.gif +%%WWWDIR%%/themes/xenea/images/dline.gif +%%WWWDIR%%/themes/xenea/images/dline2.gif +%%WWWDIR%%/themes/xenea/images/edit_fam.gif +%%WWWDIR%%/themes/xenea/images/edit_indi.gif +%%WWWDIR%%/themes/xenea/images/edit_repo.gif +%%WWWDIR%%/themes/xenea/images/edit_sm.png +%%WWWDIR%%/themes/xenea/images/edit_sour.gif +%%WWWDIR%%/themes/xenea/images/facts/ADDR.gif +%%WWWDIR%%/themes/xenea/images/facts/BAPM.gif +%%WWWDIR%%/themes/xenea/images/facts/BIRT.gif +%%WWWDIR%%/themes/xenea/images/facts/BURI.gif +%%WWWDIR%%/themes/xenea/images/facts/CEME.gif +%%WWWDIR%%/themes/xenea/images/facts/CHAN.gif +%%WWWDIR%%/themes/xenea/images/facts/CHR.gif +%%WWWDIR%%/themes/xenea/images/facts/DEAT.gif +%%WWWDIR%%/themes/xenea/images/facts/EDUC.gif +%%WWWDIR%%/themes/xenea/images/facts/ENGA.gif +%%WWWDIR%%/themes/xenea/images/facts/GRAD.gif +%%WWWDIR%%/themes/xenea/images/facts/MARR.gif +%%WWWDIR%%/themes/xenea/images/facts/OCCU.gif +%%WWWDIR%%/themes/xenea/images/facts/ORDN.gif +%%WWWDIR%%/themes/xenea/images/facts/PHON.gif +%%WWWDIR%%/themes/xenea/images/facts/RELA.gif +%%WWWDIR%%/themes/xenea/images/facts/RESI.gif +%%WWWDIR%%/themes/xenea/images/facts/_MDCL.gif +%%WWWDIR%%/themes/xenea/images/facts/_MILI.gif +%%WWWDIR%%/themes/xenea/images/fambook.gif +%%WWWDIR%%/themes/xenea/images/fanchart.gif +%%WWWDIR%%/themes/xenea/images/gedcom.gif +%%WWWDIR%%/themes/xenea/images/help.gif +%%WWWDIR%%/themes/xenea/images/hline.gif +%%WWWDIR%%/themes/xenea/images/home.gif +%%WWWDIR%%/themes/xenea/images/hourglass.gif +%%WWWDIR%%/themes/xenea/images/indis.gif +%%WWWDIR%%/themes/xenea/images/jquery/asc.gif +%%WWWDIR%%/themes/xenea/images/jquery/bg.gif +%%WWWDIR%%/themes/xenea/images/jquery/desc.gif +%%WWWDIR%%/themes/xenea/images/jquery/first.png +%%WWWDIR%%/themes/xenea/images/jquery/last.png +%%WWWDIR%%/themes/xenea/images/jquery/next.png +%%WWWDIR%%/themes/xenea/images/jquery/prev.png +%%WWWDIR%%/themes/xenea/images/larrow.gif +%%WWWDIR%%/themes/xenea/images/larrow2.gif +%%WWWDIR%%/themes/xenea/images/ldarrow.gif +%%WWWDIR%%/themes/xenea/images/lists.gif +%%WWWDIR%%/themes/xenea/images/loading.gif +%%WWWDIR%%/themes/xenea/images/lsdnarrow.gif +%%WWWDIR%%/themes/xenea/images/lsltarrow.gif +%%WWWDIR%%/themes/xenea/images/lsrtarrow.gif +%%WWWDIR%%/themes/xenea/images/lsuparrow.gif +%%WWWDIR%%/themes/xenea/images/media.gif +%%WWWDIR%%/themes/xenea/images/menu_gallery.gif +%%WWWDIR%%/themes/xenea/images/menu_help.gif +%%WWWDIR%%/themes/xenea/images/menu_media.gif +%%WWWDIR%%/themes/xenea/images/menu_note.gif +%%WWWDIR%%/themes/xenea/images/menu_punbb.gif +%%WWWDIR%%/themes/xenea/images/menu_repository.gif +%%WWWDIR%%/themes/xenea/images/menu_research.gif +%%WWWDIR%%/themes/xenea/images/menu_source.gif +%%WWWDIR%%/themes/xenea/images/minus.gif +%%WWWDIR%%/themes/xenea/images/move.gif +%%WWWDIR%%/themes/xenea/images/mypage.gif +%%WWWDIR%%/themes/xenea/images/notes.gif +%%WWWDIR%%/themes/xenea/images/open.png +%%WWWDIR%%/themes/xenea/images/patriarch.gif +%%WWWDIR%%/themes/xenea/images/pedigree.gif +%%WWWDIR%%/themes/xenea/images/pin-in.png +%%WWWDIR%%/themes/xenea/images/pin-out.png +%%WWWDIR%%/themes/xenea/images/pixel.gif +%%WWWDIR%%/themes/xenea/images/place.gif +%%WWWDIR%%/themes/xenea/images/plus.gif +%%WWWDIR%%/themes/xenea/images/puntos.gif +%%WWWDIR%%/themes/xenea/images/puntos2.gif +%%WWWDIR%%/themes/xenea/images/rarrow.gif +%%WWWDIR%%/themes/xenea/images/rarrow2.gif +%%WWWDIR%%/themes/xenea/images/rdarrow.gif +%%WWWDIR%%/themes/xenea/images/readme.txt +%%WWWDIR%%/themes/xenea/images/relationship.gif +%%WWWDIR%%/themes/xenea/images/remove.gif +%%WWWDIR%%/themes/xenea/images/report.gif +%%WWWDIR%%/themes/xenea/images/repository.gif +%%WWWDIR%%/themes/xenea/images/search.gif +%%WWWDIR%%/themes/xenea/images/sfamily.gif +%%WWWDIR%%/themes/xenea/images/silhouette_female.gif +%%WWWDIR%%/themes/xenea/images/silhouette_male.gif +%%WWWDIR%%/themes/xenea/images/silhouette_unknown.gif +%%WWWDIR%%/themes/xenea/images/sombra.gif +%%WWWDIR%%/themes/xenea/images/source.gif +%%WWWDIR%%/themes/xenea/images/spacer.gif +%%WWWDIR%%/themes/xenea/images/statistic.gif +%%WWWDIR%%/themes/xenea/images/stop.gif +%%WWWDIR%%/themes/xenea/images/timeline.gif +%%WWWDIR%%/themes/xenea/images/tree.gif +%%WWWDIR%%/themes/xenea/images/uarrow.gif +%%WWWDIR%%/themes/xenea/images/uarrow2.gif +%%WWWDIR%%/themes/xenea/images/uarrow3.gif +%%WWWDIR%%/themes/xenea/images/udarrow.gif +%%WWWDIR%%/themes/xenea/images/vline.gif +%%WWWDIR%%/themes/xenea/images/w_22.png +%%WWWDIR%%/themes/xenea/images/webtrees.png +%%WWWDIR%%/themes/xenea/images/zoomin.gif +%%WWWDIR%%/themes/xenea/images/zoomout.gif +%%WWWDIR%%/themes/xenea/jquery/jquery-ui_theme.css +%%WWWDIR%%/themes/xenea/jquery/jquery-ui_theme_rtl.css +%%WWWDIR%%/themes/xenea/modules.css +%%WWWDIR%%/themes/xenea/mozilla.css +%%WWWDIR%%/themes/xenea/msie.css +%%WWWDIR%%/themes/xenea/netscape.css +%%WWWDIR%%/themes/xenea/opera.css +%%WWWDIR%%/themes/xenea/print.css +%%WWWDIR%%/themes/xenea/style.css +%%WWWDIR%%/themes/xenea/style_rtl.css +%%WWWDIR%%/themes/xenea/templates/block_main_temp.php +%%WWWDIR%%/themes/xenea/templates/block_small_temp.php +%%WWWDIR%%/themes/xenea/templates/personbox_template.php +%%WWWDIR%%/themes/xenea/theme.php +%%WWWDIR%%/timeline.php +%%WWWDIR%%/treenav.php +%%WWWDIR%%/uploadmedia.php +%%WWWDIR%%/useradmin.php +%%WWWDIR%%/webservice/.htaccess +%%WWWDIR%%/webservice/genealogyService.php +%%WWWDIR%%/webservice/wtServiceLogic.class.php +%%WWWDIR%%/wtinfo.php +@dirrm %%WWWDIR%%/webservice +@dirrm %%WWWDIR%%/themes/xenea/templates +@dirrm %%WWWDIR%%/themes/xenea/jquery +@dirrm %%WWWDIR%%/themes/xenea/images/jquery +@dirrm %%WWWDIR%%/themes/xenea/images/facts +@dirrm %%WWWDIR%%/themes/xenea/images/buttons +@dirrm %%WWWDIR%%/themes/xenea/images +@dirrm %%WWWDIR%%/themes/xenea +@dirrm %%WWWDIR%%/themes/webtrees/templates +@dirrm %%WWWDIR%%/themes/webtrees/jquery +@dirrm %%WWWDIR%%/themes/webtrees/images/media +@dirrm %%WWWDIR%%/themes/webtrees/images/jquery +@dirrm %%WWWDIR%%/themes/webtrees/images/buttons +@dirrm %%WWWDIR%%/themes/webtrees/images +@dirrm %%WWWDIR%%/themes/webtrees +@dirrm %%WWWDIR%%/themes/minimal/templates +@dirrm %%WWWDIR%%/themes/minimal/jquery +@dirrm %%WWWDIR%%/themes/minimal/images/jquery +@dirrm %%WWWDIR%%/themes/minimal/images/buttons +@dirrm %%WWWDIR%%/themes/minimal/images +@dirrm %%WWWDIR%%/themes/minimal +@dirrm %%WWWDIR%%/themes/fab/templates +@dirrm %%WWWDIR%%/themes/fab/jquery +@dirrm %%WWWDIR%%/themes/fab/images/media +@dirrm %%WWWDIR%%/themes/fab/images/jquery +@dirrm %%WWWDIR%%/themes/fab/images/buttons +@dirrm %%WWWDIR%%/themes/fab/images +@dirrm %%WWWDIR%%/themes/fab +@dirrm %%WWWDIR%%/themes/colors/templates +@dirrm %%WWWDIR%%/themes/colors/jquery +@dirrm %%WWWDIR%%/themes/colors/images/media +@dirrm %%WWWDIR%%/themes/colors/images/jquery +@dirrm %%WWWDIR%%/themes/colors/images/buttons +@dirrm %%WWWDIR%%/themes/colors/images +@dirrm %%WWWDIR%%/themes/colors/css +@dirrm %%WWWDIR%%/themes/colors +@dirrm %%WWWDIR%%/themes/clouds/templates +@dirrm %%WWWDIR%%/themes/clouds/jquery +@dirrm %%WWWDIR%%/themes/clouds/images/media +@dirrm %%WWWDIR%%/themes/clouds/images/jquery +@dirrm %%WWWDIR%%/themes/clouds/images/buttons +@dirrm %%WWWDIR%%/themes/clouds/images +@dirrm %%WWWDIR%%/themes/clouds +@dirrm %%WWWDIR%%/themes +@dirrm %%WWWDIR%%/places/flags +@dirrm %%WWWDIR%%/places/ZAF +@dirrm %%WWWDIR%%/places/WLS +@dirrm %%WWWDIR%%/places/USA/flags +@dirrm %%WWWDIR%%/places/USA +@dirrm %%WWWDIR%%/places/UKR +@dirrm %%WWWDIR%%/places/TUR +@dirrm %%WWWDIR%%/places/SWE +@dirrm %%WWWDIR%%/places/SVK +@dirrm %%WWWDIR%%/places/SCT +@dirrm %%WWWDIR%%/places/RUS +@dirrm %%WWWDIR%%/places/ROM +@dirrm %%WWWDIR%%/places/REU +@dirrm %%WWWDIR%%/places/PRT +@dirrm %%WWWDIR%%/places/POL/flags +@dirrm %%WWWDIR%%/places/POL +@dirrm %%WWWDIR%%/places/PAK +@dirrm %%WWWDIR%%/places/NZL +@dirrm %%WWWDIR%%/places/NOR +@dirrm %%WWWDIR%%/places/NLD/flags/ZL +@dirrm %%WWWDIR%%/places/NLD/flags/ZH +@dirrm %%WWWDIR%%/places/NLD/flags/UT +@dirrm %%WWWDIR%%/places/NLD/flags/OV +@dirrm %%WWWDIR%%/places/NLD/flags/NH +@dirrm %%WWWDIR%%/places/NLD/flags/NB +@dirrm %%WWWDIR%%/places/NLD/flags/LI +@dirrm %%WWWDIR%%/places/NLD/flags/GR +@dirrm %%WWWDIR%%/places/NLD/flags/GE +@dirrm %%WWWDIR%%/places/NLD/flags/FR +@dirrm %%WWWDIR%%/places/NLD/flags/FL +@dirrm %%WWWDIR%%/places/NLD/flags/DR +@dirrm %%WWWDIR%%/places/NLD/flags +@dirrm %%WWWDIR%%/places/NLD +@dirrm %%WWWDIR%%/places/MTQ +@dirrm %%WWWDIR%%/places/MLT +@dirrm %%WWWDIR%%/places/LKA +@dirrm %%WWWDIR%%/places/LBN +@dirrm %%WWWDIR%%/places/KEN +@dirrm %%WWWDIR%%/places/ITA/flags +@dirrm %%WWWDIR%%/places/ITA +@dirrm %%WWWDIR%%/places/ISR +@dirrm %%WWWDIR%%/places/IRN +@dirrm %%WWWDIR%%/places/IRL +@dirrm %%WWWDIR%%/places/IND +@dirrm %%WWWDIR%%/places/IDN +@dirrm %%WWWDIR%%/places/HUN/flags +@dirrm %%WWWDIR%%/places/HUN +@dirrm %%WWWDIR%%/places/GUF +@dirrm %%WWWDIR%%/places/GLP +@dirrm %%WWWDIR%%/places/GBR +@dirrm %%WWWDIR%%/places/FRA +@dirrm %%WWWDIR%%/places/FIN +@dirrm %%WWWDIR%%/places/ESP +@dirrm %%WWWDIR%%/places/ENG/flags +@dirrm %%WWWDIR%%/places/ENG +@dirrm %%WWWDIR%%/places/DNK +@dirrm %%WWWDIR%%/places/DEU/flags +@dirrm %%WWWDIR%%/places/DEU +@dirrm %%WWWDIR%%/places/CZE +@dirrm %%WWWDIR%%/places/CMR +@dirrm %%WWWDIR%%/places/CHE +@dirrm %%WWWDIR%%/places/CAN/flags +@dirrm %%WWWDIR%%/places/CAN +@dirrm %%WWWDIR%%/places/BRA +@dirrm %%WWWDIR%%/places/BEL/flags +@dirrm %%WWWDIR%%/places/BEL +@dirrm %%WWWDIR%%/places/AUT +@dirrm %%WWWDIR%%/places/AUS +@dirrm %%WWWDIR%%/places/ARG +@dirrm %%WWWDIR%%/places +@dirrm %%WWWDIR%%/modules/yahrzeit +@dirrm %%WWWDIR%%/modules/user_welcome +@dirrm %%WWWDIR%%/modules/user_messages +@dirrm %%WWWDIR%%/modules/user_favorites/db_schema +@dirrm %%WWWDIR%%/modules/user_favorites +@dirrm %%WWWDIR%%/modules/user_blog/db_schema +@dirrm %%WWWDIR%%/modules/user_blog +@dirrm %%WWWDIR%%/modules/upcoming_events +@dirrm %%WWWDIR%%/modules/tree +@dirrm %%WWWDIR%%/modules/top10_surnames +@dirrm %%WWWDIR%%/modules/top10_pageviews +@dirrm %%WWWDIR%%/modules/top10_givnnames +@dirrm %%WWWDIR%%/modules/todo +@dirrm %%WWWDIR%%/modules/todays_events +@dirrm %%WWWDIR%%/modules/theme_select +@dirrm %%WWWDIR%%/modules/stories +@dirrm %%WWWDIR%%/modules/sources_tab +@dirrm %%WWWDIR%%/modules/source_report +@dirrm %%WWWDIR%%/modules/sitemap +@dirrm %%WWWDIR%%/modules/review_changes +@dirrm %%WWWDIR%%/modules/relatives +@dirrm %%WWWDIR%%/modules/relative_report +@dirrm %%WWWDIR%%/modules/relative_ext_report +@dirrm %%WWWDIR%%/modules/recent_changes +@dirrm %%WWWDIR%%/modules/random_media +@dirrm %%WWWDIR%%/modules/personal_facts +@dirrm %%WWWDIR%%/modules/pedigree_report +@dirrm %%WWWDIR%%/modules/page_menu +@dirrm %%WWWDIR%%/modules/notes +@dirrm %%WWWDIR%%/modules/missing_facts_report +@dirrm %%WWWDIR%%/modules/media +@dirrm %%WWWDIR%%/modules/marriage_report +@dirrm %%WWWDIR%%/modules/login_block +@dirrm %%WWWDIR%%/modules/logged_in +@dirrm %%WWWDIR%%/modules/lightbox/pic +@dirrm %%WWWDIR%%/modules/lightbox/music +@dirrm %%WWWDIR%%/modules/lightbox/js/tip_balloon +@dirrm %%WWWDIR%%/modules/lightbox/js +@dirrm %%WWWDIR%%/modules/lightbox/images +@dirrm %%WWWDIR%%/modules/lightbox/functions +@dirrm %%WWWDIR%%/modules/lightbox/css +@dirrm %%WWWDIR%%/modules/lightbox +@dirrm %%WWWDIR%%/modules/individuals +@dirrm %%WWWDIR%%/modules/individual_report +@dirrm %%WWWDIR%%/modules/individual_ext_report +@dirrm %%WWWDIR%%/modules/html +@dirrm %%WWWDIR%%/modules/googlemap/images +@dirrm %%WWWDIR%%/modules/googlemap/db_schema +@dirrm %%WWWDIR%%/modules/googlemap/css +@dirrm %%WWWDIR%%/modules/googlemap +@dirrm %%WWWDIR%%/modules/gedcom_stats +@dirrm %%WWWDIR%%/modules/gedcom_news/db_schema +@dirrm %%WWWDIR%%/modules/gedcom_news +@dirrm %%WWWDIR%%/modules/gedcom_favorites/db_schema +@dirrm %%WWWDIR%%/modules/gedcom_favorites +@dirrm %%WWWDIR%%/modules/gedcom_block +@dirrm %%WWWDIR%%/modules/faq +@dirrm %%WWWDIR%%/modules/family_nav +@dirrm %%WWWDIR%%/modules/family_group_report +@dirrm %%WWWDIR%%/modules/families +@dirrm %%WWWDIR%%/modules/descendancy_report +@dirrm %%WWWDIR%%/modules/descendancy +@dirrm %%WWWDIR%%/modules/death_report +@dirrm %%WWWDIR%%/modules/clippings +@dirrm %%WWWDIR%%/modules/ckeditor/themes/default +@dirrm %%WWWDIR%%/modules/ckeditor/themes +@dirrm %%WWWDIR%%/modules/ckeditor/skins/v2/images +@dirrm %%WWWDIR%%/modules/ckeditor/skins/v2 +@dirrm %%WWWDIR%%/modules/ckeditor/skins/office2003/images +@dirrm %%WWWDIR%%/modules/ckeditor/skins/office2003 +@dirrm %%WWWDIR%%/modules/ckeditor/skins/kama/images +@dirrm %%WWWDIR%%/modules/ckeditor/skins/kama +@dirrm %%WWWDIR%%/modules/ckeditor/skins +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/wsc/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/wsc +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui/assets +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/uicolor/yui +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/uicolor/lang +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/uicolor/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/uicolor +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/templates/templates/images +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/templates/templates +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/templates/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/templates +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/tabletools/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/tabletools +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/table/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/table +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/styles/styles +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/styles +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/specialchar/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/specialchar +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/smiley/images +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/smiley/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/smiley +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/showblocks/images +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/showblocks +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/scayt/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/scayt +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/pastetext/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/pastetext +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/pastefromword/filter +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/pastefromword +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/pagebreak/images +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/pagebreak +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/liststyle/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/liststyle +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/link/images +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/link/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/link +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/image/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/image +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/iframedialog +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/forms/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/forms +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/flash/images +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/flash/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/flash +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/find/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/find +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/div/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/div +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/dialog +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/colordialog/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/colordialog +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/clipboard/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/clipboard +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/about/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/about +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/a11yhelp/lang +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/a11yhelp/dialogs +@dirrm %%WWWDIR%%/modules/ckeditor/plugins/a11yhelp +@dirrm %%WWWDIR%%/modules/ckeditor/plugins +@dirrm %%WWWDIR%%/modules/ckeditor/lang +@dirrm %%WWWDIR%%/modules/ckeditor/images +@dirrm %%WWWDIR%%/modules/ckeditor/adapters +@dirrm %%WWWDIR%%/modules/ckeditor +@dirrm %%WWWDIR%%/modules/charts +@dirrm %%WWWDIR%%/modules/change_report +@dirrm %%WWWDIR%%/modules/cemetery_report +@dirrm %%WWWDIR%%/modules/birth_report +@dirrm %%WWWDIR%%/modules/bdm_report +@dirrm %%WWWDIR%%/modules/batch_update/plugins +@dirrm %%WWWDIR%%/modules/batch_update +@dirrm %%WWWDIR%%/modules/all_tab +@dirrm %%WWWDIR%%/modules/ahnentafel_report +@dirrm %%WWWDIR%%/modules/address_report +@dirrm %%WWWDIR%%/modules/address_label_report +@dirrm %%WWWDIR%%/modules/GEDFact_assistant/css +@dirrm %%WWWDIR%%/modules/GEDFact_assistant/_MEDIA +@dirrm %%WWWDIR%%/modules/GEDFact_assistant/_CENS/js +@dirrm %%WWWDIR%%/modules/GEDFact_assistant/_CENS +@dirrm %%WWWDIR%%/modules/GEDFact_assistant +@dirrm %%WWWDIR%%/modules +@dirrm %%WWWDIR%%/media/thumbs +@dirrm %%WWWDIR%%/media +@dirrm %%WWWDIR%%/library/tcpdf/fonts +@dirrm %%WWWDIR%%/library/tcpdf/config/lang +@dirrm %%WWWDIR%%/library/tcpdf/config +@dirrm %%WWWDIR%%/library/tcpdf +@dirrm %%WWWDIR%%/library/phpmailer/language +@dirrm %%WWWDIR%%/library/phpmailer +@dirrm %%WWWDIR%%/library/Zend/Translate/Adapter +@dirrm %%WWWDIR%%/library/Zend/Translate +@dirrm %%WWWDIR%%/library/Zend/Tag/Cloud/Decorator +@dirrm %%WWWDIR%%/library/Zend/Tag/Cloud +@dirrm %%WWWDIR%%/library/Zend/Tag +@dirrm %%WWWDIR%%/library/Zend/Session/Validator +@dirrm %%WWWDIR%%/library/Zend/Session/SaveHandler +@dirrm %%WWWDIR%%/library/Zend/Session +@dirrm %%WWWDIR%%/library/Zend/Server/Reflection/Function +@dirrm %%WWWDIR%%/library/Zend/Server/Reflection +@dirrm %%WWWDIR%%/library/Zend/Server/Method +@dirrm %%WWWDIR%%/library/Zend/Server +@dirrm %%WWWDIR%%/library/Zend/Locale/Math +@dirrm %%WWWDIR%%/library/Zend/Locale/Data +@dirrm %%WWWDIR%%/library/Zend/Locale +@dirrm %%WWWDIR%%/library/Zend/Loader/PluginLoader +@dirrm %%WWWDIR%%/library/Zend/Loader/Autoloader +@dirrm %%WWWDIR%%/library/Zend/Loader +@dirrm %%WWWDIR%%/library/Zend/Cloud/StorageService/Adapter +@dirrm %%WWWDIR%%/library/Zend/Cloud/StorageService +@dirrm %%WWWDIR%%/library/Zend/Cloud/QueueService/Adapter +@dirrm %%WWWDIR%%/library/Zend/Cloud/QueueService +@dirrm %%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/WindowsAzure +@dirrm %%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter/SimpleDb +@dirrm %%WWWDIR%%/library/Zend/Cloud/DocumentService/Adapter +@dirrm %%WWWDIR%%/library/Zend/Cloud/DocumentService +@dirrm %%WWWDIR%%/library/Zend/Cloud +@dirrm %%WWWDIR%%/library/Zend/Cache/Frontend +@dirrm %%WWWDIR%%/library/Zend/Cache/Backend/ZendServer +@dirrm %%WWWDIR%%/library/Zend/Cache/Backend +@dirrm %%WWWDIR%%/library/Zend/Cache +@dirrm %%WWWDIR%%/library/Zend +@dirrm %%WWWDIR%%/library +@dirrm %%WWWDIR%%/language +@dirrm %%WWWDIR%%/js/scriptaculous +@dirrm %%WWWDIR%%/js/kryogenix +@dirrm %%WWWDIR%%/js/jw_player +@dirrm %%WWWDIR%%/js/jquery/css/images +@dirrm %%WWWDIR%%/js/jquery/css +@dirrm %%WWWDIR%%/js/jquery +@dirrm %%WWWDIR%%/js/conio +@dirrm %%WWWDIR%%/js/bosrup +@dirrm %%WWWDIR%%/js/bennolan +@dirrm %%WWWDIR%%/js +@dirrm %%WWWDIR%%/includes/functions +@dirrm %%WWWDIR%%/includes/fonts +@dirrm %%WWWDIR%%/includes/db_schema +@dirrm %%WWWDIR%%/includes/controllers +@dirrm %%WWWDIR%%/includes/classes +@dirrm %%WWWDIR%%/includes +@dirrm %%WWWDIR%%/images/small +@dirrm %%WWWDIR%%/images/media +@dirrm %%WWWDIR%%/images/buttons +@dirrm %%WWWDIR%%/images +@dirrmtry %%WWWDIR%%/data +@dirrm %%WWWDIR%%/SOAP/tools +@dirrm %%WWWDIR%%/SOAP/Type +@dirrm %%WWWDIR%%/SOAP/Transport +@dirrm %%WWWDIR%%/SOAP/Server +@dirrm %%WWWDIR%%/SOAP/Net +@dirrm %%WWWDIR%%/SOAP/HTTP/Request +@dirrm %%WWWDIR%%/SOAP/HTTP +@dirrm %%WWWDIR%%/SOAP +@dirrmtry %%WWWDIR%% |