limit_multiple_users = true
sequence = "9x88_4"
/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/

	dqm__sub_menu_width = 130      		//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 = 0
	dqm__divider_height = 1

	dqm__border_color = "#FCDDCC"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#F79661"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#FCDDCC"		

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)

/*-------------------------------------------
Font settings and margins
--------------------------------------------*/

    //Font settings

	dqm__textcolor = "#814321"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 10			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//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' 	


    //Rollover font settings

	dqm__hl_textcolor = "#814321"
	dqm__hl_textdecoration = "none"	//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 = 5
	dqm__margin_right = 4

   


/*-------------------------------------------
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 = "images/common/shim.gif"
	dqm__icon_rollover0 = "images/common/shim.gif"
	dqm__icon_image_wh0 = "8,13"

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "images/common/shim.gif"
	dqm__2nd_icon_rollover0 = "images/common/shim.gif"
	dqm__2nd_icon_image_wh0 = "13,10"
	dqm__2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	dqm__show_urls_statusbar = false
   
	dqm__status_text0 = "ACCUEIL"
	dqm__status_text1 = "AUTOUR DE MPO"
	dqm__status_text2 = "PRODUITS"
	dqm__status_text3 = "PACKAGINGS"
	dqm__status_text4 = "SERVICES"
	dqm__status_text5 = "ESPACE CLIENT"
	dqm__status_text6 = "CONTACTS"

	//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 = "fade"
	dqm__sub_item_effect = "fade"

    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .2
	dqm__sub_item_effect_duration = .2

    //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 = 2			//drop shadow width
	dqm__dropshadow_offy = 2			//drop shadow height

/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/

    	//Mac offset fixes, adjust until sub menus position correctly.
   
	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."
   
    	//Opera 5 & 6, set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = true

	//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.
    //The 'X_X' indicates the index number of the sub menu 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 = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X_X' represents the index number of the sub menu item.

	dqm__hl_subdescX_X = "custom highlight text"
	dqm__urltargetX_X = "_new"


/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/

	//Main Menu Item 0 - ACCUEIL

	dqm__rollover_image0 = "images/common/nav/accueil_ov.gif"
	dqm__rollover_wh0 = "71,23"
	dqm__url0 = "http://www.mpo.fr/";   

	//Main Menu Item 1 - AUTOUR DE MPO

	dqm__rollover_image1 = "images/common/nav/autour_mpo_ov.gif"
	dqm__rollover_wh1 = "116,23"
	dqm__url1 = "http://www.mpo.fr/autour_de_mpo/";

	 //Main Menu Item 2 - PRODUITS
	
	dqm__rollover_image2 = "images/common/nav/produits_ov.gif"
	dqm__rollover_wh2 = "83,23"
	dqm__url2 = "http://www.mpo.fr/produits/";   
	 
	//Main Menu Item 3 - PACKAGINGS
	
	dqm__rollover_image3 = "images/common/nav/packagings_ov.gif" 
	dqm__rollover_wh3 = "99,23"
	dqm__url3 = "http://www.mpo.fr/packagings/";   
	  
	//Main Menu Item 4 - SERVICES
	
	dqm__rollover_image4 = "images/common/nav/services_ov.gif" 
	dqm__rollover_wh4 = "77,23"
	dqm__url4 = "http://www.mpo.fr/services/";

    	//Main Menu Item 5 - ESPACE CLIENT

	dqm__rollover_image5 = "images/common/nav/espace_client_ov.gif"
	dqm__rollover_wh5 = "109,23"
	dqm__url5 = "http://www.mpo.fr/clients/";

	//Main Menu Item 6 - CONTACTS
			
	dqm__rollover_image6 = "images/common/nav/contacts_on.gif" 
	dqm__rollover_wh6 = "79,23"
	dqm__url6 = "http://www.mpo.fr/contacts/"; 
			

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   
//Sub Menu 0 - ACCUEIL
    	
//Sub Menu 1 - AUTOUR DE MPO
	
       	dqm__sub_xy1 = "-109,18"
       	dqm__sub_menu_width1 = 145

	dqm__subdesc1_0 = "MPO en France"
	dqm__url1_0 = "http://www.mpo.fr/autour_de_mpo/mpo-france.asp"
	
	dqm__subdesc1_1 = "Le groupe MPO"
	dqm__url1_1 = "http://www.mpointernational.com/fr/default.asp"
	dqm__urltarget1_1 = "_new"
	
	dqm__subdesc1_2 = "La qualité chez MPO"
	dqm__url1_2 = "http://www.mpo.fr/autour_de_mpo/qualite.asp"
	
	dqm__subdesc1_3 = "commoniqués de presse"
	dqm__url1_3 = "http://www.mpo.fr/autour_de_mpo/presse.asp"

	dqm__subdesc1_4 = "Infos du marché"
	dqm__url1_4 = "http://www.mpo.fr/autour_de_mpo/newsletter.asp"
	
	dqm__subdesc1_5 = "Visite virtuelle"
	dqm__url1_5 = "http://www.mpo.fr/autour_de_mpo/visite.asp"


//Sub Menu 2 - PRODUITS

      	dqm__sub_xy2 = "-76,18"
	dqm__sub_menu_width2 = 145

	dqm__subdesc2_0 = "CD"
	dqm__url2_0 = "http://www.mpo.fr/produits/cd.asp"
		
		dqm__sub_xy2_0 = "1,0"
		dqm__sub_menu_width2_0 = 145
		
		dqm__subdesc2_0_0 = "CD Audio"
		dqm__subdesc2_0_1 = "CD Rom"
		dqm__subdesc2_0_2 = "CD Extra"
		dqm__subdesc2_0_3 = "CD Vidéo"
		dqm__subdesc2_0_4 = "DAVD"
		
		dqm__url2_0_0 = "http://www.mpo.fr/produits/detailcd.asp?arId=39"
		dqm__url2_0_1 = "http://www.mpo.fr/produits/detailcd.asp?arId=64"
		dqm__url2_0_2 = "http://www.mpo.fr/produits/detailcd.asp?arId=65"
		dqm__url2_0_3 = "http://www.mpo.fr/produits/detailcd.asp?arId=99"
		dqm__url2_0_4 = "http://www.mpo.fr/produits/detailcd.asp?arId=313"
	
	dqm__subdesc2_1 = "DVD"
	dqm__url2_1 = "http://www.mpo.fr/produits/dvd.asp"
		
		dqm__sub_xy2_1 = "1,0"
		dqm__sub_menu_width2_1 = 145
		
		dqm__subdesc2_1_0 = "DVD Vidéo"
		dqm__subdesc2_1_1 = "DVD Rom"
		dqm__subdesc2_1_2 = "DVD anti-rayures"
		dqm__subdesc2_1_3 = "HD DVD"
		
		dqm__url2_1_0 = "http://www.mpo.fr/produits/detaildvd.asp?arId=66"
		dqm__url2_1_1 = "http://www.mpo.fr/produits/detaildvd.asp?arId=67"
		dqm__url2_1_2 = "http://www.mpo.fr/produits/detaildvd.asp?arId=233"
		dqm__url2_1_3 = "http://www.mpo.fr/produits/detaildvd.asp?arId=314"
	
	dqm__subdesc2_2 = "Medias promotionnels"
	dqm__url2_2 = "http://www.mpo.fr/produits/media-promotionnels.asp"
	
		dqm__sub_xy2_2 = "1,0"
		dqm__sub_menu_width2_2 = 145
		
		dqm__subdesc2_2_0 = "CD - DVD couleur"
		dqm__subdesc2_2_1 = "CD - DVD 8 cm"
		dqm__subdesc2_2_2 = "Fan CD - Fan DVD"
		dqm__subdesc2_2_3 = "commoni-card"
		dqm__subdesc2_2_4 = "CD Look Vinyle"
		
		dqm__url2_2_0 = "http://www.mpo.fr/produits/detailmedias.asp?arId=68"
		dqm__url2_2_1 = "http://www.mpo.fr/produits/detailmedias.asp?arId=69"
		dqm__url2_2_2 = "http://www.mpo.fr/produits/detailmedias.asp?arId=70"
		dqm__url2_2_3 = "http://www.mpo.fr/produits/detailmedias.asp?arId=71"
		dqm__url2_2_4 = "http://www.mpo.fr/produits/detailmedias.asp?arId=230"

	dqm__subdesc2_3 = "Vinyle"
	dqm__url2_3 = "http://www.mpo.fr/produits/detail.asp?arId=42"

	dqm__subdesc2_4 = "Duplication CD / Duplication DVD"
	dqm__url2_4 = "http://www.mpo.fr/produits/detail.asp?arId=82"

	dqm__subdesc2_5 = "CD-R et DVD-/+R"
	dqm__url2_5 = "http://www.mpo.fr/produits/cdrdvdr.asp"

	dqm__subdesc2_6 = "Cartes Mémoire Préenregistrées"
	dqm__url2_6 = "http://www.mpo.fr/produits/detail.asp?arId=305"
	
//Sub Menu 3 - PACKAGINGS

	dqm__sub_xy3 = "-92,18"
       	dqm__sub_menu_width3 = 145

	dqm__subdesc3_0 = "CD & DVD"
	dqm__url3_0 = "http://www.mpo.fr/packagings/cd-dvd.asp"
	
		dqm__sub_xy3_0 = "1,0"
		dqm__sub_menu_width3_0 = 170
		
		dqm__subdesc3_0_0 = "Pochette Carton"
		dqm__subdesc3_0_1 = "Pochette Plastique"
		dqm__subdesc3_0_2 = "Boitier Standard CD - format audio"
		dqm__subdesc3_0_3 = "Boitier Polypro - format DVD 12 cm"
		dqm__subdesc3_0_4 = "Digipack"
		dqm__subdesc3_0_5 = "Digisleeve"
		dqm__subdesc3_0_6 = "Digifile"
		dqm__subdesc3_0_7 = "Fourreaux et Slipcases"
		
		dqm__url3_0_0 = "http://www.mpo.fr/packagings/detailcddvd.asp?arId=122"
		dqm__url3_0_1 = "http://www.mpo.fr/packagings/detailcddvd.asp?arId=123"
		dqm__url3_0_2 = "http://www.mpo.fr/packagings/detailcddvd.asp?arId=124"
		dqm__url3_0_3 = "http://www.mpo.fr/packagings/detailcddvd.asp?arId=125"
		dqm__url3_0_4 = "http://www.mpo.fr/packagings/detailcddvd.asp?arId=126"
		dqm__url3_0_5 = "http://www.mpo.fr/packagings/detailcddvd.asp?arId=127"
		dqm__url3_0_6 = "http://www.mpo.fr/packagings/detailcddvd.asp?arId=138"
		dqm__url3_0_7 = "http://www.mpo.fr/packagings/detailcddvd.asp?arId=139"

	dqm__subdesc3_1 = "commoni-c@rd"
	dqm__url3_1 = "http://www.mpo.fr/packagings/detail.asp?arId=150"

	dqm__subdesc3_2 = "CD-DVD 8 cm"
	dqm__url3_2 = "http://www.mpo.fr/packagings/detail.asp?arId=149"

	dqm__subdesc3_3 = "Vinyle"
	dqm__url3_3 = "http://www.mpo.fr/packagings/vinyle.asp"

		dqm__sub_xy3_3 = "1,0"
		dqm__sub_menu_width3_3 = 170
		
		dqm__subdesc3_3_0 = "Pochette carton imprimée pour disques vinyle"
		dqm__subdesc3_3_1 = "Pochettes carton non imprimées pour disque vinyle"

		dqm__url3_3_0 = "http://www.mpo.fr/packagings/detailvinyle.asp?arId=129"
		dqm__url3_3_1 = "http://www.mpo.fr/packagings/detailvinyle.asp?arId=143"
	
	dqm__subdesc3_4 = "Packaging spéciaux"
	dqm__url3_4 = "http://www.mpo.fr/packagings/speciaux.asp"

//Sub Menu 4 - SERVICES
		
	dqm__sub_xy4 = "-70,18"
       	dqm__sub_menu_width4 = 160

	dqm__subdesc4_0 = "Pré-Mastering / Mastering"
	dqm__url4_0 = "http://www.mpo.fr/services/pre-mastering.asp"
	
	dqm__subdesc4_1 = "Protection anti-copie"
	dqm__url4_1 = "http://www.mpo.fr/services/anti-copie/"
	
	dqm__subdesc4_2 = "Imprimerie et PAO"
	dqm__url4_2 = "http://www.mpo.fr/services/pao.asp"
	
	dqm__subdesc4_3 = "Conditionnement"
	dqm__url4_3 = "http://www.mpo.fr/services/conditionnement.asp"
	
	dqm__subdesc4_4 = "Logistique-Distribution"
	dqm__url4_4 = "http://www.mpo.fr/services/logistique-supply.asp"

//Sub Menu 5 - ESPACE CLIENT

	dqm__sub_xy5 = "-152,18"
    dqm__sub_menu_width5 = 160

	dqm__subdesc5_0 = "Spécifications techniques"
	dqm__url5_0 = "http://specifications.mpo.fr/"
	dqm__urltarget5_0 = "_new"

	dqm__subdesc5_1 = "Informations pratiques"
	dqm__url5_1 = "http://www.mpo.fr/clients/pratique/"

	dqm__subdesc5_2 = "MPO TRACKING"
	dqm__url5_2 = "https://tracking.mpo.fr/"
	dqm__urltarget5_2 = "_new"

//Sub Menu 6 - CONTACTS

	dqm__sub_xy6 = "-152,18"
    dqm__sub_menu_width6 = 160

	dqm__subdesc6_0 = "Notre équipe commerciale"
	dqm__url6_0 = "http://www.mpo.fr/contacts/detail.asp?arId=162"

	dqm__subdesc6_1 = "Devis automatique"
	dqm__url6_1 = "http://www.mpo.fr/devis/"
	
	dqm__subdesc6_2 = "Demande d'informations"
	dqm__url6_2 = "http://www.mpo.fr/contacts/form.asp"
	