function bannercredit(){
  //set this to the file of the credit
  var bannerfile="banner.htm"

  if (document.all)
    bannerwindow=window.open(bannerfile,"","width=700,height=800")
  else
    bannerwindow=window.open(bannerfile,"","width=700,height=800,scrollbars")
}


