// ===========================================================================
//  glossarydef.js
// ===========================================================================

gGlossary = { };

gGlossary["landscape"] =
		"<font color='#005398'><b>Landscape Mode</b></font><br>This is the shape of a picture or painting generally used for a landscape &#151; it is wider than it it is high.";

gGlossary["Landscape"] = gGlossary["landscape"];

gGlossary["portrait"] =
		"<font color='#005398'><b>Portrait Mode</b></font><br>This is the shape of a picture or painting generally used for a portrait &#151; it is higher than it is wide.";

gGlossary["Portrait"] = gGlossary["portrait"];

gGlossary["selecting your image"] =
		"<font color='#005398'><b>Selecting Your Image</b></font> &#151;  If image cropping is necessary, consider whether the focal point of the image can be preserved in the cropped image. If it can, cropping will not reduce its impact; but if not, perhaps selecting another image of the proper shape is a better idea.";








