 jQuery(document).ready(
   function()
     {
       jQuery("body").dmxPageEditor(
         {activationKey:"ctr+f2", editDreamweaverRegions:false, editableRegionsList:"content", securityMethod:"login", actionUrl:"dmxPageEditor.php", editorConfig:{ImageGallery:{path:"images", allowUpload:true, allowDelete:true, allowZoom:true}, width:500, height:600, allowUpload:true, uploadPath:"images", uploadProcessor:"php", allowResize:true, resizeMaxWidth:600, resizeMaxHeight:300, includeCss:"styles_blush.css", toolbars:{Text:{items:{strikethrough:false, subscript:false, superscript:false, outdent:false, forecolor:false}}, Font:{items:{fontname:false}}, Style:{enabled:false}, Code:{enabled:false}}, extensions:["ImageGallery", "path_browser", "resizer"]}}
       );
     }
 );
