/** webcontext.js is created by a PentahoWebContextFilter. This filter searches for an incoming URI having "webcontext.js" in it. If it finds that, it write CONTEXT_PATH and FULLY_QUALIFIED_SERVER_URL and it values from the servlet request to this js **/ 


var CONTEXT_PATH = '/pentaho/';

var FULL_QUALIFIED_URL = 'http://demo.pentaho.com/pentaho/';

<!-- Injecting web resources defined in by plugins as external-resources for: global-->
document.write("<script language='javascript' type='text/javascript' src='"+CONTEXT_PATH + "js/themes.js'></scr"+"ipt>");

