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

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


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

   DQM_sub_menu_width = 130

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = ""

   DQM_border_color = "A9A9A9"
   
   DQM_menu_bgcolor = "A9A9A9"
   DQM_hl_bgcolor = "A9A9A9"

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

   /*---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 = 12


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

   DQM_textcolor = "000000"
   DQM_fontfamily = "Arial"
   DQM_fontsize = 10
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "ffffff"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 5



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = "images/nav_links_over_01.jpg"
   DQM_rollover_rollover0 = "images/nav_links_01.jpg"
   DQM_rollover_wh0 = "82,24"

   DQM_rollover_image1 = "images/nav_links_over_02.jpg"
   DQM_rollover_rollover1 = "images/nav_links_02.jpg"
  DQM_rollover_wh1 = "107,24"

   DQM_rollover_image2 = "images/nav_links_over_03.jpg" 
   DQM_rollover_rollover2 = "images/nav_links_03.jpg"
   DQM_rollover_wh2 = "91,24"

  


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

   DQM_icon_image0 = "images/are_n.jpg"
   DQM_icon_rollover0 = "images/arr_o.jpg"
   DQM_icon_image_wh0 = "22,15"


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

DQM_sub_xy0 = "-82,24"
DQM_sub_menu_width0 = 100
DQM_subdesc0_0 = "Perfil da Empresa"
DQM_subdesc0_1 = "Historia"
DQM_subdesc0_2 = "Administradores"
DQM_subdesc0_3 = "Certificacao"
DQM_url0_0 = "profile.html"
DQM_url0_1 = "history.html"
DQM_url0_2 = "directors.html"
DQM_url0_3 = "accreditation.html"




DQM_sub_xy1 = "-107,24"
DQM_sub_menu_width1 = 130;
DQM_subdesc1_0 = "Cabos de Energia"
DQM_subdesc1_1 = "Cabos Telefonicos"
DQM_subdesc1_2 = "Cabos de Dados"
DQM_url1_0 = "power_cables.html"
DQM_url1_1 = "telecom_cables.html"
DQM_url1_2 = "data_cables.html"




DQM_sub_xy2 = "-91,24"
DQM_sub_menu_width2 = 130
DQM_subdesc2_0 = "Resposta Online"
DQM_subdesc2_1 = "Informacao da Empresa"
DQM_subdesc2_2 = "Links"
DQM_url2_0 = "queries.html"
DQM_url2_1 = "contact.html"
DQM_url2_2 = "links.html"


