/*GLOSSARIO - GLOSSARIO - GLOSSARIO - GLOSSARIO

Variables for sg_layout_ini.js -

*/

var ART_HEIGHT_MIN = 100; //minium height the View can be
var ART_HEIGHT_MAX = 0; //maximiun height for View, set to 0 if there is no limit, set = to ART_HEIGHT_MIN to make the view non scaleable

var NAVIGATION_AREA = 500; //Number of pixels used by navigation or non article text       estava 500
							// this variable should be detected at initialization, but is not yet

var LINE_HEIGHT_MOD = .3;  	// the line height ='s the font_size (see below) * LINE_HEIGHT_MOD + font_size
var MAX_LINE_HEIGHT = .3;	// the modifier can adjust itself in the event of a roudning error

var ORIGINAL_LINE_HEIGHT_MOD = LINE_HEIGHT_MOD;

var CONTENTS = "pageContents";  // name of HTML element containing the text body
var CONTENTS_WIDTH = 545;  // name of HTML element containing the text body
var VIEWER = "textParent"; //name of HTML element to hold column(s)
var IMG_VIEWER = "imageViewer"; //name of HTML element to hold images(s)

var IMG_INLINE = false; //set to true if images should appear inline, more processor intesive
					//!! Not implemented yet

var COLUMN_NUM = 1; // base mode for the number of columns present
var column_largura= 545; //Igual ao contents width
var column_altura= 85; //altura do txt

var font_size = 11; //base font-size
var font_size_MAX = 15;
var font_size_MIN = 9;
var font1 = 'Arial';
var font2 = 'Georgia';
var FONT_FAMILY = font1;//'"Times New Roman", Times, serif;';

var distancia_entre_colunas=10;
var maximo_colunas=4;
