/* =============================================================================
$Id: popup.js 6176 2007-04-30 10:37:29Z howardb $
$Date: 2007-04-30 11:37:29 +0100 (Mon, 30 Apr 2007) $
$Revision: 6176 $
$Author: howardb $
Copyright (c) 2005 Conchango Ltd. All rights reserved.
Web Application Version: [BUILD_16.07.32_2_071011]
Release Date: [12-October-2007]
============================================================================= */
function popup(that,x,y)
{
      window.open(that.href,that.target,'height='+y+',width='+x+',menubar=no,location=no,resizable=no,scrollbars=no,status=no')
      return false;
}
