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

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

// 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 = '30';

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

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

// 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.beintime.com';

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

// Title on the top frame: Name of the office
var TitleLine1 = 'Welcome to Office Demo';

// 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 = '';

var PaymentReceiverEmail = 'eizrin@yahoo.com';
var PaymentTitle = 'Demo Test';
var PaymentAmount = '2.00';
var PaymentCurrency = 'USD';
var PaypalPayment ='yes';
