home = new Image(148,50)
  home.src = "/newycclub/images/home.gif"
  newhome = new Image(148,50)
  newhome.src = "/newycclub/images/home2.gif"

  alum = new Image(148,50)
  alum.src = "/newycclub/images/alum.gif"
  newalum = new Image(148,50)
  newalum.src = "/newycclub/images/alum2.gif"
  
  caln = new Image(148,50)
  caln.src = "/newycclub/images/event.gif"
  newcaln = new Image(148,50)
  newcaln.src = "/newycclub/images/event2.gif"

  getinv = new Image(148,50)
  getinv.src = "/newycclub/images/volv.gif"
  newgetinv = new Image(148,50)
  newgetinv.src = "/newycclub/images/volv2.gif"

  liam = new Image(148,20)
  liam.src = "/newycclub/images/liam.gif"
  newliam = new Image(148,20)
  newliam.src = "/newycclub/images/liam2.gif"
  
  book = new Image(148,20)
  book.src = "/newycclub/images/book.gif"
  newbook = new Image(148,20)
  newbook.src = "/newycclub/images/book2.gif"

  function topWindow(){
  popup = window.open("popup.htm","","height=375,width=600,scrollbars=no");
  }