DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"


   DQM_sub_menu_width = 140      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates


   DQM_codebase = ""             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 1

   DQM_border_color = "#FFFFFF"  //Hex color value or 'transparent'
   DQM_menu_bgcolor = "#ECEAEB"  //Hex color value or 'transparent'
   DQM_hl_bgcolor = "#F5F5F5"    //Hex color value


   DQM_mouse_off_delay = 100


   DQM_os9_ie5mac_offset_X = 5
   DQM_os9_ie5mac_offset_Y = 5

   DQM_osx_ie5mac_offset_X = 0
   DQM_osx_ie5mac_offset_Y = 0

   DQM_ie4mac_offset_X = -8
   DQM_ie4mac_offset_Y = -50

   DQM_nn4_reaload_after_resize = true

   DQM_nn4_resize_prompt_user = false
   DQM_nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."


   DQM_use_opera_div_detect_fix = true;

   DQM_sub_menu_effect = "fade"
   DQM_sub_item_effect = "fade"

   DQM_sub_menu_effect_duration = .2
   DQM_sub_item_effect_duration = .2

   DQM_effect_pixelate_maxsqare = 25
   DQM_effect_iris_irisstyle = "SQUARE"          //CROSS, CIRCLE, PLUS, SQUARE, or STAR
   DQM_effect_checkerboard_squaresx = 14
   DQM_effect_checkerboard_squaresY = 14
   DQM_effect_checkerboard_direction = "RIGHT"   //UP, DOWN, LEFT, RIGHT

   DQM_sub_menu_opacity = 100

   DQM_dropshadow_color = "none"                //Hex color value or 'none'
   DQM_dropshadow_offx = 5                      //drop shadow width
   DQM_dropshadow_offy = 5                        //drop shadow height


   //DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'"
   //DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'"

   //DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"
   //DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"

   //DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"

   DQM_textcolor = "#7D7D7D"
   DQM_fontfamily = "Arial"            //Any available system font
   DQM_fontsize = 12                         //Defined with pixel sizing
   DQM_fontsize_ie4 = 10                         //Defined with point sizing
   DQM_textdecoration = "normal"         //set to: 'normal', or 'underline'
   DQM_fontweight = "bold"             //set to: 'normal', or 'bold'
   DQM_fontstyle = "normal"                 //set to: 'normal', or 'italic'
   DQM_hl_textcolor = "#000000"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 5
   DQM_margin_right = 4

   DQM_text_alignment = "left"           //set to: 'left', 'center' or 'right'

   //DQM_icon_image0 = "sample_images/bullet.gif"
   //DQM_icon_rollover0 = "sample_images/bullet_hl.gif"
   //DQM_icon_image_wh0 = "13,8"

   //DQM_icon_image1 = "sample_images/arrow.gif"
   //DQM_icon_rollover1 = "sample_images/arrow.gif"
   //DQM_icon_image_wh1 = "13,10"

   //DQM_2nd_icon_image0 = "sample_images/arrow.gif"
   //DQM_2nd_icon_rollover0 = "sample_images/arrow.gif"
   //DQM_2nd_icon_image_wh0 = "13,10"
   //DQM_2nd_icon_image_xy0 = "0,4"

   DQM_show_urls_statusbar = false

   //DQM_status_text0 = "Sample text - Main Menu Item 0"
   //DQM_status_text1 = "Sample text - Main Menu Item 1"

   //DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"
   //DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"




/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */
/*********************************************************************/

