//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 123      		//default sub menu widths
	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 1

	dqm__border_color = "#9B9B9B"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#ffffff"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#FDCA00"		

	dqm__mouse_off_delay = 70		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 200		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#9B9B9B"
	dqm__fontfamily = "Arial"		//Any available system font     
	dqm__fontsize = 12			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//Defined with point sizing
	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	dqm__fontweight = "normal"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#000000"
	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 5
	dqm__margin_bottom = 5
	dqm__margin_left = 10
	dqm__margin_right = 10

   


/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.
--------------------------------------------*/


    //Relative positioned icon images (flow with sub item text)

	dqm__icon_image0 = "pic/bul1.gif"
	dqm__icon_rollover0 = "pic/bul1a.gif"
	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "pic/ar.gif"
	dqm__2nd_icon_rollover0 = "pic/ar1.gif"
	dqm__2nd_icon_image_wh0 = "10,9"
	dqm__2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	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"	




/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "none"
	dqm__sub_item_effect = "none"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .4
	dqm__sub_item_effect_duration = .4

    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "CIRCLE"		//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


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 5			//drop shadow width
	dqm__dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__os9_ie5mac_offset_X = 10
	dqm__os9_ie5mac_offset_Y = 15

	dqm__osx_ie5mac_offset_X = 0
	dqm__osx_ie5mac_offset_Y = 0

	dqm__ie4mac_offset_X = -8
	dqm__ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround.

	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."
   

    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = false


    //Pre-defined sub menu item heights for the Espial Escape browser.

	dqm__escape_item_height = 20
	dqm__escape_item_height0_0 = 70
	dqm__escape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//dqm__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.

	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_widthX = 10;
	dqm__divider_heightX = 3;
	dqm__menu_bgcolorX = "#9B9B9B";
	dqm__hl_textcolorX = "#9B9B9B";
	dqm__text_alignmentX = "left";


    //The following settings may be defined for specific sub menu items.
    //The 'X' represents the index number of the sub menu item.

	dqm__hl_subdescX = "custom highlight text"
	dqm__urltargetX = "_new"



/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/

	dqm__rollover_image0 = "gifs/m/b1a.gif"
	dqm__rollover_wh0 = "119,28"
	dqm__url0 = "unternehmen.php";  

	dqm__rollover_image1 = "gifs/m/b2a.gif"
	dqm__rollover_wh1 = "119,28"
	dqm__url1 = "bauwerke.php";

	dqm__rollover_image2 = "gifs/m/b3a.gif" 
	dqm__rollover_wh2 = "119,28"
	dqm__url2 = "karriere.php";   

	dqm__rollover_image3 = "gifs/m/b4a.gif" 
	dqm__rollover_wh3 = "119,28"
	dqm__url3 = "publikationen.php";   
  
	dqm__rollover_image4 = "gifs/m/b5a.gif" 
	dqm__rollover_wh4 = "119,28"
	dqm__url4 = "kontakt.php";   
	
	dqm__rollover_image5 = "gifs/m/b6a.gif" 
	dqm__rollover_wh5 = "119,28"
	dqm__url5 = "sitemap.php";   
	
	dqm__rollover_image6 = "gifs/m/b7a.gif" 
	dqm__rollover_wh6 = "119,28"
	dqm__url6 = "impressum.php";   		  


// <!-- Ab hier bitte übersetzen -->

//	1. Société

	dqm__sub_xy0 = "10,1"
	dqm__sub_menu_width0 = 180

	dqm__subdesc0_0 = "Philosophie"
	dqm__subdesc0_1 = "Profil"
	dqm__subdesc0_2 = "Secteurs d'activité"
	dqm__subdesc0_3 = "Savoir-faire"
	dqm__subdesc0_4 = "Certification"
	dqm__subdesc0_5 = "Distinctions"	

	dqm__2nd_icon_index0_0 = 0
	dqm__2nd_icon_index0_1 = 0
	dqm__2nd_icon_index0_2 = 0
	dqm__2nd_icon_index0_3 = 0
	dqm__2nd_icon_index0_4 = 0
	dqm__2nd_icon_index0_5 = 0				

	dqm__url0_0 = "unternehmen_philosophie.php"
	dqm__url0_1 = "unternehmen_profil.php"
	dqm__url0_2 = "unternehmen_geschaeftsfelder.php"
	dqm__url0_3 = "unternehmen_know-how.php"
	dqm__url0_4 = "unternehmen_zertifizierung.php"
	dqm__url0_5 = "unternehmen_auszeichnungen.php"			

