// Set the following to run locally or over the web:
//GLOBAL_local			= false;

GLOBAL_base 			= "/../";

//if(GLOBAL_local) {
//	GLOBAL_base 			= "file:///c:/MyWebSite/";
//}


GLOBAL_scriptDir		= GLOBAL_base + "scripts";

GLOBAL_name				= "Rational Compassionate Living";
GLOBAL_motto			= "<i>Tread lightly upon the Earth &amp; learn to recognize the oneness of all living things</i>"
GLOBAL_pageTitle		= "Advocating ethics through <i>empathy</i>"
GLOBAL_homePage 		= GLOBAL_base + "index.html";
GLOBAL_homePageDesc 	= GLOBAL_name + " Home Page";

GLOBAL_logoImgSrc 	= GLOBAL_base+"images/RCL_logo.jpg";
GLOBAL_logoImgAlt 	= GLOBAL_name;