/*--------------------------------------------------------------------

The following parameters define the main menu items rollover images and
URL's. Each rollover image is connected to a pre-defined HTML image within
your web page by matching the rollover parameters index to the defined
index of your html pages menu image (See the documentation or view the
source of 'sample.htm' for information on setting up HTML image tags
as menu items). The rollover image parameters are provided as an optional
effect and are not required in order for the menu to function.

Note: To define URL links for a main menu image, define both a URL link
      parameter below (i.e. "DQM_url0 = 'myurl.htm'") and attach a
      hyperlink tag (<a href='myurl.htm'>...<a>) to the menu's associated
      image within your HTML page. This redundancy is required for
      complete cross browser functionality of main menu URL links.

      Specific main menu image URL targets may also be defined by defining
      a 'DQM_urltargetX' parameter, where X is the the associated main
      menu items index number. Allowable 'DQM_urltarget' param values
      include... _self, _parent, _new, or "my frame name".

---------------------------------------------------------------------*/


   /************************************************
   *********-------Main Menu 0--------**************
   ************************************************/

   //DQM_rollover_image0 = "nav/nav01_1.jpg"
   DQM_rollover_wh0 = "140,16"
   //DQM_url0 = "my_url.html";


   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   //DQM_rollover_image1 = "nav/nav03_1.jpg"
   DQM_rollover_wh1 = "140,16"
   //DQM_url1 = "my_url.html";


   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/

   //DQM_rollover_image2 = "nav/nav04_1.jpg"
   DQM_rollover_wh2 = "140,16"
   //DQM_url2 = "my_url.html";


   /************************************************
   *********-------Main Menu 3--------***************
   ************************************************/

   //DQM_rollover_image3 = "nav/nav04_1.jpg"
   DQM_rollover_wh3 = "140,16"
   //DQM_url3 = "my_url.html";

//DQM_rollover_image3 = "nav/nav04_1.jpg"
   DQM_rollover_wh4 = "140,16"
DQM_rollover_wh5 = "140,16"
   //DQM_url3 = "my_url.html";



/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */
/*********************************************************************/

/*--------------------------------------------------------------------

The parameters below define the menus tree structure, text descriptions,
associated icon images, URL links, and sub menu positioning. An infinite
number of sub menu items and levels may be defined for each main menu item
by appending the appropriate index values to the 'DQM_subdesc' parameter.
The included sample menus ('sample.htm') tree structure is defined below and
may be used as a simple guide for how to index your items.

The sub menu items text descriptions may be defined using plain text or
HTML. To use HTML simply place the entire string on one line and replace
all double quotes with single quotes.



ADDITIONAL SUB MENU CUSTOMIZATION OPTIONS:

The following parameters are referenced for documentation purposes and are
additional customizable features which may be included as part of the sample
sub menus defined below. (Note: to use these parameters add them to the sub
menu sections below, they are not active when inside this comment field.)


Sub Menu Group Options:

The following setting apply to individual sub menu groups. Reference a sub
menu group within the parameter by appending the index value of the group
to the parameter name.

 1---The following parameters define unique colors, highlight colors
   border sizes, and divider heights for a sub menu. The X at the end
   of the parameter name represents the index of the sub menu. Child sub
   menus may also be referenced, i.e. 'DQM_menu_bgcolor1_0' refers to the
   2nd main menus, 1st sub menu items, child sub menu.

   DQM_border_widthX = 10;
   DQM_divider_heightX = 5;

   DQM_border_colorX = "#0000ff";
   DQM_menu_bgcolorX = "#ff0000"
   DQM_hl_bgcolorX = "#00ff00"
   DQM_textcolorX = "#00ff00"
   DQM_hl_textcolorX = "#ff0000"

 2---For more information on the following two parameter options see the
   section above labeled 'Optional event triggered custom function calls'

   DQM_showmenu_codeX = "status = 'custom show menu function call'"
   DQM_hidemenu_codeX = "status = 'custom hide menu function call'"

 3---Define the text alignment of the sub menu as 'left', 'center', or 'right'

   DQM_text_alignmentX = "left"



Sub Menu Item Options:

The following settings apply to individual sub menu items, reference a sub
menu item within the parameter by appending the index value of the item
to the parameter name.

 1---The following parameter creates custom highlight text, any html tags
   may also be used to create formatted text and images. (Note: when using
   HTML convert all double quotes to single quotes and keep to one line.)
   Any number of 'DQM_hl_subdescX' parameters may be defined so long as there
   is a corresponding 'DQM_subdescX' parameter. The X at the end of the
   parameters name is variable and represents the index of the sub menu item.

   DQM_hl_subdescX = "custom highlight text"

 2---For more information on the following parameter option see the
   section above labeled 'Optional event triggered custom function calls'

   DQM_clickitem_codeX = "alert('Sample onclick function call.')"

 3---Unique sub menu item URL targets may be defined with the
   following parameter option. Allowable 'DQM_urltargetX' param values
   include... _self, _parent, _new, or "my frame name".

   DQM_urltargetX = "_new"


---------------------------------------------------------------------*/


