function GetSize(N)
{
  w = 640;
  h = 480;
  return w+','+h;
};