//KIM wrote:
//We need to load these functions first in the header
//because on slower connections the menu arrays might not yet be
//loaded when the user performs the first 'mouse-over' on the menu
//causing a javascript error because it can't find the function
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;


