var receivedCookie;
var bDoPopUp;
var bDoPedIcons;

document.pwmOffset = 40;
var dx = 40;
var dy = 20;


function ToggleIt(obj){
var x;
var y;
  tmp = document.all(obj);
  x = obj+"a";
  y = obj+"b";
  if (tmp.style.display=="none") {
    tmp.style.display="";
    tmp = document.all(x);
    tmp.style.display="";
    tmp = document.all(y);
    tmp.style.display="none";
  } else {
    tmp.style.display="none";
    tmp = document.all(y);
    tmp.style.display="";
    tmp = document.all(x);
    tmp.style.display="none";
  }
}

WhoDisplay = ""
  if (navigator.appName == "Microsoft Internet Explorer") {
    document.explorer = 1
  } else {
    document.explorer = 0
  }
function MapMouseOver(container,src) {
  if (document.explorer == 1) {
    if (src.length > 6) {
      pwmImage.src = src;
      pwmImage.style.display = "";
      pwmImage.style.top = container.offsetTop + event.offsetY - 40;
      pwmImage.style.left = container.offsetLeft + event.offsetX + 20;
      pwmImage.border = 2;
      pwmImage.style.borderColor = "blue";
    }
  }
}

function MapMouseOut() {
  if (document.explorer == 1) {
    pwmImage.style.display = "none";
  }
}


function MouseOver(container,el,src) {
  if (document.explorer == 1) {
    el.savecolor = el.style.color;
    if (src.length > 6) {;
      pwmImage.border = 2;
      pwmImage.style.borderColor = "blue";
      pwmImage.src = src;
      pwmImage.style.display = "";
      pwmImage.style.top = container.offsetTop + event.offsetY - document.pwmOffset;
      pwmImage.style.left = event.x + document.pwmOffset/2
//      pwmImage.style.top = event.y - document.pwmOffset + document.body.scrollTop;
//      pwmImage.style.left = event.x + document.pwmOffset/2 + document.body.scrollLeft;
    }
  }
}

function MouseOut(el) {
  if (document.explorer == 1) {
    pwmImage.style.display = "none";
  }
}

function LinkOver(sPath) {
		if (document.pwmImage) {
    document.pwmImage.style.display = "";
    document.pwmImage.border = 2;
		document.pwmImage.style.borderColor = "blue";
    document.pwmImage.src = sPath + "@.jpg";
    document.pwmImage.style.left = document.body.scrollLeft + event.clientX + dx;
    document.pwmImage.style.top = document.body.scrollTop + event.clientY - dy;
		} else {
    pwmImage.style.display = "";
    pwmImage.border = 2;
		pwmImage.style.borderColor = "blue";
    pwmImage.src = sPath + "@.jpg";
    pwmImage.style.left = document.body.scrollLeft + event.clientX + dx;
    pwmImage.style.top = document.body.scrollTop + event.clientY - dy;
		}
};

function LinkOut() {
		if (document.pwmImage) 
				document.pwmImage.style.display = "none";
		else
				pwmImage.style.display = "none";
}


function SetIndi(sKey,sReport) {
		sIndividual1 = sKey;
		sReportType = sReport;
		SetCookie();
};
function ReportLinks(strKey, iLvl) {
		return("");
}


function MakeLink(sName, sKey, iLvl, bImageExists, iH, iW) {
} // MakeLink


function IndexBefFooter(iLvl) {
document.write("<P><TABLE align=center><TR><TD><a href=\"http://clustrmaps.com/counter/maps.php?url=http://www.mymcgee.com\" id=\"clustrMapsLink\"><img src=\"http://clustrmaps.com/counter/index2.php?url=http://www.mymcgee.com\" border=1 alt=\"Locations of visitors to this page\"onError=\"this.onError=null; this.src='http://www.meetomatic.com/images/clustrmaps-back-soon.jpg'; document.getElementById('clustrMapsLink').href='http://clustrmaps.com/'\"></A></TD></TR></TABLE>");
document.write('<P><CENTER><IMG SRC="http://www.mymcgee.com/cgi-sys/counter/hit.pl?user=mymcgee&id=mcgeeweb" NOSAVE></CENTER><P>');
} // IndexBefFooter

function IndexAftHeader(iLvl) {
} // IndexAftHeader

function IndexOnLoad(iLvl) {
} // IndexOnLoad

var bindexloaded = true;

