//Declare and set variables.
var currentMenu = 0;

//Information for menus.
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 MM_swapImage() {

  var i, theObj, j = 0, swapArray = new Array, oldArray = document.MM_swapImgData;
	
  for (i = 0; i < (MM_swapImage.arguments.length - 2); i += 3) {
	
    theObj = eval(MM_swapImage.arguments[(navigator.appName == 'Netscape') ? i : i + 1])
		
    if (theObj != null) {
		
     	swapArray[j++] = theObj;
      swapArray[j++] = (oldArray == null || oldArray[j - 1] != theObj) ? theObj.src : oldArray[j];
      theObj.src = MM_swapImage.arguments[i + 2];
			
  	}
		
  }
	
  document.MM_swapImgData = swapArray;
	
}

function MM_swapImgRestore() {

  if (document.MM_swapImgData != null) {
	
    for (var i = 0; i < (document.MM_swapImgData.length - 1); i += 2) {
		
      document.MM_swapImgData[i].src = document.MM_swapImgData[i + 1];
			
		}
		
	}
	
}