
// 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 + "styles/main.css?fakeparam=" + new Date().getTime();
var available_styles = "Align Left=left, Align Right=right";
var page_width = "100%";
