
// site paths
var path_to_site = "/";
var path_to_common = "/common/";
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 = "Small=small";
//var page_width = "650";
var page_width = "650";
