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.biblioweb.info/crosemont"; // 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 = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 1

	dqm__border_color = "#52CCE5"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#34739E"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#C9F2FC"		

	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 = "#FFFFFF"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 12			//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 = "#336699"
	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.biblioweb.info/crosemont/images/menu_bullet.gif"
	dqm__icon_rollover0 =  "http://www.biblioweb.info/crosemont/images/menu_bullet.gif"
	dqm__icon_image_wh0 = "23,12"

	

    //Absolute positioned icon images (coordinate positioned)

	dqm__2nd_icon_image0 =  "http://www.biblioweb.info/crosemont/images/menu_bullet.gif"
	dqm__2nd_icon_rollover0 =  "http://www.biblioweb.info/crosemont/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 = "#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 = "http://www.biblioweb.info/crosemont/images/spacer.gif"
	dqm__rollover_wh0 = "-60,17"
	//dqm__url0 = "my_url.html";   

    //Main Menu Item 1

	dqm__rollover_image1 = "http://www.biblioweb.info/crosemont/images/spacer.gif" 
	dqm__rollover_wh1 = "100,17"
	//dqm__url2 = "my_url.html";   


    //Main Menu Item 2

	dqm__rollover_image2 = "http://www.biblioweb.info/crosemont/images/spacer.gif" 
	dqm__rollover_wh2 = "76,17"
	//dqm__url3 = "my_url.html";   
  
    //Main Menu Item 3

	dqm__rollover_image3 = "http://www.biblioweb.info/crosemont/images/spacer.gif"
	dqm__rollover_wh3 = "98,17"
	//dqm__url4 = "my_url.html";   