//	1.3 Société - Secteurs d'activité 

	dqm__sub_xy0_2 = "9,-1"
	dqm__sub_menu_width0_2 = 180

	dqm__subdesc0_2_0 = "Construction de ponts"	
	dqm__subdesc0_2_1 = "Construction souterraine"	
	dqm__subdesc0_2_2 = "Rénovation de ponts"	
	dqm__subdesc0_2_3 = "Construction de ponts"	
	dqm__subdesc0_2_4 = "Planification et Conseil"	

	dqm__url0_2_0 = "unternehmen_geschaeftsfelder_brueckenbau.php"
	dqm__url0_2_1 = "unternehmen_geschaeftsfelder_spezialtiefbau.php"
	dqm__url0_2_2 = "unternehmen_geschaeftsfelder_brueckensanierung.php"
	dqm__url0_2_3 = "unternehmen_geschaeftsfelder_industriebau.php"
	dqm__url0_2_4 = "unternehmen_geschaeftsfelder_planung.php"

//  1.4 Sociétés - Certificats

	dqm__sub_xy0_4 = "9,-1"
   dqm__sub_menu_width0_4 = 180

	dqm__subdesc0_4_0 = "Certificats"
	dqm__url0_4_0 = "unternehmen_zertifizierung_zertifikate.php"

// 2. Ouvrages

	dqm__sub_xy1 = "10,1"
	dqm__sub_menu_width1 = 180

	dqm__subdesc1_0 = "Construction de ponts"
	dqm__subdesc1_1 = "Construction souterraine"
	dqm__subdesc1_2 = "Rénovation"
	dqm__subdesc1_3 = "Construction industrielle"
	// dqm__subdesc1_4 = "Archives"	

	dqm__url1_0 = "bauwerke_brueckenbau.php"
	dqm__url1_1 = "bauwerke_spezialtiefbau.php"
	dqm__url1_2 = "bauwerke_sanierung.php"
	dqm__url1_3 = "bauwerke_industriebau.php"
	// dqm__url1_4 = "bauwerke_archiv.php"

// 2.1. Ouvrages - Construction de ponts
	dqm__sub_xy1_0 = "9,-1"
	dqm__sub_menu_width1_0 = 180

	dqm__subdesc1_0_0 = "Bretten"	
	dqm__subdesc1_0_1 = "Neue Messe Stuttgart"	
	dqm__subdesc1_0_2 = "Umkirch"	
	dqm__subdesc1_0_3 = "Riegel"	
	dqm__subdesc1_0_4 = "Sinzheim"	
	dqm__subdesc1_0_5 = "Storzingen"		

	dqm__url1_0_0 = "bauwerke_brueckenbau_bretten.php"
	dqm__url1_0_1 = "bauwerke_brueckenbau_neuemessestuttgart.php"
	dqm__url1_0_2 = "bauwerke_brueckenbau_umkirch.php"
	dqm__url1_0_3 = "bauwerke_brueckenbau_riegel.php"
	dqm__url1_0_4 = "bauwerke_brueckenbau_sinzheim.php"	
	dqm__url1_0_5 = "bauwerke_brueckenbau_storzingen.php"	
	
	
// 2.2. Ouvrages - Construction souterraine
	dqm__sub_xy1_1 = "9,-1"
	dqm__sub_menu_width1_1 = 180

	dqm__subdesc1_1_0 = "Colmar"	
	dqm__subdesc1_1_1 = "Gambsheim"	
	dqm__subdesc1_1_2 = "Söllingen 7"	
	dqm__subdesc1_1_3 = "Söllingen N"	
	dqm__subdesc1_1_4 = "Strasbourg Boulevard Nord"	
	dqm__subdesc1_1_5 = "Strasbourg rue de Provence"		

	dqm__url1_1_0 = "bauwerke_spezialtiefbau_colmar.php"
	dqm__url1_1_1 = "bauwerke_spezialtiefbau_gambsheim.php"
	dqm__url1_1_2 = "bauwerke_spezialtiefbau_soellingen-7.php"
	dqm__url1_1_3 = "bauwerke_spezialtiefbau_soellingen-N.php"
	dqm__url1_1_4 = "bauwerke_spezialtiefbau_strasbourg-boulevardnord.php"	
	dqm__url1_1_5 = "bauwerke_spezialtiefbau_strasbourg-ruedeprovence.php"		
	
