var hostName = "localhost"; 
var serviceName = "bcek";

var protocol = "tcp"; 

var port = 5300; 

var hasOVMap = true;
var hasLayerList = false;

var ovHostName = "localhost";
var ovServiceName = "genel";

var ovProtocol = "tcp"; 

var ovPort = 5300; 

var minX = 0;
var minY = 0;
var maxX = 0;
var maxY = 0;

// full extent coords
var fullMinX = 0;
var fullMinY = 0;
var fullMaxX = 0;
var fullMaxY = 0;

var addScaleBar = false;
var addNorthArrow = false;
var addCopyRight = false;


var backColor = "White";
var textColor = "Black";
var tableHeaderBackColor = "Gray";
var tableHeaderTextColor = "White";
var tableBackColor = "Silver";
var tableTextColor = "Black";
var tableTextFont = "Arial,Helvetica,sans-serif";
var layerListTextColor = "Black";
var layerListTextFont = "Arial,Helvetica,sans-serif";

var toolMode = 0; 
var ActiveLayerId = "0";
var scalebarUnits = "kilometers";
var pixelTolerance = 3;