/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0 "SERVICES"

	dqm__sub_xy0 = "-90,18"
	dqm__sub_menu_width0 = 205

	dqm__subdesc0_0 = "Personnel à votre service"
	dqm__subdesc0_1 = "Heures d\'ouverture"
	dqm__subdesc0_2 = "Modalités de prêt"
	dqm__subdesc0_3 = "Ateliers de formation"
	

	//dqm__2nd_icon_index0_3 = 0
	//dqm__2nd_icon_index0_3 = 0

	
	dqm__url0_0 = host+"/services/personnels.html"
	dqm__url0_1 = host+"/services/heures.html"
	dqm__url0_2 = host+"/services/prets.html"
	dqm__url0_3 = host+"/services/ateliers.html"

	//Sub Menu 1 "RECHERCHES"

	dqm__sub_xy1 = "-117,18"
	dqm__sub_menu_width1 = 240
	dqm__urltarget1_4 = "_new"
	dqm__urltarget1_5 = "_new"
			
	dqm__subdesc1_0 = "Moteurs" 
	dqm__subdesc1_1 = "Sites Répertoires"
	dqm__subdesc1_2 = "Photos et images"
	dqm__subdesc1_3 = "Adresses"
	dqm__subdesc1_4 = "Bibliothèque de Montréal"
	dqm__subdesc1_5 = "Bibliothèques collégiales"
	dqm__subdesc1_6 = "Bibliothèques universitaires"
	dqm__subdesc1_7 = "Bibliothèques nationales"
	dqm__subdesc1_8 = "Bibliothèques virtuelles"



	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_6 = 0
	dqm__2nd_icon_index1_7 = 0
	dqm__2nd_icon_index1_8 = 0	
	
	dqm__url1_0 = ""
	dqm__url1_1 = ""
	dqm__url1_2 = ""
	dqm__url1_3 = ""
	dqm__url1_4 = "http://gulliver.ville.montreal.qc.ca/"
	dqm__url1_5 = "http://www.resdoc.ccsr.qc.ca/biblio/default.asp" 
	dqm__url1_6 = ""
	dqm__url1_7 = ""
	dqm__url1_8 = ""

	 //Sub Menu 1_0

	dqm__sub_xy1_0 = "1,3"
	dqm__sub_menu_width1_0 = 225
	dqm__urltarget1_0_0 = "_new"
	dqm__urltarget1_0_1 = "_new"
	dqm__urltarget1_0_2 = "_new"
	dqm__urltarget1_0_3 = "_new"

	
	dqm__subdesc1_0_0 = "Google"
	dqm__subdesc1_0_1 = "Alta Vista"
	dqm__subdesc1_0_2 = "Gouvernement du Québec"
	dqm__subdesc1_0_3 = "Gouvernement du Canada"

				
	dqm__url1_0_0 = "http://www.google.ca/"
	dqm__url1_0_1 = "http://www.altavista.com/"
	dqm__url1_0_2 = "http://recherche2.gouv.qc.ca/index.html?sn=gouvqc&ila=fr&qp="
	dqm__url1_0_3 = "http://search-recherche.gc.ca/cgi-bin/query?mss=canada/fr/simple.html&browser=IE"


		
    //Sub Menu 1_1

	dqm__sub_xy1_1 = "1,3"
	dqm__sub_menu_width1_1 = 180
	dqm__urltarget1_1_0 = "_new"
	dqm__urltarget1_1_1 = "_new"
	dqm__urltarget1_1_2 = "_new"

		
	dqm__subdesc1_1_0 = "Toile du Québec"
    dqm__subdesc1_1_1 = "Yahoo Canada"
	dqm__subdesc1_1_2 = "Yahoo France"
	
	dqm__url1_1_0 = "http://www.toile.qc.ca/"
    dqm__url1_1_1 = "http://cf.yahoo.com/"
	dqm__url1_1_2 = "http://fr.yahoo.com/"

	
    //Sub Menu 1_2

	dqm__sub_xy1_2 = "1,3"
	dqm__sub_menu_width1_2 = 200
    dqm__urltarget1_2_0 = "_new"
	dqm__urltarget1_2_1 = "_new"
	

	
	dqm__subdesc1_2_0 = "Google Recherche d'images"
	dqm__subdesc1_2_1 = "Yahoo Galerie de photos"
	dqm__subdesc1_2_2 = "Archives photographiques"
	dqm__subdesc1_2_3 = "Arts visuels"
	dqm__subdesc1_2_4 = "Banques d'images"
	dqm__subdesc1_2_5 = "Imagerie scientifique"
	
	dqm__url1_2_0 = "http://www.google.com/imghp?hl=en"
	dqm__url1_2_1 = "http://gallery.yahoo.com/"	
	dqm__url1_2_2 = host+"/recherche/archives.html"	
	dqm__url1_2_3 = host+"/recherche/arts_visuels.html"	
	dqm__url1_2_4 = host+"/recherche/banques.html"	
	dqm__url1_2_5 = host+"/recherche/imagerie_sc.html"	

   //Sub Menu 1_3

	dqm__sub_xy1_3 = "1,3"
	dqm__sub_menu_width1_3 = 180
    dqm__urltarget1_3_0 = "_new"
	dqm__urltarget1_3_1 = "_new"
	dqm__urltarget1_3_2 = "_new"
	dqm__urltarget1_3_3 = "_new"
	dqm__urltarget1_3_4 = "_new"
	dqm__urltarget1_3_5 = "_new"
	dqm__urltarget1_3_6 = "_new"
		
	dqm__subdesc1_3_0 = "Canada 411"
	dqm__subdesc1_3_1 = "Canada sans frais ?"
	dqm__subdesc1_3_2 = "Internet Address Finder"
	dqm__subdesc1_3_3 = "Pages Jaunes"
	dqm__subdesc1_3_4 = "Postes Canada"
	dqm__subdesc1_3_5 = "Yahoo People"
	dqm__subdesc1_3_6 = "World Email"
		
	dqm__url1_3_0 = "http://www.canada411.ca/"
	dqm__url1_3_1 = "http://www.canadasansfrais.ca/"	
	dqm__url1_3_2 = "http://www.iaf.net/"	
	dqm__url1_3_3 = "http://www.pagesjaunes.ca/searchBusiness.do"
	dqm__url1_3_4 = "http://www.postescanada.ca/segment-f.asp"	
	dqm__url1_3_5 = "http://ca.people.yahoo.com/"	
	dqm__url1_3_6 = "http://www.worldemail.com/"	
	
	

