function caljul(){

var bannerfile="../cal/jul-2003.html"

if (document.all)
bannerwindow=window.open(bannerfile,"","width=450,height=450")
else
bannerwindow=window.open(bannerfile,"","width=450,height=450,scrollbars")
}
