//BROWSER VERSION

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;

//-->

//menudefs
if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 120;
    childOverlap = 50;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .2;
    
    fntCol = "#000084";
    fntSiz = "8";
    fntBold = true;
    fntItal = false;
    fntFam = "verdana";
    
    backCol = "#DCDCEA";
    overCol = "#9999CC";
    overFnt = "#CCCCCC";

    borWid = 1;
    borCol = "#C6C3C6";
    borSty = "solid";
    itemPad = 2;

    imgSrc = "/images/arrow.gif";
    imgSiz = 6;
 
    separator = 1;
    separatorCol = "#C6C3C6";

    isFrames = false;
    navFrLoc = "left";

    keepHilite = true;
    NSfontOver = true;
    clickStart = false;
    clickKill = true;
}
//-->

//POPUPS
function CancelWindow() {
	self.close();
}

function PopUpWindow (url, hWind, nWidth, nHeight, nScroll, nResize) {
	var cToolBar = 'toolbar=0,location=0,directories=0,status=' + nResize + ',menubar=0,scrollbars=' + nScroll + ',resizable=' + nResize + ',width=' + nWidth + ',height=' + nHeight;
	var popupwin = window.open(url, hWind, cToolBar);
}

function openWindow(url){
	newWindow=window.open(url,'newWin','tollbar=yes,location=yes,scrollbars=yes,width=300,hight=200')
}

function openWindow2(url){
	newWindow=window.open(url,'newWin','tollbar=yes,menubar=yes,location=yes,scrollbars=yes,directories=yes')
}

function closeWindow()
	{
	if(newWindow && !newWindow.closed)
		{
			newWindow.close()
		}	
	}
	
function PopUpWindowFull (url, hWind, nWidth, nHeight, nResize)
	{
	var cToolBar = "toolbar=yes,location=yes,directories=yes,resizable=1,status=" + nResize + ",menubar=yes,scrollbars=yes,width=" + nWidth + ",height=" + nHeight
	var popupwin = window.open(url, hWind, cToolBar);
	}
//-->

// MENU.JS - Load the image on/off/load functions if flag is turned on
function img_act(imgName)
{
        imgOn = eval(imgName + "_over.src");
        document [imgName].src = imgOn;
}

 function img_inact(imgName)
{
        imgOff = eval(imgName + "_off.src");
        document [imgName].src = imgOff;
}

 // Pop-up window function
 function openWindow(theURL,winName,features)
{
  	window.open(theURL,winName,features);
}
 
 // Load pictures
 
coaching_over = new Image();
coaching_over.src = "images/buttons/coaching_over.jpg";
coaching_off = new Image();
coaching_off.src = "images/buttons/coaching.jpg";

healing_over = new Image();
healing_over.src = "images/buttons/healing_over.jpg";
healing_off = new Image();
healing_off.src = "images/buttons/healing.jpg";
  
workshops_over = new Image();
workshops_over.src = "images/buttons/workshops_over.jpg";
workshops_off = new Image();
workshops_off.src = "images/buttons/workshops.jpg";
 
wisdom_over = new Image();
wisdom_over.src = "images/buttons/wisdom_over.jpg";
wisdom_off = new Image();
wisdom_off.src = "images/buttons/wisdom.jpg";

about_over = new Image();
about_over.src = "images/buttons/about_over.jpg";
about_off = new Image();
about_off.src = "images/buttons/about.jpg";

resources_over = new Image();
resources_over.src = "images/buttons/resources_over.jpg";
resources_off = new Image();
resources_off.src = "images/buttons/resources.jpg";

home_over = new Image();
home_over.src = "images/buttons/home_over.jpg";
home_off = new Image();
home_off.src = "images/buttons/home.jpg";


 // <CONFIG.JS>
if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

HM_PG_MenuWidth = 170;
HM_PG_FontFamily = "Arial,sans-serif";
HM_PG_FontSize = 9;
HM_PG_FontBold = 0;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "#000000";
HM_PG_FontColorOver = "#000000";
HM_PG_BGColor = "#EFEFEF";
HM_PG_BGColorOver = "#C7C7EA";
HM_PG_ItemPadding = 2;

HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "#996699";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "#996699";

HM_PG_ImageSrc = "HM_More_blue_right.gif";
HM_PG_ImageSrcLeft = "HM_More_black_left.gif";

HM_PG_ImageSrcOver = "HM_More_cyan_right.gif";
HM_PG_ImageSrcLeftOver = "HM_More_white_left.gif";

HM_PG_ImageSize = 5;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 2;

HM_PG_KeepHilite = true;
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 2;
HM_PG_ChildOffset = -2;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .2;
HM_PG_StatusDisplayBuild =0;
HM_PG_StatusDisplayLink = 0;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = false;

HM_PG_CreateTopOnly = 1;
HM_PG_ShowLinkCursor = 1;
HM_PG_NSFontOver = true;

//