//Sub-sub Menu 1_6

	
	dqm__sub_xy1_6 = "1,3"
	dqm__sub_menu_width1_6 = 220
	dqm__urltarget1_6_0 = "_new"
	dqm__urltarget1_6_1 = "_new"
	dqm__urltarget1_6_2 = "_new"
	dqm__urltarget1_6_3 = "_new"
	dqm__urltarget1_6_4 = "_new"
	dqm__urltarget1_6_5 = "_new"
	dqm__urltarget1_6_6 = "_new"

		
	dqm__subdesc1_6_0 = "UQAM"
	dqm__subdesc1_6_1 = "Université de Montréal"
	dqm__subdesc1_6_2 = "HEC"
	dqm__subdesc1_6_3 = "Mc Gill"
	dqm__subdesc1_6_4 = "Laval"
	dqm__subdesc1_6_5 = "Sherbrooke"
	dqm__subdesc1_6_6 = "OCLC World cat"
	
	dqm__url1_6_0 = "http://www.manitou.uqam.ca/manitou.dll?verif+uqam_0_142+premiere+1554"
	dqm__url1_6_1 = "http://www-atrium.bib.umontreal.ca:8000/"
	dqm__url1_6_2 = "http://www.hec.ca/biblio/hector/"
	dqm__url1_6_3 = "http://aleph.mcgill.ca/F?757564781"
	dqm__url1_6_4 = "http://arianeweb.ulaval.ca/web2/tramp2.exe/log_in?setting_key=french"
	dqm__url1_6_5 = "http://www.usherbrooke.ca/biblio/"
	dqm__url1_6_6 = "http://www.worldcat.org"

