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