﻿	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='ffd200';			// Background color when mouse is not over
	var LowSubBgColor='ffd200';			// Background color when mouse is not over on subs
	var HighBgColor='#D71A01';			// Background color when mouse is over
	var HighSubBgColor='#D71A01';			// Background color when mouse is over on subs
	var FontLowColor='003d7d';			// Font color when mouse is not over
	var FontSubLowColor='003d7d';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFC6';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#003d7d';			// Border color
	var BorderSubColor='#003d7d';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,times"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// 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=100;			// delay before menu folds in
	var TakeOverBgColor=0;			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	var Arrws=['tri.gif',1,1,'tridown.gif',1,1,'trileft.gif',1,1];	// 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("rollover:images/top-logo.gif:images/top-logo.gif","index.html","",0,68,177);

Menu2=new Array("rollover:images/nav-but-acerca-off.gif:images/nav-but-acerca-on.gif","","",3,68,97);
	Menu2_1=new Array("Historia","acerca_historia.html","",0,20,130);	
	Menu2_2=new Array("Misión, Visión y Valores","acerca_mision.html","",0);
	Menu2_3=new Array("Noticias","acerca_noticias.html","",0);

Menu3=new Array("rollover:images/nav-but-nuestros-off.gif:images/nav-but-nuestros-on.gif","","",6,68,90);
	Menu3_1=new Array("UniTeller Dinero en Efectivo","servicios_efectivo.html","",0,20,160);
	Menu3_2=new Array("UniTeller Envíos Domésticos a Estados Unidos","servicios_domestico.html","",0,30);
	Menu3_3=new Array("UniTeller Dinero a Cuenta","servicios_cuenta.html","",0);
	Menu3_4=new Array("UniTeller Especial","servicios_especial.html","",0);
	Menu3_5=new Array("UniTeller - Enlace Express","servicios_enlace.html","",2,20,150);
	    Menu3_5_1=new Array("Enlace Express","servicios_enlace.html","",0,20,150);
		Menu3_5_2=new Array("Tarjeta Migrante DF","promo_mexicodf.html","",0,20,150);
	Menu3_6=new Array("Envíos Domésticos Todo México","comisiones_mx.html","",0,20,150);
	
		
Menu4=new Array("rollover:images/nav-but-sistemas-off.gif:images/nav-but-sistemas-on.gif","","",3,68,120);
	Menu4_1=new Array("Terminal de Envíos (POS)","sistemas_verifone.html","",0,20,170);
	Menu4_2=new Array("Interfase de Envíos InstaPago","sistemas_instapago.html","",0);
	Menu4_3=new Array("Envíos por Teléfono / Fax","sistemas_telfax.html","",0);	

Menu5=new Array("rollover:images/nav-but-preguntas-off.gif:images/nav-but-preguntas-on.gif","","",5,68,97);
	Menu5_1=new Array("Programa Anti-lavado de Dinero","info_programa_lavado.html","",0,20,180);
	Menu5_2=new Array("Red de Agentes Vendedores","info_agentes_vendedores.html","",0,20,150);
	Menu5_3=new Array("Red de Agentes Pagadores","info_agentes_pagadores.html","",0);
	Menu5_4=new Array("Preguntas Frecuentes","","",3,20,150);	
		Menu5_4_1=new Array("Clientes de UniTeller","info_faq_cliente.html","",0,20,120);
		Menu5_4_2=new Array("Agentes Vendedores","info_faq_agente.html","",0);
		Menu5_4_3=new Array("Agentes Pagadores","info_faq_pagador.html","",0);
	Menu5_5=new Array("Política de Privacidad","policy.html","",0,20,150);

Menu6=new Array("rollover:images/nav-but-contacte-off.gif:images/nav-but-contacte-on.gif","","",3,68,90);
	Menu6_1=new Array("Asistencia al Cliente","contacta_cliente.html","",0,20,165);
	Menu6_2=new Array("Asistencia al Agente Vendedor","contacta_agente.html","",0);
	Menu6_3=new Array("Oportunidades de Empleo","contacta_empleos.html","",0);

Menu7=new Array("rollover:images/nav-but-conviertase-off.gif:images/nav-but-conviertase-on.gif","","",3,68,129);
	Menu7_1=new Array("¿Por qué me conviene UniTeller?","conviertete_porque.html","",0,20,180);
	Menu7_2=new Array("Preguntas Frecuentes","info_faq_agente.html","",0);
	Menu7_3=new Array("Solicita el servicio","conviertete_solicita.html","",0);
	