//Sub-sub Menu 1_7

	
	dqm__sub_xy1_7 = "1,3"
	dqm__sub_menu_width1_7 = 190
	dqm__urltarget1_7_0 = "_new"
	dqm__urltarget1_7_1 = "_new"
	dqm__urltarget1_7_2 = "_new"
	dqm__urltarget1_7_4 = "_new"

		
	dqm__subdesc1_7_0 = "Québec"
	dqm__subdesc1_7_1 = "Canada"
	dqm__subdesc1_7_2 = "France"
	dqm__subdesc1_7_3 = "Library of Congres"

	
	dqm__url1_7_0 = "http://www.biblinat.gouv.qc.ca:6611/"
	dqm__url1_7_1 = "http://www.amicus.nlc-bnc.ca/wapp/resanet/searchf.htm"
	dqm__url1_7_2 = "http://www.bnf.fr/"
	dqm__url1_7_3 = "http://catalog.loc.gov/"	
	

		//Sub Menu 1_8

	dqm__sub_xy21_8 = "-521,-35"
	dqm__sub_menu_width1_8 = 280
	dqm__urltarget1_8_0 = "_new"
	dqm__urltarget1_8_1 = "_new"
	dqm__urltarget1_8_2 = "_new"
	dqm__urltarget1_8_3 = "_new"
	dqm__urltarget1_8_4 = "_new"
	dqm__urltarget1_8_5 = "_new"
	dqm__urltarget1_8_6 = "_new"
	dqm__urltarget1_8_7 = "_new"
	dqm__urltarget1_8_8 = "_new"
	dqm__urltarget1_8_9 = "_new"
	dqm__urltarget1_8_10 = "_new"
	
	dqm__subdesc1_8_0 = "ABU (FR)"
	dqm__subdesc1_8_1 = "Athena (FR)"
	dqm__subdesc1_8_2 = "Biblio. É. Lisieux"
	dqm__subdesc1_8_3 = "Bibliothèque nationale du Québec"
	dqm__subdesc1_8_4 = "Bibliothèque virtuelle canadienne "
	dqm__subdesc1_8_5 = "Classiques des sciences sociales"
	dqm__subdesc1_8_6 = "Ebooks gratuits (FR)"
	dqm__subdesc1_8_7 = "English Language Resources"
	dqm__subdesc1_8_8 = "Gallica BN (FR)"
	dqm__subdesc1_8_9 = "Gutenberg (EN)"
	dqm__subdesc1_8_10 = "Théâtrales"
	
	dqm__url1_8_0 = "http://abu.cnam.fr/"
	dqm__url1_8_1 = "http://un2sg4.unige.ch/athena/html/francaut.html"	
	dqm__url1_8_2= "http://ourworld.compuserve.com/homepages/bib_lisieux/"	
	dqm__url1_8_3= "http://www.bnquebec.ca/texte/t0425.htm"	
	dqm__url1_8_4 = "http://www.fsj.ualberta.ca/biblio/"
	dqm__url1_8_5 = "http://www.uqac.ca/zone30/Classiques_des_sciences_sociales"	
	dqm__url1_8_6= "http://www.ebooksgratuits.com"
	dqm__url1_8_7 = "http://etext.lib.virginia.edu/english.html"	
	dqm__url1_8_8= "http://www.gallica.fr"	
	dqm__url1_8_9= "http://www.gutenberg.lib.md.us/"	
	dqm__url1_8_10= "http://www.er.uqam.ca/nobel/c2545/index.html"	
	
	 //Sub Menu 2 "RESSOURCES"

	dqm__sub_xy2 = "-116,18"
	dqm__sub_menu_width2 = 230
	dqm__urltarget2_0 = "_new"
	dqm__urltarget2_2 = "_new"


	dqm__subdesc2_0 = "Collège de Rosemont"	
	dqm__subdesc2_1 = "Arts et Sciences humaines"
	dqm__subdesc2_2 = "TourismExtra"
	dqm__subdesc2_3 = "Gouvernements"
	dqm__subdesc2_4 = "Organismes internationaux"
	dqm__subdesc2_5 = "Org. non-gouvernementales"
	dqm__subdesc2_6 = "Fournisseurs"
	dqm__subdesc2_7 = "Zone santé"
		 
	dqm__2nd_icon_index2_3 = 0	
	dqm__2nd_icon_index2_4 = 0	
	dqm__2nd_icon_index2_5 = 0
	dqm__2nd_icon_index2_6 = 0

	dqm__url2_0 = "http://www.crosemont.qc.ca"
	dqm__url2_1 = host+"/ressources/selection.html"
	dqm__url2_2 = "http://www.tourismextra.info"
	dqm__url2_3 = ""
	dqm__url2_4 = ""
	dqm__url2_5 = ""
	dqm__url2_6 = ""
	dqm__url2_7 = host+"/ressources/sante.html"
	
    //Sub Menu 2_3

	dqm__sub_xy2_3 = "1,3"
	dqm__sub_menu_width2_3 = 127
	dqm__urltarget2_3_0 = "_new"
	dqm__urltarget2_3_1 = "_new"
	dqm__urltarget2_3_2 = "_new"
	dqm__urltarget2_3_3 = "_new"
	
	dqm__subdesc2_3_0 = "Québec"
	dqm__subdesc2_3_1 = "Canada"
	dqm__subdesc2_3_2 = "États-Unis"
	dqm__subdesc2_3_3 = "France"
	
	dqm__url2_3_0 = "http://www.gouv.qc.ca/"
	dqm__url2_3_1 = "http://www.gc.ca"	
	dqm__url2_3_2 = "http://www.firstgov.gov//"	
	dqm__url2_3_3 = "http://www.gouv.fr"	

	
	    //Sub Menu 2_4

	dqm__sub_xy2_4 = "-421,-45"
	dqm__sub_menu_width2_4 = 200
	
	dqm__urltarget2_4_0 = "_new"
	dqm__urltarget2_4_1 = "_new"
	dqm__urltarget2_4_2 = "_new"
	dqm__urltarget2_4_3 = "_new"
	dqm__urltarget2_4_4 = "_new"
	dqm__urltarget2_4_5 = "_new"
	dqm__urltarget2_4_6 = "_new"
	dqm__urltarget2_4_7 = "_new"
	dqm__urltarget2_4_8 = "_new"
	dqm__urltarget2_4_9 = "_new"
	dqm__urltarget2_4_10 = "_new"
	dqm__urltarget2_4_11 = "_new"
	dqm__urltarget2_4_12 = "_new"
	dqm__urltarget2_4_13 = "_new"
	dqm__urltarget2_4_14 = "_new"
	
	dqm__subdesc2_4_0 = "APECSEC"
	dqm__subdesc2_4_1 = "ASAN"
	dqm__subdesc2_4_2 = "Banque mondiale"
	dqm__subdesc2_4_3 = "FAO"
	dqm__subdesc2_4_4 = "FMI"
	dqm__subdesc2_4_5 = "G8"
	dqm__subdesc2_4_6 = "G20"
	dqm__subdesc2_4_7 = "OAS"
	dqm__subdesc2_4_8 = "OCDE"
	dqm__subdesc2_4_9 = "OIF"
	dqm__subdesc2_4_10 = "OMC"
	dqm__subdesc2_4_11 = "OMS"
	dqm__subdesc2_4_12 = "ONU"
	dqm__subdesc2_4_13 = "OTAN"
	dqm__subdesc2_4_14 = "Union Européenne"
				
	dqm__url2_4_0 = "http://www.apecsec.org.sg/"
	dqm__url2_4_1 = "http://www.aseansec.org/"	
	dqm__url2_4_2= 	"http://www.worldbank.org/"
	dqm__url2_4_3= 	"http://www.fao.org"
	dqm__url2_4_4 = "http://www.imf.org"
	dqm__url2_4_5= 	"http://www.g8online.org/"
	dqm__url2_4_6= 	"http://www.g20.org/"
	dqm__url2_4_7 = "http://www.oas.org/"
	dqm__url2_4_8= 	"http://www.oecd.org"
	dqm__url2_4_9= 	"http://www.francophonie.org/"
	dqm__url2_4_10= "http://www.wto.org/indexfr.htm "	
	dqm__url2_4_11 = "http://www.who.int"	
	dqm__url2_4_12= "http://www.un.org"		
	dqm__url2_4_13= "http://www.nato.int/"
 	dqm__url2_4_14= "http://europa.eu.int"	 	                                             


    //Sub Menu 2_5

	dqm__sub_xy2_5 = "-421,-25"
	dqm__sub_menu_width2_5 = 200
	
	dqm__urltarget2_5_0 = "_new"
	dqm__urltarget2_5_1 = "_new"
	dqm__urltarget2_5_2 = "_new"
	dqm__urltarget2_5_3 = "_new"
	dqm__urltarget2_5_4 = "_new"
	dqm__urltarget2_5_5 = "_new"
	dqm__urltarget2_5_6 = "_new"
	dqm__urltarget2_5_7 = "_new"
	dqm__urltarget2_5_8 = "_new"
	dqm__urltarget2_5_9 = "_new"
	dqm__urltarget2_5_10 = "_new"

	
	dqm__subdesc2_5_0 = "Amnistie internationale"
	dqm__subdesc2_5_1 = "CECI"
	dqm__subdesc2_5_2 = "Développement et paix"
	dqm__subdesc2_5_3 = "Droits et démocratie"
	dqm__subdesc2_5_4 = "Earthwatch"
	dqm__subdesc2_5_5 = "Envirolink"
	dqm__subdesc2_5_6 = "Greenpeace"
	dqm__subdesc2_5_7 = "Human Right Watch"
	dqm__subdesc2_5_8 = "IISD"
	dqm__subdesc2_5_9 = "Médecins sans frontières"
	dqm__subdesc2_5_10 = "Reporters sans frontières"
				
	dqm__url2_5_0 = "http://www.amnesty.org"
	dqm__url2_5_1 = "http://www.ceci.ca/"
	dqm__url2_5_2= 	"http://www.devp.org/"
	dqm__url2_5_3= 	"http://www.ichrdd.ca/"
	dqm__url2_5_4 = "http://www.earthwatch.org/"	
	dqm__url2_5_5= 	"http://www.envirolink.org/"
	dqm__url2_5_6= 	"http://www.greenpeace.org"
	dqm__url2_5_7 = "http://www.hrw.org/"	
	dqm__url2_5_8= 	"http://www.iisd.org/"
	dqm__url2_5_9= 	"http://www.paris.msf.org/"
	dqm__url2_5_10= "http://www.rsf.fr/"		
                                           

	
	 //Sub Menu 2_6

	dqm__sub_xy2_6 = "1,3"
	dqm__sub_menu_width2_6 = 125

	dqm__subdesc2_6_0 = "Libraires"
	dqm__subdesc2_6_1 = "Disquaires"
	dqm__subdesc2_6_2 = "Vidéos"
	dqm__subdesc2_6_3 = "Cédéroms"	

				
	dqm__url2_6_0 = host+"/ressources/libraires.html"
	dqm__url2_6_1 = host+"/ressources/libraires.html#disquaires"
	dqm__url2_6_2 = host+"/ressources/libraires.html#disquaires"
	dqm__url2_6_3 = host+"/ressources/libraires.html#disquaires"
	
    
	

	