/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   

/*
Info dynamique
*/
root = ""


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 130

  
   DQM_urltarget = "_parent"
   
   DQM_onload_statement = ""
   DQM_codebase = "menu/"

   DQM_border_color = "#c9c9c9"
   
   DQM_menu_bgcolor = "#FFFFFF"
   DQM_hl_bgcolor = "#f7a711"

   DQM_sub_xy = "0,0"
   DQM_border_width = 1
   DQM_divider_height = 0

   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 0
   DQM_ie5mac_offset_Y = 1


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#000000"
   DQM_fontfamily = "Arial"
   DQM_fontsize = 11
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#000000"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 5



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = ""
   DQM_rollover_wh0 = ""

   DQM_rollover_image1 = ""
   DQM_rollover_wh1 = ""

   DQM_rollover_image2 = ""
   DQM_rollover_wh2 = ""

   DQM_rollover_image3 = ""
   DQM_rollover_wh3 = ""
  
   DQM_rollover_image4 = ""
   DQM_rollover_wh4 = ""
   
   DQM_rollover_image5 = ""
   DQM_rollover_wh5 = ""
   
   DQM_rollover_image6 = "" 
   DQM_rollover_wh6 = ""   
 


/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   /*DQM_icon_image0 = "sample_images/bullet.gif"
   DQM_icon_rollover0 = "sample_images/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"*/


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/
//menu bulletin neige
DQM_sub_xy0 = "-116,32"
DQM_sub_menu_width0 = 135
DQM_subdesc0_0 = "Bulletin Neige de la station"
DQM_icon_index0_0 = 0

DQM_url0_0 = root + "index.cfm?fuseaction=bn.detail"  + urltxt

// menu domaine skiable
DQM_sub_xy1 = "-125,32"
DQM_sub_menu_width1 = 125;
DQM_subdesc1_0 = "Le domaine skiable"
DQM_icon_index1_0 = 0
DQM_url1_0 = root + "index.cfm?fuseaction=stations.domaine" + urltxt

// menu plan des pistes
DQM_sub_xy2 = "-121,32"
DQM_sub_menu_width2 = 121
DQM_subdesc2_0 = "Les pistes de la station"
DQM_icon_index2_0 = 0
DQM_url2_0 = "javascript:MM_openBrWindow(imgpiste,'','')"

// menu ecoles de ski
DQM_sub_xy3 = "-108,32"
DQM_sub_menu_width3 = 108
DQM_subdesc3_0 = "Les &eacute;coles de ski"
DQM_icon_index3_0 = 0
DQM_url3_0 = root + "index.cfm?fuseaction=stations.ecoles" + urltxt

// menu Evenements
DQM_sub_xy4 = "-99,32"
DQM_sub_menu_width4 = 99
DQM_subdesc4_0 = "Les &eacute;v&eacute;nements"
DQM_icon_index4_0 = 0
DQM_url4_0 = root + "index.cfm?fuseaction=agenda.lister" + urltxt

// menu Idées sejours
DQM_sub_xy5 = "-115,32"
DQM_sub_menu_width5 = 115;
DQM_subdesc5_0 = "Nos id&eacute;es s&eacute;jours"
DQM_icon_index5_0 = 0
DQM_url5_0 = root + "index.cfm?fuseaction=promo.affrech" + urltxt

// menu Accès
DQM_sub_xy6 = "-77,32"
DQM_sub_menu_width6 = 62;
DQM_subdesc6_0 = "Venir"
DQM_icon_index6_0 = 0
DQM_url6_0 = root + "index.cfm?fuseaction=stations.acces"  + urltxt

