
var g_strUrlModules = "http://" + g_strDomain + g_strPathSite + "application/modules/";
var g_strUrlComponents = "http://" + g_strDomain + g_strPathSite + "application/components/";     
var g_strUrlImages = "http://" + g_strDomain + g_strPathSite + "application//templates/" + g_strTemplate + "/images/";   
var g_strUrlAdminImages = "http://" + g_strDomain + g_strPathSite + "application//templates/" + g_strTemplate + "/admin/images/";   
var g_strUrlLibsJquery = "http://" + g_strDomain + g_strPathSite + "application//libs/jquery/"; 
 


