/*************************************************************************/
/*                            JAVASCRIPT FILES                           */
/*************************************************************************/

function OpenDisclaimer() {
  window1=window.open('disclaimer.htm', 'messageWindow1', 'scrollbars=yes, width=450, height=490')
}

function OpenContributorsxxx() {
  window2=window.open('contributors.htm', 'messageWindow2', 'scrollbars=yes, width=680, height=610')
}

function OpenCopyrightInfoxxx() {
  window2=window.open('copyrightInfo.htm', 'messageWindow2', 'scrollbars=yes, width=480, height=480')
}


