/*-------------------------------------------
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"
   limit_multiple_users = true;


/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   DQM_sub_menu_width = 130      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = "../../js/"             //relative location of .js files
   DQM_urltarget = "_self"      //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 0

   DQM_border_color = "#7D7D7D"
   DQM_menu_bgcolor = "#ffffff"
   DQM_hl_bgcolor = "#08246B"
   

   /*---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 = 20
   
  
   /*---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."
   

   /*---Opera 4 & up fix - The following parameter option
   -----corrects div mouse detection bugs on Opera. Set the
   -----parameter value to true if your sub menus are located
   -----at the lowest point on the HTML page.---*/

   DQM_use_opera_div_detect_fix = true;


/*-------------------------------------------
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 = .1
   DQM_sub_item_effect_duration = .1

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   DQM_effect_pixelate_maxsqare = 25
   DQM_effect_iris_irisstyle = "SQUARE"          //CROSS, CIRCLE, PLUS, SQUARE, or STAR
   DQM_effect_checkerboard_squaresx = 14
   DQM_effect_checkerboard_squaresY = 14
   DQM_effect_checkerboard_direction = "LEFT"   //UP, DOWN, LEFT, RIGHT
   

   /*----Note: Due to browser limitations, when using a 
   ------drop shadow effect or sub menu opacity values
   ------less than 100, combined with sub menu and or
   ------sub menu item transitions, undesirable transition
   ------results may occur. To remedy the issue use
   ------semi transparent sub menus or borders without
   ------transition effects or use transition effects without
   ------borders and set the sub menu opacity value to 100.---*/
   
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 98

   DQM_dropshadow_color = "none"                //Hex color value or 'none'
   DQM_dropshadow_offx = 5                      //drop shadow width
   DQM_dropshadow_offy = 5	                //drop shadow height



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/



/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#454545"
   DQM_fontfamily = "Verdana"         //Any available system font     
   DQM_fontsize = 10		      //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 = "#ffffff"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 2
   DQM_margin_left = 8
   DQM_margin_right = 2

   DQM_text_alignment = "left"        //set to: 'left', 'center' or 'right'


   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"	




/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/


   /************************************************
   *********-------Main Menu 0--------**************
   ************************************************/

   DQM_rollover_image0 = "../../img/tit_select_abra_conta.jpg"
   DQM_rollover_wh0 = "153,23"
   //DQM_url0 = "my_url.html";   


   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   DQM_rollover_image1 = "../../img/tit_select_glossario.jpg"
   DQM_rollover_wh1 = "153,23"
   //DQM_url2 = "my_url.html"; 

   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/
  
   DQM_rollover_image2 = "../../img/tit_select_ferramentas.jpg"
   DQM_rollover_wh2 = "153,23"
   //DQM_url1 = "my_url.html";


/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/


/************************************************
*********-------Sub Menu 0--------***************
************************************************/

DQM_sub_xy0 = "-153,23"
DQM_sub_menu_width0 = 153

DQM_subdesc0_0 = "» Estou no Brasil"
DQM_subdesc0_1 = "» Estou no Japão"

DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0

DQM_url0_0 = "../geral/interna.asp?area=abre_conta&cod=1"
DQM_url0_1 = "../geral/interna.asp?area=abre_conta&cod=2"

DQM_urltarget0_0 = "_self"
DQM_urltarget0_1 = "_self"

/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-153,23"
DQM_sub_menu_width1 = 153

DQM_subdesc1_0 = "» Índice em português"
DQM_subdesc1_1 = "» Índice em japonês"

DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0

DQM_url1_0 = "javascript:glossario('../glossario/default.asp?lingua=p');"
DQM_url1_1 = "javascript:glossario('../glossario/default.asp?lingua=j');"

DQM_urltarget1_0="_self"
DQM_urltarget1_1="_self"



/************************************************
*********-------Sub Menu 2--------***************
************************************************/

DQM_sub_xy2 = "-153,23"
DQM_sub_menu_width2 = 153

DQM_subdesc2_0 = "» Conversor de Moedas"
DQM_subdesc2_1 = "» Gráfico Comparativo"
DQM_subdesc2_2 = "» Tabela de Moedas"
DQM_subdesc2_3 = "» Calculadora"
DQM_subdesc2_4 = "» Videoatendimento"

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_url2_0 = "http://www.bradescocambio.com.br/index.asp?pag=ferramentas/conversormoedas.asp"
DQM_url2_1 = "http://www.bradescocambio.com.br/index.asp?pag=ferramentas/graficocomparativo.asp"
DQM_url2_2 = "http://www.bradescocambio.com.br/index.asp?pag=ferramentas/tabelamoedas.asp"
DQM_url2_3 = "../ferramentas/interna.asp?area=calculadora"
DQM_url2_4 = "../ferramentas/interna.asp?area=videoatendimento&cod=1"

DQM_urltarget2_0="_new"
DQM_urltarget2_1="_new"
DQM_urltarget2_2="_new"
DQM_urltarget2_3="_self"

/************************************************
*********-------Sub Menu 3--------***************
************************************************/

DQM_sub_xy3 = "-153,23"
DQM_sub_menu_width3 = 153

DQM_subdesc3_0 = "» Índice em português"
DQM_subdesc3_1 = "» Índice em japonês"

DQM_icon_index3_0 = 0
DQM_icon_index3_1 = 0

DQM_url3_0 = "javascript:glossario('../glossario/default.asp?lingua=p');"
DQM_url3_1 = "javascript:glossario('../glossario/default.asp?lingua=j');"

DQM_urltarget3_0="_self"
DQM_urltarget3_1="_self"