function HidePdm() {return};
function ShowPdm() {return};
globalNS = (document.layers);
globalIE = (document.all);
globalNSIE = (globalNS || globalIE);
globalNoMac = (navigator.appVersion.indexOf("Mac") == -1);
globalPulldown = (globalNSIE && globalNoMac);
if (!globalPulldown) event = null;
if (globalPulldown) {
	document.write("<script src='HoverMenu/pulldown.txt'><\/script>");
	document.write("<script src='HoverMenu/pulldown.js'><\/script>");
}