var windowWidth, windowHeight, lastMenuOffset;
if (document.body && document.body.offsetWidth) {
    windowWidth=document.body.offsetWidth;
    }
else if (window.innerWidth) {
    windowWidth=window.innerWidth;
}

if (windowWidth <=900) {
	lastMenuOffset = -270;
} else {
	lastMenuOffset = 0;
}

limit_multiple_users = true

sequence = "9x88_4"

// If we're outside of the webserver (or test webserver), direct links to official webserver
host = "http://www.cegepgranby.qc.ca"; // Default HOSTNAME there 


/*-------------------------------------------
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 = "_parent"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 1

	dqm__border_color = "#FFFFFF"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#E5002E"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#E4ABAF"		

	dqm__mouse_off_delay = 120		//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 = "#FFFFFF"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 11			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 11			//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 = "#ffffff"
	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 = 2
	dqm__margin_bottom = 2
	dqm__margin_left = 2
	dqm__margin_right = 2

   


/*-------------------------------------------
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 =  "http://www.cegepgranby.qc.ca/images/menu_bullet.gif"
	dqm__icon_rollover0 =  "http://www.cegepgranby.qc.ca/images/menu_bullet.gif"
	dqm__icon_image_wh0 = "23,12"

	

    //Absolute positioned icon images (coordinate positioned)

	dqm__2nd_icon_image0 =  "http://www.cegepgranby.qc.ca/images/menu_bullet.gif"
	dqm__2nd_icon_rollover0 =  "http://www.cegepgranby.qc.ca/images/menu_bullet.gif"
	dqm__2nd_icon_image_wh0 = "23,12"
	dqm__2nd_icon_image_xy0 = "0,3"



/*---------------------------------------------
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"		//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 = 0
	dqm__os9_ie5mac_offset_Y = 0

	dqm__osx_ie5mac_offset_X = 1
	dqm__osx_ie5mac_offset_Y = 1

	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 = "#000000"
	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 = "http://www.cegepgranby.qc.ca/images/spacer.gif"
	dqm__rollover_wh0 = "120,25"
	//dqm__url0 = "my_url.html";   


    //Main Menu Item 1

	dqm__rollover_image1 = "http://www.cegepgranby.qc.ca/images/spacer.gif"
	dqm__rollover_wh1 = "137,25"
	//dqm__url1 = "my_url.html";


    //Main Menu Item 2

	dqm__rollover_image2 = "http://www.cegepgranby.qc.ca/images/spacer.gif" 
	dqm__rollover_wh2 = "99,25"
	//dqm__url2 = "my_url.html";   


    //Main Menu Item 3

	dqm__rollover_image3 = "http://www.cegepgranby.qc.ca/images/spacer.gif" 
	dqm__rollover_wh3 = "90,25"
	//dqm__url3 = "my_url.html";   
  
    //Main Menu Item 4

	dqm__rollover_image4 = "http://www.cegepgranby.qc.ca/images/spacer.gif"
	dqm__rollover_wh4 = "123,25"
	//dqm__url4 = "my_url.html";   




/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0 "PROGRAMMES"

	dqm__sub_xy0 = "-105,29"
	dqm__sub_menu_width0 = 210
	dqm__urltarget0_6 = "_new"
		
	dqm__subdesc0_0 = "D.E.C. préuniversitaires"
	dqm__subdesc0_1 = "D.E.C. techniques"
	dqm__subdesc0_2 = "Également offerts au régulier"
	dqm__subdesc0_3 = "A.E.C. à temps partiel"
	dqm__subdesc0_4 = "A.E.C. à temps plein"
	dqm__subdesc0_5 = "Le Parcours : cours du soir"
	dqm__subdesc0_6 = "Formation sur mesure"

	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__url0_0 = ""
	dqm__url0_1 = ""
	dqm__url0_2 = ""
	dqm__url0_3 = ""
	dqm__url0_4 = ""
	dqm__url0_5 = host+"/leparcours/default.htm"
	dqm__url0_6 = "http://www.lecse.qc.ca/"
	
 //Sub Menu 0_0

	dqm__sub_xy0_0 = "-1,3"
	dqm__sub_menu_width0_0 = 195

	dqm__subdesc0_0_0 = "Tous les programmes"
	dqm__subdesc0_0_1 = "Sciences de la nature"
	dqm__subdesc0_0_2 = "Sciences humaines"
	dqm__subdesc0_0_3 = "Arts et Lettres"
						
	dqm__url0_0_0 = host+"/programmes/index.html"
	dqm__url0_0_1 = host+"/programmes/200_B0.html"	
	dqm__url0_0_2 = host+"/programmes/300_A0.html"	
	dqm__url0_0_3 = host+"/programmes/500_35.html"	


//Sub Menu 0_1

	dqm__sub_xy0_1 = "-1,3"
	dqm__sub_menu_width0_1 = 210

	dqm__subdesc0_1_0 = "Tous les programmes"
	dqm__subdesc0_1_1 = "Soins infirmiers"
	dqm__subdesc0_1_2 = "Génie industriel"
	dqm__subdesc0_1_3 = "Électronique industrielle"
	dqm__subdesc0_1_4 = "Éducation spécialisée"
	dqm__subdesc0_1_5 = "Comptabilité et gestion"
	dqm__subdesc0_1_6 = "Gestion de commerces"	
	dqm__subdesc0_1_7 = "Tourisme"
	dqm__subdesc0_1_8 = "Informatique"

	dqm__url0_1_0 = host+"/programmes/index.html"
	dqm__url0_1_1 = host+"/programmes/180_A0.html"	
	dqm__url0_1_2 = host+"/programmes/235_A0.html"	
	dqm__url0_1_3 = host+"/programmes/243_06.html"	
	dqm__url0_1_4 = host+"/programmes/351_A0.html"	
	dqm__url0_1_5 = host+"/programmes/410_B0.html"		
	dqm__url0_1_6 = host+"/programmes/410_D0.html"		
	dqm__url0_1_7 = host+"/programmes/414_A0.html"		
	dqm__url0_1_8 = host+"/programmes/420_A0.html"	
		
//Sub Menu 0_2	

	dqm__sub_xy0_2 = "-1,3"
	dqm__sub_menu_width0_2 = 222
	dqm__urltarget0_2_0 = "_new"
	dqm__urltarget0_2_1 = "_new"
	dqm__urltarget0_2_2 = "_new"
	dqm__urltarget0_2_3 = "_new"
		
	dqm__subdesc0_2_0 = "Alternance Travail-Études"
	//dqm__subdesc0_2_1 = "DEC-Bacc bilingue en administration"
	dqm__subdesc0_2_1 = "Entreprises d'entraînement"
	dqm__subdesc0_2_2 = "La chanson en plus !"
	dqm__subdesc0_2_3 = "Sport-Élite"
							
	dqm__url0_2_0 = host+"/ate/index.html"
	//dqm__url0_2_1 = host+"/programmes/dec_bacc.html"	
	dqm__url0_2_1 = host+"/entreprises/index.html"	
	dqm__url0_2_2 = host+"/chanson/index.html"	
	dqm__url0_2_3 = host+"/sports/index.html"	


	
//Sub Menu 0_3	
	dqm__sub_xy0_3 = "-1,3"
	dqm__sub_menu_width0_3 = 240

	dqm__subdesc0_3_0 = "Toutes les A.E.C."
	dqm__subdesc0_3_1 = "Agent immobilier"
	dqm__subdesc0_3_2 = "Gestion de production manufacturière"
	dqm__subdesc0_3_3 = "Éducation à l'enfance"

										
	dqm__url0_3_0 = host+"/sfae/programmes/index.html"
	dqm__url0_3_1 = host+"/sfae/programmes/902_56.html"
	dqm__url0_3_2 = host+"/sfae/programmes/EJN_0B.html"		
	dqm__url0_3_3 = host+"/sfae/programmes/JEE_0R.html"			
	
	
//Sub Menu 0_4	
	dqm__sub_xy0_4 = "-1,3"
	dqm__sub_menu_width0_4 = 240

	dqm__subdesc0_4_0 = "Toutes les A.E.C."		
	dqm__subdesc0_4_1 = "Éducation à l'enfance"
	dqm__subdesc0_4_2 = "Francisation débutant"
	dqm__subdesc0_4_3 = "Bureautique - Immersion anglaise"	
	dqm__subdesc0_4_4 = "Chanson - formation de base"
	dqm__subdesc0_4_5 = "Chanson - formation avancée"
	dqm__subdesc0_4_6 = "Commerce international"
	dqm__subdesc0_4_7 = "Comptabilité et gestion"
	dqm__subdesc0_4_8 = "Conseils en services financiers"
	dqm__subdesc0_4_9 = "Dessin assisté par ordinateur"
	dqm__subdesc0_4_10 = "Génie mécanique"
	dqm__subdesc0_4_11 = "Gestion de commerces"
	dqm__subdesc0_4_12 = "Gestion de l'approvisionnement"
	dqm__subdesc0_4_13 = "Gestion intégrée - QEHS"
	dqm__subdesc0_4_14 = "Instrumentation, automatisation, robotique"
	dqm__subdesc0_4_15 = "Intégration à la société québécoise"
	dqm__subdesc0_4_16 = "Soutien technique en informatique"
	dqm__subdesc0_4_17 = "Techn. de production manufacturière"
	
	dqm__url0_4_0 = host+"/sfae/programmes/index.html"
	dqm__url0_4_1 = host+"/sfae/programmes/JEE_0R.html"		
	dqm__url0_4_2 = host+"/sfae/programmes/francisation123.html"	
	dqm__url0_4_3 = host+"/sfae/programmes/LCE_45.html"	
	dqm__url0_4_4 = host+"/sfae/programmes/NNC_0G.html"	
	dqm__url0_4_5 = host+"/sfae/programmes/NNC_0H.html"		
	dqm__url0_4_6 = host+"/sfae/programmes/LCA_7C.html"		
	dqm__url0_4_7 = host+"/sfae/programmes/LCA_8R.html"	
	dqm__url0_4_8 = host+"/sfae/programmes/LCA_B3.html"			
	dqm__url0_4_9 = host+"/sfae/programmes/ELC_1D.html"		
	dqm__url0_4_10 = host+"/sfae/programmes/ELC_1V.html"		
	dqm__url0_4_11 = host+"/sfae/programmes/LCA_4J.html"	
	dqm__url0_4_12 = host+"/sfae/programmes/LCA_72.html"	
	dqm__url0_4_13 = host+"/sfae/programmes/EJN_0Y.html"	
	dqm__url0_4_14 = host+"/sfae/programmes/902_32.html"		
	dqm__url0_4_15 = host+"/sfae/programmes/JWW_0G.html"		
	dqm__url0_4_16 = host+"/sfae/programmes/LEA_A3.html"						
	dqm__url0_4_17 = host+"/sfae/programmes/EJN_0K.html"	
	

	
	//Sub Menu 1 "ADMINISTRATION"

	dqm__sub_xy1 = "-166,29"
	dqm__sub_menu_width1 = 250
	
		
	dqm__subdesc1_0 = "Direction générale"
	dqm__subdesc1_1 = "Direction des études"
	dqm__subdesc1_2 = "Direction des communications"
	dqm__subdesc1_3 = "Ressources humaines"
    dqm__subdesc1_4 = "Ress. matérielles et finances"
    dqm__subdesc1_5 = "Organisation et cheminement scolaire"
	dqm__subdesc1_6 = "Documents administratifs"
	dqm__subdesc1_7 = "Bulletin l'Info-Cégep"	
	

	dqm__2nd_icon_index1_0 = 0   
	dqm__2nd_icon_index1_1 = 0  
	dqm__2nd_icon_index1_2 = 0  
	dqm__2nd_icon_index1_3 = 0 	
	dqm__2nd_icon_index1_5 = 0  
	
	dqm__url1_0 = ""
	dqm__url1_1 = ""
	dqm__url1_2 = ""
	dqm__url1_3 = ""
	dqm__url1_4 = host+"/direction/finances/index.html"
	dqm__url1_5 = ""
	dqm__url1_6 = host+"/documents/index.html"
	dqm__url1_7 = host+"/direction/dc/info.html"
	

 //Sub Menu 1_0

	dqm__sub_xy1_0 = "-1,3"
	dqm__sub_menu_width1_0 = 195
	dqm__urltarget1_0_3 = "_new"
	dqm__urltarget1_0_4 = "_new"
	dqm__urltarget1_0_6 = "_new"
	dqm__urltarget1_0_7 = "_new"

					
	dqm__subdesc1_0_0 = "Les membres"
	dqm__subdesc1_0_1 = "Affaires corporatives"
	dqm__subdesc1_0_2 = "Conseil d'administration"
	dqm__subdesc1_0_3 = "Organigramme"
	dqm__subdesc1_0_4 = "Historique du Cégep"
	dqm__subdesc1_0_5 = "Mission"
	dqm__subdesc1_0_6 = "Rapport d'évaluation"
	dqm__subdesc1_0_7 = "Plan stratégique"

					
	dqm__url1_0_0 = host+"/direction/dg/index.html"
	dqm__url1_0_1 = host+"/direction/dg/affaires_corpo.html"	
	dqm__url1_0_2 = host+"/direction/dg/ca.html"	
	dqm__url1_0_3 = host+"/direction/dg/organigramme.pdf"	
	dqm__url1_0_4 = host+"/direction/dg/historique.pdf"
	dqm__url1_0_5 = host+"/direction/dg/mission.html"	
	dqm__url1_0_6 = host+"/direction/dg/rapport_evaluation.pdf"	
	dqm__url1_0_7 = host+"/planstrategique/plan/pages/plan.htm"	

	
//Sub Menu 1_1

	dqm__sub_xy1_1 = "-1,3"
	dqm__sub_menu_width1_1 = 195
	dqm__urltarget1_1_1 = "_new"
	dqm__urltarget1_1_2 = "_new"
	dqm__urltarget1_1_3 = "_new"
	dqm__urltarget1_1_5 = "_new"
	dqm__urltarget1_1_6 = "_new"
	dqm__urltarget1_1_7 = "_new"
	dqm__urltarget1_1_9 = "_new"			
		
	dqm__subdesc1_1_0 = "Les membres"
	dqm__subdesc1_1_1 = "Projet éducatif"
	dqm__subdesc1_1_2 = "Calendrier scolaire"
	dqm__subdesc1_1_3 = "Comité et profil TIC"
	dqm__subdesc1_1_4 = "Grilles et devis"
	dqm__subdesc1_1_5 = "Départements"
	dqm__subdesc1_1_6 = "Plan de réussite"
	dqm__subdesc1_1_7 = "Bilan du plan d'aide"
	dqm__subdesc1_1_8 = "Liens utiles"
	dqm__subdesc1_1_9 = "Projets d'intégration"		
								
	dqm__url1_1_0 = host+"/direction/de/index.html"
	dqm__url1_1_1 = host+"/direction/de/approche_projet/index.html"	
	dqm__url1_1_2 = host+"/direction/de/calendrier.pdf"	
	dqm__url1_1_3 = "https://lms2.decclic.qc.ca/Pub/A13D12CE-3A4F-4755-A2AA-D7F8458AD27C/"
	dqm__url1_1_4 = host+"/direction/de/programmes.html"	
	dqm__url1_1_5 = host+"/direction/de/CD-RP_2007-2008.pdf"	
	dqm__url1_1_6 = host+"/documents/Plan_de_reussite_2005-2006.pdf"			
	dqm__url1_1_7 = host+"/documents/bilan_plan_aide_04-05.pdf"			
	dqm__url1_1_8 = host+"/direction/de/liens_utiles.html"		
	dqm__url1_1_9 = "http://mcurie.cegepgranby.qc.ca/sh"	
	
//Sub Menu 1_3

	dqm__sub_xy1_3 = "-1,3"
	dqm__sub_menu_width1_3 = 165
					
	dqm__subdesc1_3_0 = "Les membres"
	dqm__subdesc1_3_1 = "Offres d'emploi"
					
	dqm__url1_3_0 = host+"/direction/rh/index.html"
	dqm__url1_3_1 = host+"/direction/rh/emplois.html"	
	
	//Sub Menu 1_2

	dqm__sub_xy1_2 = "-1,3"
	dqm__sub_menu_width1_2 = 165
					
	dqm__subdesc1_2_0 = "Les membres"
	dqm__subdesc1_2_1 = "Communiqués"
	dqm__subdesc1_2_2 = "L'INFO-Cégep"
					
	dqm__url1_2_0 = host+"/direction/dc/index.html"
	dqm__url1_2_1 = host+"/direction/dc/communiques.html"	
	dqm__url1_2_2 = host+"/direction/dc/info.html"
	
//Sub Menu 1_5

	dqm__sub_xy1_5 = "-1,3"
	dqm__sub_menu_width1_5 = 195

	dqm__urltarget1_5_3 = "_new"
	dqm__urltarget1_5_5 = "_new"
	dqm__urltarget1_5_7 = "_new"
					
	dqm__subdesc1_5_0 = "Le personnel"
	dqm__subdesc1_5_1 = "Mandat"
	dqm__subdesc1_5_2 = "Bleu Manitou"
	dqm__subdesc1_5_3 = "Règlement d'admission"
	dqm__subdesc1_5_4 = "Informations pratiques"
	dqm__subdesc1_5_5 = "S'inscrire au Cégep"
	dqm__subdesc1_5_6 = "Cours d'été"
	dqm__subdesc1_5_7 = "Étudiants étrangers"
	dqm__subdesc1_5_8 = "Frais"
						
	dqm__url1_5_0 = host+"/services/ocs/index.html"
	dqm__url1_5_1 = host+"/services/ocs/mandat.html"	
	dqm__url1_5_2 = host+"/bleumanitou/index.html"	
	dqm__url1_5_3 = host+"/documents/reglement_4.pdf"	
	dqm__url1_5_4 = host+"/services/ocs/informations.html"
	dqm__url1_5_5 = "http://www.sram.qc.ca/"	
	dqm__url1_5_6 = host+"/services/ocs/cours_ete.html"	
	dqm__url1_5_7 = "http://www.sram.qc.ca/fr/admission_au_cegep/candidat_etranger.html"	
	dqm__url1_5_8 = host+"/services/ocs/frais.html"

    //Sub Menu 2 "CARREFOUR"

	dqm__sub_xy2 = "-140,29"
	dqm__sub_menu_width2 = 180
	dqm__urltarget2_11 = "_new"
		
	dqm__subdesc2_0 = "Présentation et personnel" 
	dqm__subdesc2_1 = "Orientation et ISEP"
	dqm__subdesc2_2 = "Aide pédagogique"
	dqm__subdesc2_3 = "Aide financière" 
	dqm__subdesc2_4 = "Tutorat par les pairs"
	dqm__subdesc2_5 = "Alternance travail-études"
	dqm__subdesc2_6 = "Cégeps en spectacle" 
	dqm__subdesc2_7 = "Les Inouk"
	dqm__subdesc2_8 = "Sport-Élite" 
	dqm__subdesc2_9 = "Étudiant d'un jour"
	dqm__subdesc2_10 = "Projet Bénévolat" 
	dqm__subdesc2_11 = "Service de logement" 	
	dqm__subdesc2_12 = "Engagement étudiant" 	
		
	dqm__url2_0 = host+"/reussite/index.html"
	dqm__url2_1 = host+"/orientation/index.html"
	dqm__url2_2 = host+"/reussite/aide_pedagogique.html"
	dqm__url2_3 = host+"/reussite/aide_financiere.html"
	dqm__url2_4 = host+"/reussite/tutorat.html"
	dqm__url2_5 = host+"/ate/index.html"
	dqm__url2_6 = host+"/reussite/spectacle.html"
	dqm__url2_7 = host+"/inouk/index.html"
	dqm__url2_8 = host+"/sports/index.html"
	dqm__url2_9 = host+"/reussite/etudiant_jour.html"
	dqm__url2_10 = host+"/reussite/benevolat.html"
	dqm__url2_11 = host+"/reussite/logement.pdf"
	dqm__url2_12 = host+"/reussite/reconnaissance.html"	
	
	 //Sub Menu 3 "SERVICES"

	dqm__sub_xy3 = "-145,29"
	dqm__sub_menu_width3 = 205
	dqm__2nd_icon_index3_0 = 0
	dqm__2nd_icon_index3_3 = 0
		
	dqm__urltarget3_1 = "_new"
	dqm__urltarget3_1 = "_new"	
	dqm__urltarget3_4 = "_new"	
	dqm__urltarget3_5 = "_new"
	dqm__urltarget3_6 = "_new"	
	dqm__urltarget3_7 = "_new"	
		
	dqm__subdesc3_0 = "Formation aux adultes"
	dqm__subdesc3_1 = "Site de placement du SFA"
	dqm__subdesc3_2 = "Notes et horaires en ligne"
	dqm__subdesc3_3 = "Animation communautaire"
	dqm__subdesc3_4 = "Sites des enseignants"
	dqm__subdesc3_5 = "Association étudiante"
	dqm__subdesc3_6 = "Services aux entreprises"
	dqm__subdesc3_7 = "Coopsco"
	dqm__subdesc3_8 = "Centre d'aide en français"
	
	dqm__url3_0 = ""
	dqm__url3_1 = host+"/placement/"
	dqm__url3_2 = host+"/bleumanitou/index.html"
	dqm__url3_3 = ""
	dqm__url3_4 = host+"/lazone/index2.html"
	dqm__url3_5 = host+"/asso"
	dqm__url3_6 = "http://www.lecse.qc.ca/"
	dqm__url3_7 = "http://www.coopgranby.com"
	dqm__url3_8 = host+"/caf/"

 //Sub Menu 3_0

	dqm__sub_xy3_0 = "-1,3"
	dqm__sub_menu_width3_0 = 205
	dqm__urltarget3_0_3 = "_new"
	dqm__urltarget3_0_5 = "_new"
		
	dqm__subdesc3_0_0 = "Bienvenue au SFA"		
	dqm__subdesc3_0_1 = "Le personnel du SFA"
	dqm__subdesc3_0_2 = "A.E.C. offertes"
	dqm__subdesc3_0_3 = "Site de placement"
	dqm__subdesc3_0_4 = "Altenance travail-études"
	dqm__subdesc3_0_5 = "Aide à la réussite"
	dqm__subdesc3_0_6 = "Cours du soir"
	dqm__subdesc3_0_7 = "Ressources documentaires"
							
	dqm__url3_0_0 = host+"/sfae/index.html"
	dqm__url3_0_1 = host+"/sfae/personnel.html"
	dqm__url3_0_2 = host+"/sfae/programmes/index.html"	
	dqm__url3_0_3 = host+"/placement/"	
	dqm__url3_0_4 = host+"/sfae/ate.html"	
	dqm__url3_0_5 = host+"/sfae/aide.html"
	dqm__url3_0_6 = host+"/leparcours/default.htm"	
	dqm__url3_0_7 = host+"/sfae/ressources.html"	
	
//Sub Menu 3_3

	dqm__sub_xy3_3 = "-1,3"
	dqm__sub_menu_width3_3 = 195
	dqm__urltarget3_3_2 = "_new"
				
	dqm__subdesc3_3_0 = "Le personnel du SAC"
	dqm__subdesc3_3_1 = "Mandat"
	dqm__subdesc3_3_2 = "Activités offertes"
						
	dqm__url3_3_0 = host+"/services/animation/index.html"
	dqm__url3_3_1 = host+"/services/animation/mandat.html"
	dqm__url3_3_2 = host+"/services/animation/sac.pdf"
		
 //Sub Menu 4 "BIBLIOTHÈQUE"

	dqm__sub_xy4 = "-125,29"
	dqm__sub_menu_width4 = 135
	dqm__urltarget4_3 = "_new"
	dqm__urltarget4_4 = "_new"
		
	dqm__subdesc4_0 = "Biblio-Web"
	dqm__subdesc4_1 = "Catalogue"
	dqm__subdesc4_2 = "Réserve en ligne"
	dqm__subdesc4_3 = "TourismExtra"
	dqm__subdesc4_4 = "LaZone"

	
	dqm__url4_0 = host+"/biblio/index.html"
	dqm__url4_1 = host+"/REGARD/Pages/Front/Accueil/Accueil.fr.aspx"
	dqm__url4_2 = host+"/biblio/reserve/index.html"
	dqm__url4_3 = "http://www.cegepgranby.qc.ca/tourismextra/francais/index.html"
	dqm__url4_4 = host+"/lazone"

	

