//////////////////////////Start Menu Data/////////////////////////////////
function cdd_menu1(){

    //Relative positioned icon images (flow with main menu or sub item text)
	this.rel_icon_image0 = "../images/bullet.gif"
	this.rel_icon_rollover0 = "../images/bullet_hl.gif"
	this.rel_icon_image_wh0 = "20,10"

    //Absolute positioned icon images (coordinate positioned)
	this.abs_icon_image0 = "../images/arrow.gif"
	this.abs_icon_rollover0 = "../images/arrow.gif"
	this.abs_icon_image_wh0 = "4,8"
	this.abs_icon_image_xy0 = "-20,8"

/*---------------------------------------------
Divider Settings
---------------------------------------------*/
	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 1				//applies to horizontal menus only
	this.divider_height = 1				//applies to vertical menus only


    //available specific settings
	this.use_divider_capsX_X = true

/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/
   //All values below are defined in pixel units.  Only the 
   //width of items and menu groups may be defined, heights 
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


	this.is_horizontal = false		//false = vertical menus, true = horizontal menus
	this.menu_width = 158			//applies to vertical menus
	this.menu_width_items = 158		//applies to items in a horizontal menu
	this.menu_width_item0_4 = 158	//applies to items in a horizontal menu

   //Padding Values
  	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "4,4,4,4"
	this.item_padding_sub = "4,4,4,4"

   //Border Sizing
	this.menu_border_main = 1
	this.menu_border_sub = 1

	this.item_border_main = 0
	this.item_border_sub = 0

   //Specific Item Setting Examples (change 'X' to appropriate index value)
	this.is_horizontalX = true
	
	this.menu_widthX = 150
	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	this.menu_padding_subX = "5,5,5,5"
	this.item_padding_mainX = "5,5,5,5"
	this.item_padding_subX_X = "5,5,5,5"

	this.menu_border_subX = 1
	this.item_border_mainX = 1
	this.item_border_subX_X = 1

/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/
	this.show_menu = "";
	this.hide_menu = "";

/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/
   //Main Menu Group 0
	this.item0 = "EMPRESA"
	this.icon_rel0 = 0
	this.icon_abs0 = 0
	this.url0 = ''
	
	this.item1 = "RMS/RETAIL"
	this.icon_rel1 = 0
	this.icon_abs1 = 0
	this.url1 = ''
	
	this.item2 = "SEGMENTOS"
	this.icon_rel2 = 0
	this.icon_abs2 = 0
	this.url2 = ''
	
	this.item3 = "SERVIÇOS"
	this.icon_rel3 = 0
	this.icon_abs3 = 0
	this.url3 = ''
	
	this.item4 = "PARCEIROS"
	this.icon_rel4 = 0
	this.icon_abs4 = 0
	this.url4 = ''
	
	this.item5 = "SUPER STORE"
	this.icon_rel5 = 0
	//this.icon_abs5 = 0
	this.url5 = '../superstore.php'
	
	this.item6 = "CASOS DE SUCESSO"
	this.icon_rel6 = 0
	//this.icon_abs6 = 0
	this.url6 = '../casos.php'
	

/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/
   //Sub Menu 0
	this.menu_xy0 = "0,0"
	this.menu_width0 = 144

	this.item0_0 = "Histórico"
	this.item0_1 = "Posicionamento"
	this.item0_2 = "Missão"
	this.item0_3 = "RMS No Mundo"
//	this.item0_4 = "TIME EXECUTIVO"
	this.item0_4 = "Imprensa"
	this.item0_5 = "Notícias"
	this.item0_6 = "Oportunidades"
	this.item0_7 = "Artigos"
		
	this.icon_rel0_0 = 0
	this.icon_rel0_1 = 0
	this.icon_rel0_2 = 0
	this.icon_rel0_3 = 0
//	this.icon_rel0_4 = 0
	this.icon_rel0_4 = 0
	this.icon_rel0_5 = 0
	this.icon_rel0_6 = 0
	this.icon_rel0_7 = 0
	this.icon_rel0_8 = 0
	this.icon_rel0_9 = 0		
	
	this.url0_0 = '../empresaHistorico.php'
	this.url0_1 = '../empresaPosicionamento.php'
	this.url0_2 = '../empresaMissao.php'
	this.url0_3 = '../empresaMundo.php'
//	this.url0_4 = '../empresaTime.php'
	this.url0_4 = '../empresaImprensa.php'
	this.url0_5 = '../empresaNoticias.php'
	this.url0_6 = '../empresaOportunidades.php'
	this.url0_7 = '../artigo01.php'	

		
	//Sub Menu 1
	this.menu_xy1 = "0,0"
	this.menu_width1 = 144

	this.item1_0 = "Visão Geral"
	this.item1_1 = "Módulo"
	this.item1_2 = "Tecnologia"

	this.icon_rel1_0 = 0
	this.icon_rel1_1 = 0
	this.icon_abs1_1 = 0
	this.icon_rel1_2 = 0
	this.icon_abs1_2 = 0		
	
	this.url1_0 = '../retailVisao.php'
	this.url1_1 = ''
	this.url1_2 = ''
	
	//Sub Menu 1_1

	this.menu_xy1_1 = "0,0"
	this.menu_width1_1 = 150

	this.item1_1_0 = "RMS Mercadorias"
	this.item1_1_1 = "RMS Loja"
	this.item1_1_2 = "RMS WMS"
	this.item1_1_3 = "RMS CRM"
	this.item1_1_4 = "RMS BI"
	this.item1_1_5 = "RMS Contábil"			

	this.icon_rel1_1_0 = 0
	this.icon_rel1_1_1 = 0
	this.icon_rel1_1_2 = 0
	this.icon_rel1_1_3 = 0
	this.icon_rel1_1_4 = 0
	this.icon_rel1_1_5 = 0		

	this.url1_1_0 = '../retailModulosMercadorias.php'
	this.url1_1_1 = '../retailModulosLoja.php'
	this.url1_1_2 = '../retailModulosWMS.php'
	this.url1_1_3 = '../retailModulosCRM.php'
	this.url1_1_4 = '../retailModulosBI.php'
	this.url1_1_5 = '../retailModulosContabil.php'
	
    //Sub Menu 1_2

	this.menu_xy1_2 = "0,0"
	this.menu_width1_2 = 150

	this.item1_2_0 = "Integração total"
	this.item1_2_1 = "Topologia"
	this.item1_2_2 = "Infra-estrutura"
	this.item1_2_3 = "Ambiente &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Operacional"
	this.item1_2_4 = "Estrutura Técnica"

	this.icon_rel1_2_0 = 0
	this.icon_rel1_2_1 = 0
	this.icon_rel1_2_2 = 0
	this.icon_rel1_2_3 = 0
	this.icon_rel1_2_4 = 0

	this.url1_2_0 = '../retailTecnologiaIntegracao.php'
	this.url1_2_1 = '../retailTecnologiaTopologia.php'
	this.url1_2_2 = '../retailTecnologiaInfra.php'
	this.url1_2_3 = '../retailTecnologiaAmbiente.php'
	this.url1_2_4 = '../retailTecnologiaEstrutura.php'		
	
	//Sub Menu 2
	this.menu_xy2 = "0,0"
	this.menu_width2 = 144

	this.item2_0 = "Supermercado"
	this.item2_1 = "Mat. de &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;construção"
	this.item2_2 = "Farmácias"
	this.item2_3 = "Têxtil"	
	this.item2_4 = "Magazines/</br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lojas dpto"	
	this.item2_5 = "Cooperativa<br>"	

	this.icon_rel2_0 = 0
	this.icon_rel2_1 = 0
	this.icon_rel2_2 = 0
	this.icon_rel2_3 = 0
	this.icon_rel2_4 = 0
	this.icon_rel2_5 = 0				
	
	this.url2_0 = '../segmentosSupermercado.php'
	this.url2_1 = '../segmentosConstrucao.php'
	this.url2_2 = '../segmentosFarmacias.php'
	this.url2_3 = '../segmentosTextil.php'		
	this.url2_4 = '../segmentosMagazines.php'
	this.url2_5 = '../segmentosAtacado.php'
	
	//Sub Menu 3
	this.menu_xy3 = "0,0"
	this.menu_width3 = 144

	this.item3_0 = "Consultoria"
	this.item3_1 = "RMS Express"
	this.item3_2 = "RMS 100%"
	this.item3_3 = "Treinamento"
	this.item3_4 = "Suporte"
	this.item3_5 = "Fábrica de  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;software"
					

	this.icon_rel3_0 = 0
	this.icon_rel3_1 = 0
	this.icon_rel3_2 = 0
	this.icon_rel3_3 = 0
	this.icon_rel3_4 = 0
	this.icon_rel3_5 = 0
	this.icon_rel3_6 = 0			
	
	this.url3_0 = '../servicosConsultoria.php'
	this.url3_1 = '../servicosRmsExpress.php'
	this.url3_2 = '../servicosRms100.php'
	this.url3_3 = '../servicosTreinamento.php'
	this.url3_4 = '../servicosSuporte.php'
	this.url3_5 = '../servicosFabrica.php'
		

	//Sub Menu 4
	this.menu_xy4 = "0,0"
	this.menu_width4 = 144

	this.item4_0 = "Programa de &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parcerias"
	this.item4_1 = "Parceiros RMS"

	this.icon_rel4_0 = 0
	this.icon_rel4_1 = 0
	
	this.url4_0 = '../parceirosPrograma.php'
	this.url4_1 = '../parceirosRMS.php'
		
}

///////////////////////// END Menu Data /////////////////////////////////////////
