//& Copyright (c) INTEA Srl
//& Params.js 
//& Version: 1.1 - [19/11/08]
//
//-History:
//- Ver. 1.1 - panFactor & zoomFactor moved here. 
//             removed var theTitle
//             clientVersion moved to Map.js
//
// - [04/02/2008]
// 
//-Remarks:
// 

//*********************************************************************
//*	Client Parameters set by Customer
//*********************************************************************
//
var panFactor = 0.3;
var zoomFactor = 2;
//
//-Set imsXXX to the imsSite URL
var siteURL = "/"; 
//-Set homeURL to a real URL
var homeURL =  "http://www.xxxx.it";
//
//
var imsURL = siteURL + "/IMS";
//
var hostName = document.location.host;
siteURL = "http://" + hostName + siteURL; 
//
//-Ratio between Map and Overview
var ovRatio = 4;	
//-Enable/Disable Overview. Now are superseded by "useOV" param in Params.asp
var useOV = true;
//-Enable resize of Map when user resize window.
//-Also ssed by map.asp at startup to disable resize on function reloadApp() of viewer.htm
//-Value is superseded by resiseMap param in Params.asp
var resizeMap = true; 
//
//-If "true" Map will be auto refresh when user clicks "visible" controls on TOC.
var autoRefreshMap = true;
//Enable download
var CanDownLoad = true;
//
//-Use external window enstead textFrame
var useTextFrame = false;
//-Enable Identify tool on right mouse button
var enableRightButton = false;
//
//-Use external window enstead textFrame
var useTextFrame = false;
//
//*************************************************************************
//*	Customer should change/add these when some layer is modified or added
//*************************************************************************
//Layer names constants. 
//Must be a name for each layer that can be queried.
//This is the default. Dinamically updated. See setService() -- Params.asp
//Values are assigned by Connector -- SendPostForm -- InitVal()
/* - Not more used
var QULayerName = "";	
var sheetFieldName = "";
var ComuniLayerName = "";
var IndexLayerName = "";
*/
//
//
//