/************************************************
*********-------Sub Menu 0--------***************
************************************************/

DQM_sub_xy0 = "-55,5"
DQM_sub_menu_width0 = 140
DQM_subdesc0_0 = "Wir über uns"
DQM_icon_index0_0 = 0
DQM_url0_0 = ""



/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-55,0"
DQM_sub_menu_width1 = 140


DQM_subdesc1_0 = "Qui sommes-nous ?"
DQM_subdesc1_1 = "Historique de l'entreprise"

DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0

DQM_url1_0 = "http://www.interspiro.de/fr/l-entreprise/interspiro.html"
DQM_url1_1 = "http://www.interspiro.de/fr/l-entreprise/historique.html"




/************************************************
*********-------Sub Menu 2--------***************
************************************************/

DQM_sub_xy2 = "-55,0"
DQM_sub_menu_width2 = 140

DQM_subdesc2_0 = "Protection de la respiration"
DQM_subdesc2_1 = "Protection chimique"
DQM_subdesc2_2 = "Technique de plongée"
DQM_subdesc2_3 = "Appareils de contrôle"
DQM_subdesc2_4 = "Services"
// DQM_subdesc2_5 = "<span onClick=\"MM_swapImage('bg','','nav/bk26.jpg',1)\">Marine affairs</span>"
DQM_subdesc2_5 = "Compresseurs"
DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0
DQM_icon_index2_2 = 0
DQM_icon_index2_3 = 0
DQM_icon_index2_4 = 0
// DQM_icon_index2_5 = 0
DQM_icon_index2_5 = 0

DQM_url2_0 = "http://www.interspiro.de/fr/produits/respiration.html"
DQM_url2_1 = "http://www.interspiro.de/fr/produits/chimique.html"
DQM_url2_2 = "http://www.interspiro.de/fr/produits/plongee.html"
DQM_url2_3 = "http://www.interspiro.de/fr/produits/appareils-controle.html"
DQM_url2_4 = "http://www.interspiro.de/fr/produits/services.html"
// DQM_url2_5 = "02/produkt06.html"
DQM_url2_5 = "http://www.interspiro.de/fr/produits/compresseurs.html"




/************************************************
*********-------Sub Menu 3--------***************
************************************************/

DQM_sub_xy3 = "-55,0"
DQM_sub_menu_width3 = 140

DQM_subdesc3_0 = "Comment venir chez nous"
DQM_subdesc3_1 = "Demande de documentation"
DQM_subdesc3_2 = "Adresses postales"
DQM_icon_index3_0 = 0
DQM_icon_index3_1 = 0
DQM_icon_index3_2 = 0
DQM_url3_0 = "http://www.interspiro.de/fr/contact/contact01.html"
DQM_url3_1 = "http://www.interspiro.de/fr/contact/contact02.html"
DQM_url3_2 = "http://www.interspiro.de/fr/contact/contact03.html"


/************************************************
*********-------Sub Menu 4--------***************
************************************************/

DQM_sub_xy4 = "-55,0"
DQM_sub_menu_width4 = 140

DQM_subdesc4_0 = "Protection de la respiration"
DQM_subdesc4_1 = "Protection chimique"
DQM_subdesc4_2 = "Technique de plongée"
DQM_subdesc4_3 = "Appareils de contrôle"
//DQM_subdesc4_4 = "<span onClick=\"MM_swapImage('bg','','nav/bk26.jpg',1)\">Marine affairs</span>"
DQM_subdesc4_4 = "Compresseurs"
DQM_subdesc4_5 = "Carte de garantie"
DQM_icon_index4_0 = 0
DQM_icon_index4_1 = 0
DQM_icon_index4_2 = 0
DQM_icon_index4_3 = 0
//DQM_icon_index4_4 = 0
DQM_icon_index4_4 = 0
DQM_icon_index4_5 = 0
//DQM_url4_0 = "02/produkt01.html"
DQM_url4_1 = "http://www.interspiro.de/fr/telechargement/chimique.html"
DQM_url4_2 = "http://www.interspiro.de/fr/telechargement/technique-de-plongee.html"
//DQM_url4_3 = "02/produkt04.html"
//DQM_url4_4 = "08/download06.html"
DQM_url4_4 = "http://www.interspiro.de/fr/telechargement/compresseurs.html"
DQM_url4_5 = "http://www.interspiro.de/fr/telechargement/cartedegarantie.html"



