function Size(nWidth, nHeight)
{
    this.width = nWidth;
    this.height = nHeight;
}
