
// site paths
var path_to_site = "/";
var path_to_common = "/common/ej/";
var path_to_fileman = path_to_common + "cms/fileman.php";

// wysiwyg settings
var editor_stylesheet = path_to_site + "includes/css/styles.css?fakeparam=" + new Date().getTime();
var available_styles = "Highlight=highlight";
//var page_width = "100%";
var page_width = "100%";