// 2.3. Ouvrages - Rénovation
	dqm__sub_xy1_2 = "9,-1"
	dqm__sub_menu_width1_2 = 180

	dqm__subdesc1_2_0 = "Feudenheim"	
	dqm__subdesc1_2_1 = "Renchen"	
	dqm__subdesc1_2_2 = "Stutensee"	
	dqm__subdesc1_2_3 = "Titisee"	
	dqm__subdesc1_2_4 = "Wolfskehlen"	

	dqm__url1_2_0 = "bauwerke_sanierung_feudenheim.php"
	dqm__url1_2_1 = "bauwerke_sanierung_renchen.php"
	dqm__url1_2_2 = "bauwerke_sanierung_stutensee.php"
	dqm__url1_2_3 = "bauwerke_sanierung_titisee.php"
	dqm__url1_2_4 = "bauwerke_sanierung_wolfskehlen.php"	
	
// 2.4. Ouvrages - Construction industrielle
	dqm__sub_xy1_3 = "9,-1"
	dqm__sub_menu_width1_3 = 180

	dqm__subdesc1_3_0 = "Achern, parking"	
	dqm__subdesc1_3_1 = "Achern, Volksbank"	
	dqm__subdesc1_3_2 = "Offenburg"	
	dqm__subdesc1_3_3 = "Strasbourg"	

	dqm__url1_3_0 = "bauwerke_industriebau_achern-parkhaus.php"
	dqm__url1_3_1 = "bauwerke_industriebau_achern-volksbank.php"
	dqm__url1_3_2 = "bauwerke_industriebau_offenburg.php"
	dqm__url1_3_3 = "bauwerke_industriebau_strasbourg.php"

// 2.5. Ouvrages - Archives
	dqm__sub_xy1_4 = "9,-1"
	dqm__sub_menu_width1_4 = 180

	dqm__subdesc1_4_0 = "Altenheim"	
	dqm__subdesc1_4_1 = "Bühl"	
	dqm__subdesc1_4_2 = "Forst"	
	dqm__subdesc1_4_3 = "Önsbach"	
	dqm__subdesc1_4_4 = "Sasbach"	
	dqm__subdesc1_4_5 = "Steinbach"		

	dqm__url1_4_0 = "bauwerke_archiv_altenheim.php"
	dqm__url1_4_1 = "bauwerke_archiv_buehl.php"
	dqm__url1_4_2 = "bauwerke_archiv_forst.php"
	dqm__url1_4_3 = "bauwerke_archiv_oensbach.php"
	dqm__url1_4_4 = "bauwerke_archiv_sasbach.php"	
	dqm__url1_4_5 = "bauwerke_archiv_steinbach.php"	
	
// 3. Carrières

	dqm__sub_xy2 = "10,1"
	dqm__sub_menu_width2 = 180

	dqm__subdesc2_0 = "Formation"
	dqm__subdesc2_1 = "Diplomés"
	dqm__subdesc2_2 = "Stagiaires"

	dqm__url2_0 = "karriere_ausbildung.php"
	dqm__url2_1 = "karriere_diplomanden.php"
	dqm__url2_2 = "karriere_praktikanten.php"

// 3.1. Carrière - Formation
	dqm__sub_xy2_0 = "9,-1"
	dqm__sub_menu_width2_0 = 180

	dqm__subdesc2_0_0 = "Dessinateurs en génie civil"	
	dqm__subdesc2_0_1 = "Constructeurs d'éléments en béton et acier"	
	dqm__subdesc2_0_2 = "Diplômé en gestion d'entreprise (BA)"	
	dqm__subdesc2_0_3 = "Technico-commerciaux"	

	dqm__url2_0_0 = "karriere_ausbildung_bauzeichner.php"
	dqm__url2_0_1 = "karriere_ausbildung_beton-und-stahlbetonbauer.php"
	dqm__url2_0_2 = "karriere_ausbildung_betriebswirt.php"
	dqm__url2_0_3 = "karriere_ausbildung_industriekaufmann.php"

// 4. Publications

	dqm__sub_xy3 = "10,1"
	dqm__sub_menu_width3 = 180

	dqm__subdesc3_0 = "Rapport annuel"
	dqm__subdesc3_1 = "Références"
	dqm__subdesc3_2 = "Publications"
	dqm__subdesc3_3 = "Brochure comm&eacute;morative"

	dqm__url3_0 = "publikationen_geschaeftsbericht.php"
	dqm__url3_1 = "publikationen_referenzliste.php"
	dqm__url3_2 = "publikationen_veroeffentlichungen.php"
	dqm__url3_3 = "publikationen_jubilaeumsbroschuere.php"
	
// 5. Contact

	dqm__sub_xy4 = "10,1"
	dqm__sub_menu_width4 = 180

	
	dqm__subdesc4_0 = "Plan d'accès"

	
	dqm__url4_0 = "kontakt_anfahrtskizze.php"	

// <!-- Ende zu übersetzender Bereich -->



