<!--

/*

(c) UncommonGoods, Alex Manning
Last updated:  4/06/2000  

DESCRIPTION:
closes window

 */

function closeWin()
{
  this.close();
}

//-->