/************************************************
****-------Sub 4 - Item 1 Sub Menu--------*******
************************************************/

DQM_sub_xy4_0 = "-55,2"
DQM_sub_menu_width4_0 = 170

DQM_subdesc4_0_0 = "Liste des pièces de rechange"
DQM_subdesc4_0_1 = "EC Declaration of Conformity"
DQM_subdesc4_0_2 = "Délais des contrôles et remplacements"
DQM_subdesc4_0_3 = "Produits/Documentation"
DQM_subdesc4_0_4 = "Accessoires d´intervention"
DQM_icon_index4_0_0 = 0
DQM_icon_index4_0_1 = 0
DQM_icon_index4_0_2 = 0
DQM_icon_index4_0_3 = 0
DQM_icon_index4_0_4 = 0
DQM_url4_0_0 = "http://www.interspiro.de/fr/telechargement/respiration-liste-des-pieces.html"
DQM_url4_0_1 = "http://www.interspiro.de/fr/telechargement/konformitaet.html"
DQM_url4_0_2 = "http://www.interspiro.de/fr/telechargement/respiration-delais-des-controle.html"
DQM_url4_0_3 = "http://www.interspiro.de/fr/telechargement/respiration-documentation.html"
DQM_url4_0_4 = "http://www.interspiro.de/fr/telechargement/respiration-accessoires.html"


/************************************************
****-------Sub 4 - Item 1 Sub Menu--------*******
************************************************/
/*
DQM_sub_xy4_2 = "-55,2"
DQM_sub_menu_width4_2 = 140

DQM_subdesc4_2_0 = "<span onClick=\"MM_swapImage('bg','','nav/bk23.jpg',1)\">Liste des pièces de rechange</span>"
DQM_subdesc4_2_1 = "<span onClick=\"MM_swapImage('bg','','nav/bk23.jpg',1)\">Délais des contrôles et remplacements</span>"
DQM_subdesc4_2_2 = "<span onClick=\"MM_swapImage('bg','','nav/bk23.jpg',1)\">Produits/Documentation</span>"
DQM_icon_index4_2_0 = 0
DQM_icon_index4_2_1 = 0
DQM_icon_index4_2_2 = 0
DQM_url4_2_0 = "08/ersatzteil_tauchen.html"
DQM_url4_2_1 = "08/pruef_tauchen.html"
DQM_url4_2_2 = "08/pros_tauch.html"
*/

/************************************************
****-------Sub 4 - Item 1 Sub Menu--------*******
************************************************/

DQM_sub_xy4_3 = "-55,2"
DQM_sub_menu_width4_3 = 170

DQM_subdesc4_3_0 = "Information techniques"
DQM_subdesc4_3_1 = "Produits/Documentation"
DQM_icon_index4_3_0 = 0
DQM_icon_index4_3_1 = 0
DQM_url4_3_0 = "http://www.interspiro.de/fr/telechargement/appareils-de-control-documentation.html"
DQM_url4_3_1 = "http://www.interspiro.de/fr/telechargement/appareils-de-control-infos.html"


/************************************************
*********-------Sub Menu 5--------***************
************************************************/

DQM_sub_xy5 = "-55,0"
DQM_sub_menu_width5 = 170

DQM_subdesc5_0 = "Infos site web"
DQM_subdesc5_1 = "Notification importante"
DQM_subdesc5_2 = "Notification juridique"
DQM_icon_index5_0 = 0
DQM_icon_index5_1 = 0
DQM_icon_index5_2 = 0
DQM_url5_0 = "http://www.interspiro.de/fr/contact/infos-site-web.html"
DQM_url5_1 = "http://www.interspiro.de/fr/contact/notification-importante.html"
DQM_url5_2 = "http://www.interspiro.de/fr/contact/notification-juridique.html"
