/************************
*  application Constants - javascript of course!!!
************************/

function maxWidth()
 {
 return 225;
 }

function maxHeight()
  {
  return 279;
  }