
   MM_DOM = (document.getElementById) ? true : false;
   MM_NS4 = (document.layers) ? true : false;
    MM_IE = (document.all) ? true : false;
   MM_IE4 = MM_IE && !MM_DOM;
   MM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
  MM_IE4M = MM_IE4 && MM_Mac;
MM_IsMenu = (MM_DOM || MM_NS4 || (MM_IE4 && !MM_IE4M));
MM_IsMenu = MM_IsMenu && (navigator.appName.indexOf("Wagner") == -1);

/* Added to exploit filter use in IE5.5 and Netscape 6.  Filter use in IE5.0 is buggy. */
RTP_Filter = (MM_DOM) && (navigator.appVersion.indexOf("MSIE 5.0") == -1);

MM_BrowserString = MM_NS4 ? "NS4" : MM_DOM ? "DOM" : "IE4";

if(window.event + "" == "undefined") event = null;
function MM_f_PopUp(){return false};
function MM_f_PopDown(){return false};
popUp = MM_f_PopUp;
popDown = MM_f_PopDown;

MM_GL_CreateTopOnly       = MM_NS4 ? true : false;
MM_GL_ShowLinkCursor      = true;

// the following function is included to illustrate the improved JS expression handling of
// the left_position and top_position parameters
// you may delete if you have no use for it

function MM_f_CenterMenu(Menuleftpos) {
	var MinimumPixelLeft = 0;
	var TheWindowWidth = MM_IE ? document.body.clientWidth : window.innerWidth;
	var NewWidth = parseInt((TheWindowWidth-601) / 2)+parseInt(Menuleftpos);
	if (parseInt(NewWidth) > parseInt(Menuleftpos)){
		return NewWidth;
	}
	else
	{
	return parseInt(Menuleftpos);
	}
}



//end
