function openWindow( url, target, width, height )
{
  window.open( url, target, 'width=' + width + ',height=' + height );
}