- <?
- /**
- * The Menu Index file.
- * This file defines the Right Menu
- *
- * @package tab
- * @filesource
- * @see TAB_INDEX_PATH/menuright.php
- * @copyright (c) http://Finn-Rasmussen.com
- * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
- * @author http://Finn-Rasmussen.com
- * @version 1.9
- * @since 21-oct-2005
- */
-
- /**
- * The dpil url
- */
- if (!defined('URL_DPIL_HREF')) {
- define('URL_DPIL_HREF','http://www.dpil.dk/HTML/');
- }
-
- /**
- * The dpil text
- */
- if (!defined('URL_DPIL_TITLE')) {
- define('URL_DPIL_TITLE','Læs mere hos Skadedyr Laboratoriet');
- }
-
- $indexmenuLinks =
- array(
- // A
- // B
-
- array('text'=>'Borebiller','href'=>URL_DPIL_HREF.'almborebille.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Bananfluer','href'=>URL_DPIL_HREF.'bananfluer.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Bier','href'=>URL_DPIL_HREF.'honningbier.htm','title'=>'Honning bier'),
- array('text'=>'Brun pelsklannere ','href'=>URL_DPIL_HREF.'brunpels.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Brødbiller','href'=>URL_DPIL_HREF.'broedbil.htm','title'=>URL_DPIL_TITLE),
- // C
- // D
-
- array('text'=>'Daddelmøl','href'=>URL_DPIL_HREF.'moelifoedevindust.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Duer','href'=>URL_DPIL_HREF.'duer.htm','title'=>URL_DPIL_TITLE),
- // E
- // F
-
- array('text'=>'Flagermus','href'=>'http://www.skovognatur.dk/udgivelser/1999/flagermus/default.htm','title'=>'Alle arter er fredede'),
- array('text'=>'Frømøl','href'=>URL_DPIL_HREF.'froemoel.htm','title'=>URL_DPIL_TITLE),
- // G
- array('text'=>'Gedehamse','href'=>URL_DPIL_HREF.'gedehamse.htm','title'=>URL_DPIL_TITLE),
- // H
- array('text'=>'Herkulesmyren ','href'=>URL_DPIL_HREF.'herkulesmyre.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Humlebier','href'=>URL_DPIL_HREF.'humlebier.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Hvepse','href'=>URL_DPIL_HREF.'gedehamse.htm','title'=>URL_DPIL_TITLE),
- // I
- // J
-
- array('text'=>'Jordbier','href'=>URL_DPIL_HREF.'jordbier.htm','title'=>URL_DPIL_TITLE),
- // K
- array('text'=>'Kakerlak','href'=>URL_DPIL_HREF.'tyskkak.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Kakaomøl','href'=>URL_DPIL_HREF.'moelifoedevindust.htm','title'=>URL_DPIL_TITLE),
- // L
- // M
-
- array('text'=>'Mosegrise','href'=>URL_DPIL_HREF.'mosegris.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Muldvarpe','href'=>URL_DPIL_HREF.'muldvarp.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Murbier','href'=>URL_DPIL_HREF.'murbier.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Mus','href'=>URL_DPIL_HREF.'mus.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Myrer','href'=>URL_DPIL_HREF.'sorthavemyre.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Møl','href'=>URL_DPIL_HREF.'moelitex.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Møl i fødevareindustrien','href'=>URL_DPIL_HREF.'moelifoedevindust.htm','title'=>URL_DPIL_TITLE),
- // N
- // O
-
- // P
-
- // Q
-
- // R
-
- array('text'=>'Rotter','href'=>'http://www.mst.dk/default.asp?Sub=http://www.mst.dk/kemi/04000000.htm','title'=>'Læs om rotter på Miljø styrelsens hjemmeside'),
- // S
- array('text'=>'Sort havemyre','href'=>URL_DPIL_HREF.'sorthavemyre.htm','title'=>URL_DPIL_TITLE),
-
- // T
- array('text'=>'Tofarvet frømøl','href'=>URL_DPIL_HREF.'tofarvfromol.htm','title'=>URL_DPIL_TITLE),
- array('text'=>'Tysk Kakerlak','href'=>URL_DPIL_HREF.'tyskkak.htm','title'=>URL_DPIL_TITLE),
- // U
- // V
-
- array('text'=>'Væggelus','href'=>URL_DPIL_HREF.'vaeggelus.htm','title'=>URL_DPIL_TITLE),
- // W
- // X
-
- // Y
-
- // Z
-
- // Æ
-
- // Ø
-
- // Å
-
- );
- ?>