/**
* EPCOC Web Site :: mnuStyle
* Copyright © 1999-2000 Infolink Aplicaciones, S.A. de C.V.
* All rights reserved 
* Derechos de Autor © 1999-2000 Infolink Aplicaciones, S.A. de C.V.
* Derechos Reservados
*********************************************************************
* Based on Peter Belesis's hierArrays App
* Copyright (c) 2000 internet.com Corp. All Rights Reserved.
* Originally published and documented at http://www.dhtmlab.com/
*/


NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
function popUp(){return};
function popDown(){return};
if (!ver4) event=null;


/*
*	Create the Pop Up/Down Images effect
*/

	if (document.images) {
	In_00	= new Image(150, 30);In_00.src	= 'template/btnforbusiness.gif';
	In_00o	= new Image(150, 30);In_00o.src = 'template/btnforbusiness.gif';
	In_01	= new Image(150, 16);In_01.src	= 'template/btnforindividuals.gif';
	In_01o	= new Image(150, 16);In_01o.src = 'template/btnforindividuals.gif';
	In_02	= new Image(150, 18);In_02.src	= 'template/btnfinancial.gif';
	In_02o	= new Image(150, 18);In_02o.src = 'template/btnfinancial.gif';
	In_03	= new Image(150, 18);In_03.src	= 'template/btnlibrary.gif';
	In_03o	= new Image(150, 18);In_03o.src = 'template/btnlibrary.gif';
}
function di(id,name){
  if (document.images) {document.images[id].src=eval(name+".src"); }
}
// function that displays status bar message
function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}


/***********************************************************/
if (isMenu) {
	menuVersion = 3;
	menuWidth = 100;
	childOverlap = 20;
	childOffset = 5;
	perCentOver = null;
	secondsVisible = 0;
	fntCol = "white";
	fntSiz = "8";
	fntBold = false;
	fntItal = false;
	fntFam = "Tahoma";
	backCol = "#FFFFFF";
	overCol = "#9496FF";
	overFnt = "White";
	borWid = 2;
	borCol = "#291839";
	borSty = "solid";
	itemPad = 3;
	imgSrc = "images/tri.gif";
	imgSiz = 8;
	separator = 1;
	separatorCol = "black";
	isFrames = false;
	keepHilite = true; 
	clickStart = false;
	clickKill = false;
}

if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='include/hierArrays.js' TYPE='text/javascript'><\/SCRIPT>");
}


if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='include/hierMenus.js' TYPE='text/javascript'><\/SCRIPT>");
}

	