###  Aqua Progress Bar Script v1.0 Mahalis 2004  ###

LICENSE
The script may be used freely, but do not redistribute it without this text file included.

HOW TO USE
Arguments:

  wid : width of the bar (in pixels)
  pct : percentage (0 to 100)
  bR  : red component of the background color (0 to 255)
  bG  : green component of the background color (0 to 255)
  bB  : blue component of the background color (0 to 255)

Syntax (replace "*"s with the numeric values):

  aqpr.php?wid=*&pct=*&bR=*&bG=*&bB=*


On Apache servers, the included .htaccess may be used to make the script appear to be a static image, e.g. being accessible through aqpr.png?... instead of aqpr.php?...