/*
 * Properties definitions
 * By wch3116
 * 04/10/2008
 */
 
/*** begin ***/

// app properties
var $app = {};

$app.context = {
	root : ""
};

// Service properties
var $svc = {};

$svc.xmlrpc = $app.context.root + "/service/xmlrpc";
$svc.jsonrpc = $app.context.root + "/service/jsonrpc";
$svc.webdata = $app.context.root + "/service/webdata";
$svc.filesystem = $app.context.root + "/service/filesystem/";
$svc.docsystem = $app.context.root + "/service/docsystem/";
$svc.thumb = $app.context.root + "/service/thumb/";
$svc.docserverpath = "\\\\wch\\filestore\\";

// ext blank image url
var $blankimg = '/common/extjs/resources/images/default/s.gif';
var $logoimg = $app.context.root + '/images/logo.gif';

var $navMenu = 'mainMenu2';


// debug switch
var $debug = "on"; // on|off



/*** end ***/


