/*************************************************************************/
/*                          FOOTER JAVASCRIPT FILES                      */
/*************************************************************************/

function OpenDisclaimer(view)
  {
  var suffix = ""
  if (view == "ey")
    {
    suffix = "_ey"
    }
  window1=window.open('http://www.informationniagara.com/disclaimer' + suffix + '.shtm', 'messageWindow1', 'scrollbars=yes, width=450, height=460')
  }

function OpenDisclaimerEY() {
  window1=window.open('http://www.informationniagara.com/disclaimer_ey.shtm', 'messageWindow1', 'scrollbars=yes, width=450, height=460')
}

function OpenContributors(view)
  {
  var suffix = ""
  if (view == "ey")
    {
    suffix = "_ey"
    }
  window2=window.open('http://www.informationniagara.com/contributors' + suffix + '.shtm', 'messageWindow2', 'scrollbars=yes, width=600, height=610')
  }

function OpenContributorsEY() {
  window2=window.open('http://www.informationniagara.com/contributors_ey.shtm', 'messageWindow2', 'scrollbars=yes, width=600, height=610')
}

function OpenCopyrightInfo(view)
  {
  var suffix = ""
  if (view == "ey")
    {
    suffix = "_ey"
    }
  window3=window.open('http://www.informationniagara.com/copyrightInfo' + suffix + '.shtm', 'messageWindow3', 'scrollbars=yes, width=480, height=490')
  }

function OpenCopyrightInfoEY() {
  window3=window.open('http://www.informationniagara.com/copyrightInfo_ey.shtm', 'messageWindow3', 'scrollbars=yes, width=480, height=490')
}


