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


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


	dqm__sub_menu_width = 130
	dqm__sub_xy = "0,0"
   

	dqm__urltarget = "_self"

	dqm__border_width = 0
	dqm__divider_height = 2

	dqm__border_color = "#FFFFFF"
	dqm__menu_bgcolor = "#66CCCC"
	dqm__hl_bgcolor = "#CCFFFF"		

	dqm__mouse_off_delay = 150
	dqm__nn4_mouse_off_delay = 500



//info_design_settings"

limit_multiple_users= true

restrict_access= true

sequence= '9x44_5'




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

    //Font settings

	dqm__textcolor = "#000000"
	dqm__fontfamily = "Georgia, Times, serif"
	dqm__fontsize = 12	
	dqm__fontsize_ie4 = 10
	dqm__textdecoration = "normal"
	dqm__fontweight = "normal"
	dqm__fontstyle = "normal"


    //Rollover font settings

	dqm__hl_textcolor = "#000000"
	dqm__hl_textdecoration = "normal"



    //Margins and text alignment

	dqm__text_alignment = "left"
	dqm__margin_top = 4
	dqm__margin_bottom = 4
	dqm__margin_left = 5
	dqm__margin_right = 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 = "fade"
	dqm__sub_item_effect = "fade"


    //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"
	dqm__effect_checkerboard_squaresx = 14
	dqm__effect_checkerboard_squaresY = 14
	dqm__effect_checkerboard_direction = "RIGHT"


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 95
	dqm__dropshadow_color = "none"
	dqm__dropshadow_offx = 5
	dqm__dropshadow_offy = 5



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

    //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 = 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' represents the index number of the sub menu item.

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




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

                           Main Menu Rollover Images and Links  

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



    //Main Menu Item 0

	dqm__rollover_image0 = "images/menu/menuover_01.gif"
	dqm__rollover_wh0 = "55,50"
	dqm__url0 = "index.html";   


    //Main Menu Item 1

	dqm__rollover_image1 = "images/menu/menuover_02.gif"
	dqm__rollover_wh1 = "90,50"
	dqm__url1 = "coordonnees.html";


    //Main Menu Item 2

	dqm__rollover_image2 = "images/menu/menuover_03.gif" 
	dqm__rollover_wh2 = "116,50"
	//dqm__url2 = "my_url.html";


    //Main Menu Item 3

	dqm__rollover_image3 = "images/menu/menuover_04.gif" 
	dqm__rollover_wh3 = "77,50"
	//dqm__url3 = "my_url.html";


    //Main Menu Item 4

	dqm__rollover_image4 = "images/menu/menuover_05.gif" 
	dqm__rollover_wh4 = "100,50"
	//dqm__url4 = "my_url.html";


    //Main Menu Item 5

	dqm__rollover_image5 = "images/menu/menuover_06.gif" 
	dqm__rollover_wh5 = "104,50"
	//dqm__url5 = "my_url.html";


    //Main Menu Item 6

	dqm__rollover_image6 = "images/menu/menuover_07.gif" 
	dqm__rollover_wh6 = "63,50"
	//dqm__url6 = "my_url.html";


    //Main Menu Item 7

	dqm__rollover_image7 = "images/menu/menuover_08.gif" 
	dqm__rollover_wh7 = "71,50"
	//dqm__url7 = "my_url.html";


    //Main Menu Item 8

	dqm__rollover_image8 = "images/menu/menuover_09.gif" 
	dqm__rollover_wh8 = "84,50"
	dqm__url8 = "plandusite.html";  




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

                              Sub Menu Structure and Text  

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


    //Sub Menu 2

	dqm__sub_xy2 = "-116,30"
	dqm__sub_menu_width2 = 150

	dqm__subdesc2_0 = "Historique" 
	dqm__subdesc2_1 = "Notre mission"
	dqm__subdesc2_2 = "Devenir membre"
	dqm__subdesc2_3 = "Conseil d'administration"
	dqm__subdesc2_4 = "L'&eacute;quipe"
	
	
	dqm__url2_0 = "historique.html"
	dqm__url2_1 = "mission.html"
	dqm__url2_2 = "membership.html"
	dqm__url2_3 = "conseil_dadministration.html"
	dqm__url2_4 = "equipe.html"



    //Sub Menu 3

	dqm__sub_xy3 = "-77,43"
	dqm__sub_menu_width3 = 120

	dqm__subdesc3_0 = "B&eacute;n&eacute;voles"
	dqm__subdesc3_1 = "Offres d'emploi"
	
	
	dqm__url3_0 = "benevoles.html"
	dqm__url3_1 = "emplois.html"



    //Sub Menu 4

	dqm__sub_xy4 = "-99,39"
	dqm__sub_menu_width4 = 150

	dqm__subdesc4_0 = "Partenaires et donateurs"
	dqm__subdesc4_1 = "Faire un don"
	
	
	dqm__url4_0 = "partenaires.html"
	dqm__url4_1 = "dons.html"



    //Sub Menu 5

	dqm__sub_xy5 = "-104,49"
	dqm__sub_menu_width5 = 140

	dqm__subdesc5_0 = "Inscriptions"
	dqm__subdesc5_1 = "Activit&eacute;s jeunesse"
	dqm__subdesc5_2 = "Activit&eacute;s adolescents"
	dqm__subdesc5_3 = "Activit&eacute;s familles"
	dqm__subdesc5_4 = "Activit&eacute;s adultes"
	dqm__subdesc5_5 = "Activit&eacute;s a&icirc;n&eacute;s"
	dqm__subdesc5_6 = "Francisation"
	dqm__subdesc5_7 = "F&ecirc;tes et &eacute;v&eacute;nements"
	
	
	dqm__url5_0 = "inscription.html"
	dqm__url5_1 = "activites_jeunesse.html"
	dqm__url5_2 = "activites_ados.html"
	dqm__url5_3 = "activites_famille.html"
	dqm__url5_4 = "activites_adultes.html"
	dqm__url5_5 = "activites_aines.html"
	dqm__url5_6 = "francisation.html"
	dqm__url5_7 = "fetes_evenements.html"



    //Sub Menu 6

	dqm__sub_xy6 = "-62,25"
	dqm__sub_menu_width6 = 165

	dqm__subdesc6_0 = "Location de salles<br>et d'&eacute;quipements"
	dqm__subdesc6_1 = "Centre d'acc&egrave;s<br>communautaire informatique (C.A.C.I.)"
	
	
	dqm__url6_0 = "locations.html"
	dqm__url6_1 = "centre_acces_informatique.html"



    //Sub Menu 7

	dqm__sub_xy7 = "-70,28"
	dqm__sub_menu_width7 = 130

	dqm__subdesc7_0 = "Archives photos"
	dqm__subdesc7_1 = "Photos r&eacute;centes"
	
	
	dqm__url7_0 = "archives_photo.html"
	dqm__url7_1 = "photo_recentes.html"

