//** open the URL provided.

function OpenPopup(url)
{
  window.open(url);
}
//** mispelling in flash files (compensate here).

function openPopUp(url)
{
  OpenPopup(url);
}
function openPopup(url)
{
  OpenPopup(url);
}
