/*-------------------------------------------
Copyright Notice - The following parameter is 
required in order for the menu to function.
--------------------------------------------*/


   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"
 



/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   DQM_sub_menu_width = 130      //default sub menu widths
   DQM_sub_xy = "100,100"            //default sub x,y coordinates
   
   DQM_codebase = "include/"             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 1

   DQM_border_color = "#FFFFFF"
   DQM_menu_bgcolor = "#C8D4F3" //#C8D4F3
   DQM_hl_bgcolor = "#F2BD81"//"#DEE4F5"
   

   /*---The following parameter defines the delay
   -----time between the mouse moving outside of
   -----a sub menu and the sub menu actually closing.
   -----In all browsers except Netscape 4.x this time 
   -----period starts after the mouse leaves the sub 
   -----menu and the user stops moving the mouse. 
   -----This setting is useful for reducing end-user 
   -----error in the selection of sub menus. Defined 
   -----in milliseconds (1/1000s)---*/

   DQM_mouse_off_delay = 100
   
  
   /*---Internet Explorer Mac Offset Fix - The following
   -----parameters correct position reporting bugs in
   -----ie4.x and ie5.x on the Mac OS9 and OSX platforms.
   -----Adjust the offsets below until the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_os9_ie5mac_offset_X = 10
   DQM_os9_ie5mac_offset_Y = 15

   DQM_osx_ie5mac_offset_X = 0
   DQM_osx_ie5mac_offset_Y = 0

   DQM_ie4mac_offset_X = -8
   DQM_ie4mac_offset_Y = -50


   /*---Netscape 4.x fix option - bugs in Netscape 4.x
   -----can cause layers (sub menus) to be rendered
   -----incorrectly upon resizing the browser window.
   -----The only way to work around this issue is to reload
   -----the page after a resize. The following parameters allow
   -----the menu to automatically reload the page for the user
   -----after a resize, prompts the user to reload the page
   -----manually after resize, or attempts to correct the menu
   -----after a resize without reloading.-----*/
   
   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."
   

/*-------------------------------------------
Internet Explorer Transition Effects - IE5.5 & UP

Note: All non supporting browsers will ignore
the effect settings below while retaining the
complete sub menu functionality and look.
--------------------------------------------*/

	
   /*----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 = .0

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   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 is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 100


   /*----Note: Due to browser limitations, when using a 
   ------drop shadow effect combined  with a sub menu transition
   ----- effect, the drop shadow portion of the menu will 
   ------not be animated. To turn off the drop shadow, set the 
   ------color parameter value below to 'none' ----*/

   DQM_dropshadow_color = "none"
   DQM_dropshadow_offx = 5
   DQM_dropshadow_offy = 5	



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


   /*----This menu uses the documents onload event to
   ------initially generate the menus. If your HTML page requires
   ------the onload statement for calling other script functions
   ------or statements you may execute your code using the
   ------parameter below------*/

   //DQM_onload_code = "alert('custom function - onload')"


   /*----the following parameters may be used to execute
   ------custom code upon menu pop-up and hide.
   ------These are useful for hiding drop down boxes which
   ------may not be displayed under the menus due to
   ------browser limitations with certain form fields.---*/

   //DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'"
   //DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'"

   //DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"
   //DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"

 
   /*----the following parameters may be used to execute
   ------custom code upon clicking a menu item. If a URL link 
   ------and custom code are both defined the code will be 
   ------executed first, then the URL link will be loaded. This 
   ------parameter option is useful for opening custom pop up windows.---*/

   //DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"



/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#042478"
   DQM_fontfamily = "Arial"         //Any available system font     
   DQM_fontsize = 11		      //Defined with pixel sizing  	
   DQM_fontsize_ie4 = 9		      //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' 	
   DQM_hl_textcolor = "#042478"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 2
   DQM_margin_right = 2

   DQM_text_alignment = "left"        //set to: 'left', 'center' or 'right'
   

/***********************************************************************************************
***********************************************************************************************
HASTA AQUÍ CABECERAS
***********************************************************************************************
***********************************************************************************************/


