/**
 * mouseRegistration.js registers the event handlers for mouseoverPopup.js
 * @author: Ryan Winger
 */
 
if (document.captureEvents && Event.MOUSEMOVE) 
{
  document.captureEvents(Event.MOUSEMOVE)
}
document.onmousemove=getMouseXY;

if (document.getElementById("Ph121"))
{
  document.getElementById("Ph121").onmouseover=showTip;
  document.getElementById("Ph121").onmouseout=hideTip;
}
if (document.getElementById("FDMAT112"))
{
  document.getElementById("FDMAT112").onmouseover=showTip;
  document.getElementById("FDMAT112").onmouseout=hideTip;
}
if (document.getElementById("Ph150"))
{
  document.getElementById("Ph150").onmouseover=showTip;
  document.getElementById("Ph150").onmouseout=hideTip;
}
if (document.getElementById("Ph123"))
{
  document.getElementById("Ph123").onmouseover=showTip;
  document.getElementById("Ph123").onmouseout=hideTip;
}
if (document.getElementById("Ma215"))
{
  document.getElementById("Ma215").onmouseover=showTip;
  document.getElementById("Ma215").onmouseout=hideTip;
}
if (document.getElementById("Ph220"))
{
  document.getElementById("Ph220").onmouseover=showTip;
  document.getElementById("Ph220").onmouseout=hideTip;
}
if (document.getElementById("Ph250"))
{
  document.getElementById("Ph250").onmouseover=showTip;
  document.getElementById("Ph250").onmouseout=hideTip;
}
if (document.getElementById("Ma316"))
{
  document.getElementById("Ma316").onmouseover=showTip;
  document.getElementById("Ma316").onmouseout=hideTip;
}
if (document.getElementById("Ph279"))
{
  document.getElementById("Ph279").onmouseover=showTip;
  document.getElementById("Ph279").onmouseout=hideTip;
}
if (document.getElementById("Ph291"))
{
  document.getElementById("Ph291").onmouseover=showTip;
  document.getElementById("Ph291").onmouseout=hideTip;
}
if (document.getElementById("Ph314"))
{
  document.getElementById("Ph314").onmouseover=showTip;
  document.getElementById("Ph314").onmouseout=hideTip;
}
if (document.getElementById("Ph328"))
{
  document.getElementById("Ph328").onmouseover=showTip;
  document.getElementById("Ph328").onmouseout=hideTip;
}
if (document.getElementById("Ph332"))
{
  document.getElementById("Ph332").onmouseover=showTip;
  document.getElementById("Ph332").onmouseout=hideTip;
}
if (document.getElementById("Ph333"))
{
  document.getElementById("Ph333").onmouseover=showTip;
  document.getElementById("Ph333").onmouseout=hideTip;
}
if (document.getElementById("Ph336"))
{
  document.getElementById("Ph336").onmouseover=showTip;
  document.getElementById("Ph336").onmouseout=hideTip;
}
if (document.getElementById("Ph385"))
{
  document.getElementById("Ph385").onmouseover=showTip;
  document.getElementById("Ph385").onmouseout=hideTip;
}
if (document.getElementById("PhElective"))
{
  document.getElementById("PhElective").onmouseover=showTip;
  document.getElementById("PhElective").onmouseout=hideTip;
}
if (document.getElementById("Ph406"))
{
  document.getElementById("Ph406").onmouseover=showTip;
  document.getElementById("Ph406").onmouseout=hideTip;
}
if (document.getElementById("Ph412"))
{
  document.getElementById("Ph412").onmouseover=showTip;
  document.getElementById("Ph412").onmouseout=hideTip;
}
if (document.getElementById("Ph433"))
{
  document.getElementById("Ph433").onmouseover=showTip;
  document.getElementById("Ph433").onmouseout=hideTip;
}
if (document.getElementById("Ph473"))
{
  document.getElementById("Ph473").onmouseover=showTip;
  document.getElementById("Ph473").onmouseout=hideTip;
}
if (document.getElementById("Ph488"))
{
  document.getElementById("Ph488").onmouseover=showTip;
  document.getElementById("Ph488").onmouseout=hideTip;
}
if (document.getElementById("popupBck"))
{
  document.getElementById("popupBck").onmouseover=showTip;
  document.getElementById("popupBck").onmouseout=hideTip;
}
