//CONFIGURATION VARIABLES:========================================

// AppManager Identification Number
var AppManagerID = '1475100';

// Permition to client self registration over internet: yes/no
var AddNewClient = 'yes';

// Client Scheduling Limit
var ViewLimit = '60';

// Admin Scheduling Limit
var AdminViewLimit = '90';

// Appointment History
var AppHistory = '90';

// Client Appointment Number Limit
var AppNumberLimit = '1';

// Path to the local folder
var LocalPath = '../../eicsoft_scheduler';

// Debug 
var Debug = '0';

// Use link to site (if site not exists use this line: var mngSiteAddress = '')
// var mngSiteAddress = "http://www.eicsoft.com"
var mngSiteAddress = 'www.eicsoft.com';

var SmsEmail = 'eicsoft_service@yahoo.com';

//DECORATION VARIABLES:========================================== 

// Title on the top frame: Name of the office
var TitleLine1 = 'EICSOFT WEB Office';

// path to the mapfile: used in "location.html"
var MapImageFile = LocalPath + "/mapa.gif";


//RESERVED FOR RUNTIME FILLING:=====================================

// Office client user name
var UserName = '';

// Office client password
var Password = '';

// Refresh page for preventing BACK 
var BackPermit = '';