/*---------------------------------------------
Optional Status Bar Text

Note: Custom defined status bar text for a menu item 
will be displayed in place of the URL when the 
'DQM_show_urls_statusbar' parameter is set to true.
-----------------------------------------------*/

   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"	



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = "imagenes/menu/elGrupoHL.gif"
   DQM_rollover_wh0 = "162,39"
   DQM_rollover_image1 = "imagenes/menu/perfilHL.gif"
   DQM_rollover_wh1 = "162,39"
   DQM_rollover_image2 = "imagenes/menu/areasNegocioHL.gif"
   DQM_rollover_wh2 = "162,39"
   DQM_rollover_image3 = "imagenes/menu/oportunidadesHL.gif"
   DQM_rollover_wh3 = "162,39"


/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = ""
   DQM_icon_rollover0 = ""
   DQM_icon_image_wh0 = "13,8"


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

/*---------------------------------------------
Menu 0 (El Grupo)
-----------------------------------------------*/

DQM_sub_xy0 = "0,5"
DQM_sub_menu_width0 = 150;

DQM_subdesc0_0 = "Gamma Solutions"
DQM_subdesc0_1 = "Internacional"
DQM_subdesc0_2 = "Calidad"

DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0
DQM_icon_index0_2 = 0

DQM_url0_0 = "gammaSolutions.htm"
DQM_url0_1 = "internacional.htm"
DQM_url0_2 = "calidad.htm"



/*--------------------------------------------
Menu 1 (PERFIL)
-----------------------------------------------*/

DQM_sub_xy1 = "0,5"
DQM_sub_menu_width1 = 125

DQM_subdesc1_0 = "Área de empleado" 
DQM_subdesc1_1 = "Área de inversores"

DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0

DQM_url1_0 = "areaEmpleado.htm"
DQM_url1_1 = "areaInversor.htm"


/*--------------------------------------------
Menu 1 (AREAS DE NEGOCIO)
-----------------------------------------------*/

DQM_sub_xy2 = "0,5"
DQM_sub_menu_width2 = 152

DQM_subdesc2_0 = "Ingeniería de Telecomunicaciones"
DQM_subdesc2_1 = "Consultoria"
DQM_subdesc2_2 = "Formación"
DQM_subdesc2_3 = "Outsourcing"
DQM_subdesc2_4 = "I+D+i"
DQM_subdesc2_5 = "Energías Renovables"

DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0
DQM_icon_index2_2 = 0
DQM_icon_index2_3 = 0
DQM_icon_index2_4 = 0
DQM_icon_index2_5 = 0

DQM_2nd_icon_index2_0 = 0
DQM_url2_1 = "New_consultoria_2.html"
DQM_url2_2 = "New_formacion_1.htm"
DQM_url2_3 = "IDi.htm"
DQM_url2_5 = "http://www.sferaone.es"

/*--------------------------------------------
Sub-Menu 1.1  (Ingeniería de Telecomunicaciones)
-----------------------------------------------*/

DQM_sub_xy2_0 = "0,-1"
DQM_sub_menu_width2_0 = 140

DQM_subdesc2_0_0 = "Proyectos llave en mano"
DQM_subdesc2_0_1 = "Planificación"
DQM_subdesc2_0_2 = "Implantación"
DQM_subdesc2_0_3 = "Optimización"

DQM_icon_index2_0_0 = 0
DQM_icon_index2_0_1 = 0
DQM_icon_index2_0_2 = 0
DQM_icon_index2_0_3 = 0
DQM_url2_0_0 = "llave_mano.htm"
DQM_url2_0_1 = "planificacion.htm"
DQM_url2_0_2 = "implantacion.htm"
DQM_url2_0_3 = "optimizacion.htm"

/*--------------------------------------------
Sub-Menu 1.1  (Energias Renovables)
-----------------------------------------------*/

DQM_sub_xy2_4 = "0,-1"
DQM_sub_menu_width2_4 = 140

DQM_subdesc2_4_0 = "Fotovoltaica y Térmica"
DQM_subdesc2_4_1 = "Estudios Medioambientales"


DQM_icon_index2_4_0 = 0
DQM_icon_index2_4_1 = 0

DQM_url2_4_0 = "Obras.htm"
DQM_url2_4_1 = "Obras.htm"

/*--------------------------------------------
Menu 3 (OPORTUNIDADES)
-----------------------------------------------*/

DQM_sub_xy3 = "0,5"
DQM_sub_menu_width3 = 125

DQM_subdesc3_0 = "Empleo" 
DQM_subdesc3_1 = "Carrera Profesional"
DQM_icon_index3_0 = 0
DQM_icon_index3_1 = 0
DQM_url3_0 = "empleo.htm"
DQM_url3_1 = "carrera.htm"
