var Editor_Images_Url = "http://www.ulpanet.com/socrates/socrates/InsightTutor/Images/";
var WebServURL= "http://www.ulpanet.com/socrates/socrates/InsightAuthor/WS/SLEWebService.asmx";
var SLR_WebServURL = "http://www.ulpanet.com/socrates/socrates/InsightTutor/WS/SLRWebService.asmx";
var EditorURL = "http://www.ulpanet.com/socrates/socrates/";
var TutorURL = "http://www.ulpanet.com/socrates/socrates/InsightTutor/";
var RootURL = "http://www.ulpanet.com/socrates/socrates/";
var SLEAdminService = "http://www.ulpanet.com/socrates/socrates/InsightAuthor/WS/SLEAdminService.asmx";
var DomainURL = "http://www.ulpanet.com/socrates/socrates/";
var SLRAdminService = "http://www.ulpanet.com/socrates/socrates/InsightTutor/WS/SLRAdminService.asmx";
var ClientAPIService = "http://www.ulpanet.com/socrates/socrates/InsightTutor/WS/ClientAPIService.asmx";
var ClientAPIServiceSSL = "https://www.ulpanet.com/socrates/socrates/InsightTutor/WS/ClientAPIService.asmx";
function CatchErrors(){return true;}


function ERRR(msg, url, lno)
{
	if (lno == 1 && msg.indexOf("WindowPathNameArr") != -1)
	{
		return true;
	}
	if ((lno == 1 || lno == 2) && msg.indexOf("callee") != -1)
	{
		return true;
	}
}

window.onerror = ERRR;

