/*-------------------------------------------
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
--------------------------------------------*/

	// CONFIGURAÇÕES DO MENU PARA HOME E INTERNAS
	if (location.href.indexOf("content/home") != -1) {
	// HOME
		pasta = "img/";
		tamanho = "131,22"
		posicao_sub1 = "3,0"
		posicao_sub2 = "3,0"
		borda = 0
	// HOME
	} else {
	// INTERNAS
		pasta = "../../img/";
		tamanho = "133,21"
		posicao_sub1 = "-10,0"
		posicao_sub2 = "-40,0"
		borda = 1
	// INTERNAS
	}

	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 = borda
	DQM_divider_height = 1

	DQM_border_color = "#D3D3D3"
	DQM_menu_bgcolor = "#ffffff"
	DQM_hl_bgcolor = "#ffffff"

	DQM_mouse_off_delay = 100

	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

	DQM_nn4_reaload_after_resize = true

	DQM_nn4_resize_prompt_user = false
	DQM_nn4_resize_prompt_message = "Para reiniciar o menu, por favor, clieque no botão 'Atualizar'."

	DQM_sub_menu_effect = "fade"
	DQM_sub_item_effect = "fade"

	DQM_sub_menu_effect_duration = .4
	DQM_sub_item_effect_duration = .4

	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

	DQM_sub_menu_opacity = 100

	DQM_dropshadow_color = "none"
	DQM_dropshadow_offx = 5
	DQM_dropshadow_offy = 5	

	DQM_textcolor = "#8D8D8D"
	DQM_fontfamily = "Arial"         //Any available system font     
	DQM_fontsize = 10		      //Defined with pixel sizing  	
	DQM_fontsize_ie4 = 10		      //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 = "#000000"
	DQM_hl_textdecoration = "underline"   //set to: 'normal', or 'underline'

	DQM_margin_top = 2
	DQM_margin_bottom = 3
	DQM_margin_left = 5
	DQM_margin_right = 4

	DQM_text_alignment = "left"        //set to: 'left', 'center' or 'right'
	DQM_show_urls_statusbar = false

	/************************************************
	*********-------Main Menu 0--------**************
	************************************************/
	DQM_rollover_image0 = pasta+"btn_menu_pgc_over.jpg"
	DQM_rollover_wh0 = tamanho
	//DQM_url0 = "my_url.html";   

	/************************************************
	*********-------Main Menu 1--------**************
	************************************************/
	DQM_rollover_image1 = pasta+"btn_menu_portfolio_over.jpg"
	DQM_rollover_wh1 = tamanho
   //DQM_url1 = "my_url.html";

   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/    
	DQM_rollover_image2 = pasta+"btn_menu_obras_over.jpg" 
	DQM_rollover_wh2 = tamanho
	DQM_url2 = "../obras/default.asp?menuId=1";

   /************************************************
   *********-------Main Menu 3--------***************
   ************************************************/
	DQM_rollover_image3 = pasta+"btn_menu_cadastro_over.jpg" 
	DQM_rollover_wh3 = tamanho
	DQM_url3 = "../cadastro/default.asp??menuId=7";   

   /************************************************
   *********-------Main Menu 4--------***************
   ************************************************/
	/*DQM_rollover_image4 = pasta+"btn_menu_releases_over.jpg" 
	DQM_rollover_wh4 = tamanho
	DQM_url4 = "../releases/default.asp?menuId=7";   */
	
	 /************************************************
   *********-------Main Menu 5--------***************
   ************************************************/
	DQM_rollover_image4 = pasta+"btn_menu_lancamentos_over.jpg" 
	DQM_rollover_wh4 = tamanho
	DQM_url4 = "../portfolio/lancamento.asp?menuId=2"; 

	/************************************************
	*********-------Sub Menu 0--------***************
	************************************************/

	DQM_sub_xy0 = posicao_sub1
	DQM_sub_menu_width0 = 120

	DQM_subdesc0_0 = "História e Atuação"
	DQM_icon_index0_0 = 0
	DQM_url0_0 = "../pgc/historia.asp?menuId=6"

	DQM_subdesc0_1 = "Clientes e investidores"
	DQM_icon_index0_1 = 0
	DQM_url0_1 = "../pgc/clientes_investidores.asp?menuId=5"

	DQM_subdesc0_2 = "PGC na Mídia"
	DQM_icon_index0_2 = 0
	DQM_url0_2 = "../pgc/namidia.asp?menuId=3"
	
	
	/*DQM_subdesc0_3 = "Releases"
	DQM_icon_index0_3 = 0
	DQM_url0_3 = "../releases/default.asp?menuId=7"*/

	/************************************************
	*********-------Sub Menu 1--------***************
	************************************************/

	DQM_sub_xy1 = posicao_sub2
	DQM_sub_menu_width1 = 140

	DQM_subdesc1_0 = "Condomínios"
	DQM_icon_index1_0 = 0
	DQM_url1_0 = "../portfolio/condominios.asp?id=5&menuId=4"

	DQM_subdesc1_1 = "Condomínios&nbsp;Horizontais"
	DQM_icon_index1_1 = 0
	DQM_url1_1 = "../portfolio/condominios.asp?id=4&menuId=4"

	DQM_subdesc1_2 = "Edifícios Comerciais"
	DQM_icon_index1_2 = 0
	DQM_url1_2 = "../portfolio/condominios.asp?id=8&menuId=4"

	DQM_subdesc1_3 = "Hotelaria"
	DQM_icon_index1_3 = 0
	DQM_url1_3 = "../portfolio/condominios.asp?id=6&menuId=4"

