/***********************************************************************************
*	Este menu es operado con lenguaje javascript
*	Este menu es mandado a hablar desde el script en el index		          *
*	Cualquier problema o duda, contactar a webmaster de Tabasco.gob*		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#c6343a';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#b2293b';			// Background color when mouse is over
	var HighSubBgColor='#b2293b';			// Background color when mouse is over on subs
	var FontLowColor='White';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#c6343a';			// Border color
	var BorderSubColor='#b2293b';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Tahoma,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=103;				// Menu offset x coordinate
	var StartLeft=100;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=8;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/imagenes/comunes/tri.gif',5,10,'/imagenes/comunes/tridown.gif',10,5,'/imagenes/comunes/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("SAF","http://saf.tabasco.gob.mx/index.php","",5,20,40);
	Menu1_1=new Array("Estructura Orgánica","http://saf.tabasco.gob.mx/principal/estructura/organigrama_saf.php","",0,20,150);			
	Menu1_2=new Array("Directorio","http://saf.tabasco.gob.mx/principal/directorio.php","",0);			
	Menu1_3=new Array("Misión y Visión","http://saf.tabasco.gob.mx/principal/mision.php","",0);			
	Menu1_4=new Array("Reglamento Interior","http://saf.tabasco.gob.mx/principal/notas/reglamento.php.pdf","",0);			
	Menu1_5=new Array("Estructura Operativa","","",4);			
		Menu1_5_1=new Array("Subsecretaría de Administración","/","",0,20,170);			
		Menu1_5_2=new Array("Subsecretaría de Egresos","","",0);			
		Menu1_5_3=new Array("Subsecretaría de Ingresos","","",0);			
		Menu1_5_4=new Array("DGMIG","http://saf.tabasco.gob.mx/dgmig/modernizacion/index.php","",0);			

Menu2=new Array("Contribuyentes","http://saf.tabasco.gob.mx/contribuyentes","",6,20,95);
	Menu2_1=new Array("Calendario de Contribuyentes","#","",0,20,185);	
	Menu2_2=new Array("Recargos Estatales y Federales","#","",0);	
	Menu2_3=new Array("Formatos para Pago de Impuestos","http://saf.tabasco.gob.mx/contribuyentes/formatos_pagos_impuestos.php","",0);	
	Menu2_4=new Array("Delegaciones de Tránsito","http://saf.tabasco.gob.mx/contribuyentes/delegaciones_transito.php","",0);
	Menu2_5=new Array("Receptorías de Rentas","http://saf.tabasco.gob.mx/contribuyentes/receptorias_rentas.php","",0);	
	Menu2_6=new Array("Preguntas Frecuentes","http://saf.tabasco.gob.mx/contribuyentes/preguntas.php","",0);		

Menu3=new Array("Proveedores","http://saf.tabasco.gob.mx/proveedores","",5,20,85);
	Menu3_1=new Array("Ley de Adquisiciones","/proveedores/administracion/ley/adquisiciones01.php","",0,20,160);		
	Menu3_2=new Array("Reglamento de la Ley de Adq.","/proveedores/administracion/reglamento/adquisiciones01.php","",0);		
	Menu3_3=new Array("Padrón de Proveedores","/proveedores/administracion/padron.php?tipo=razon","",0);		
	Menu3_4=new Array("Licitaciones","/proveedores/administracion/licitacion_vigente.php","",0);		
	Menu3_5=new Array("Ordenes de Pago","http://proveedores.sefintab.gob.mx/","",0);		
	
Menu4=new Array("Trámites y Servicios","","",4,20,118);
	Menu4_1=new Array("A Contribuyentes","http://saf.tabasco.gob.mx/contribuyentes/tramites_servicios.php","",0,20,163);			
	Menu4_2=new Array("A Proveedores","/tramites_servicios/ts_proveedores.php","",0);			
	Menu4_3=new Array("A Ciudadanos","/tramites_servicios/ts_ciudadanos.php","",0);			
	Menu4_4=new Array("A Dependencias y Funcionarios","/tramites_servicios/ts_dependencias.php","",0);			

Menu5=new Array("Rendición de cuentas","","",7,20,130);
	Menu5_1=new Array("Ingresos","http://saf.tabasco.gob.mx/ingresos","",0,20,135);			
	Menu5_2=new Array("Egresos","http://saf.tabasco.gob.mx/egresos","",0);			
	Menu5_3=new Array("Deuda Pública","http://saf.tabasco.gob.mx/deuda","",0);			
	Menu5_4=new Array("Recursos Municipales","http://saf.tabasco.gob.mx/ingresos/municipios/","",0);			
	Menu5_5=new Array("Cuenta Pública","http://saf.tabasco.gob.mx/egresos/notas/cuenta_publica.php","",0);			
	Menu5_6=new Array("Fideicomisos","http://saf.tabasco.gob.mx/egresos/notas/fideicomisos.php","",0);
	Menu5_7=new Array("Informes de Finanzas","http://saf.tabasco.gob.mx/egresos/notas/informes_finanzas.php","",0);				
	
Menu6=new Array("Modernización","http://saf.tabasco.gob.mx/dgmig/index.php","",2,20,90);
	Menu6_1=new Array("Infraestructura Tecnológica","","",3,20,165);			
		Menu6_1_1=new Array("Sistematización","http://saf.tabasco.gob.mx/dgmig/modernizacion/tecnologica/sistematizacion.php","",0,20,165);			
		Menu6_1_2=new Array("Red Gubernamental","http://saf.tabasco.gob.mx/dgmig/modernizacion/tecnologica/red_gubernamental.php","",0);			
		Menu6_1_3=new Array("Políticas y Normas Tecnológicas","http://saf.tabasco.gob.mx/dgmig/modernizacion/tecnologica/politicas_normas.php","",0);			
	Menu6_2=new Array("Infraestructura Administrativa","","",3);			
		Menu6_2_1=new Array("Proyectos de Consultoría","http://saf.tabasco.gob.mx/dgmig/modernizacion/administrativa/proyectos_consultoria.php","",0,20,150);			
		Menu6_2_2=new Array("Capacitación en Calidad","http://saf.tabasco.gob.mx/dgmig/modernizacion/administrativa/capacitacion_calidad.php","",0);			
		Menu6_2_3=new Array("Proyectos Estratégicos","http://saf.tabasco.gob.mx/dgmig/modernizacion/administrativa/proyectos_estrategicos.php","",0);			
