/**
 *
 * LCMS and its source-code is licensed under the LGPL.
 * You may copy, adapt, and redistribute this file for commercial or non-commercial use.
 * When copying, adapting, or redistributing this document in keeping with the guidelines above,
 * you are required to provide proper attribution to champion open systems.
 * If you reproduce or distribute the document without making any substantive modifications to its content,
 * please use the following attribution line:
 *
 * Copyright 2007 champion open systems (http://www.chaosys.ch) All rights reserved.
 *
 */

/** 
* Global Variables to configure the Webmicroscope.
*/
var avoidWhiteAreasFlag = false;
var useNavigatorEye = true;
var useLabelLayer = false;
var infoRoundedFlag = true;
var pictureMaxWidth = 5000;
var pictureMinWidth = 800;
var labelRegistry = new Array();
var webappHost="";

var labelsXml;
var questionXml;
var currentQuestionId="";

/**
* Tests: 
*/
var testresult="false";

// measure
var startX=0;
var startY=0;
var endX=0;
var endY=0;