function calaug(){
//set this to the file of the credit
var bannerfile="cal/aug-2003.html"

if (document.all)
bannerwindow=window.open(bannerfile,"","width=450,height=450")
else
bannerwindow=window.open(bannerfile,"","width=450,height=450,scrollbars")
}
