	var imagesPath = '/images';
	var jsPath = '/images';
	var topPosition = 0;
	var qryString = '';
	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;
	
	function select(selection,state) {
		document[selection].src = imagesPath + '/' + selection + state + ".gif";
	}
	function mOvr(src,clrOver,ev,ordApp) {
		if (!src.contains(event.fromElement)) {
		src.style.cursor = 'hand';
		src.bgColor = clrOver;
		src.color = 'white';
		}
		if (ordApp != null)
			popUp('HM_Menu' + ordApp,event)
	}
	function mOut(src,clrIn,ordApp) {
		if (!src.contains(event.toElement)) {
		  src.style.cursor = 'default';
		  src.bgColor = clrIn;
		}
		if (ordApp != null)
			popDown('HM_Menu' + ordApp)
	}
	function navGo(url) {
		window.location = url;
	}
	//-->

