
// When creating a table using the Wizard, the following default attributes apply.
var _CreateEditingTableStyle = "<table border='1' cellspacing='0' cellpadding='3' style='border-collapse:collapse;width:320'>";
// When creating a new div box, the following default attributes apply.
var _BoxFormattingStyle = "border: solid 1px #666666;";
// Default window ornaments for the ColorPicker dialog
var _colorpickerDialogFeature = "dialogWidth:505px;dialogHeight:330px;help:0;status:0;resizable:0";
// Default window ornaments for the Preview dialog
var _previewDialogFeature = "dialogWidth:640px;dialogHeight:480px;help:0;status:0;resizable:1";
// Default window ornaments for the Anchor dialog
var _anchorDialogFeature = "help:0;status:0;resizable:0;dialogWidth:320px;dialogHeight:250px;";
// Default window ornaments for the Link dialog
var _linkDialogFeature = "help:0;status:0;resizable:0;dialogWidth:460px;dialogHeight:214px;";
// Default window ornaments for the Char dialog
var _charDialogFeature = "help:0;status:0;resizable:0;dialogWidth:480px;dialogHeight:385px;";
// Default window ornaments for the find dialog
var _findDialogFeature = "help:0;status:0;resizable:1;dialogWidth:385px;dialogHeight:180px;";
// Default window ornaments for the Emotion dialog
var _emotionDialogFeature = "help:0;status:0;resizable:0;dialogWidth:320px;dialogHeight:365px;";
// Default window ornaments for the Template dialog
var _templateDialogFeature = "status:0;dialogWidth:660px;dialogHeight:470px; scroll: 0; resizable: 0; help:0";
// Default window ornaments for the Create Template dialog
var _createtemplateDialogFeature = "dialogWidth:760px;dialogHeight:385px;help:no;scroll:no;status:no;resizable:0;";
// Default window ornaments for the Document dialog
var _documentDialogFeature = "status:0;dialogWidth:600px;dialogHeight:560px; scroll: 0; resizable: 0; help:0";
// Default window ornaments for the gallery dialog
var _galleryDialogFeature = "status:0;dialogWidth:564px;dialogHeight:630px; scroll: 0; resizable: yes; help:0";
// Default window ornaments for the image dialog
var _imageDialogFeature = "status:0;dialogWidth:620px;dialogHeight:595px; scroll: 0; resizable: 0; help:0";
// Default window ornaments for the image map dialog
var _imagemapDialogFeature = "status:0;dialogWidth:610px;dialogHeight:400px; scroll: 0; resizable: yes; help:0";
// Default window ornaments for the media dialog
var _mediaDialogFeature = "status:0;dialogWidth:580px;dialogHeight:550px; scroll: 0; resizable: 0; help:0";
// Default window ornaments for the flash dialog
var _flashDialogFeature = "status:0;dialogWidth:587px;dialogHeight:595px; scroll: 0; resizable: 0; help:0";
// Default window ornaments for the page properties dialog
var _pageDialogFeature = "status:0;dialogWidth:490px;dialogHeight:520px; scroll: 0; resizable: yes; help:0";
// Default window ornaments for the Tag dialog
var _tagDialogFeature = "help:0;status:0;resizable:0;dialogWidth:453px;dialogHeight:515px;";
// Default window ornaments for the help dialog
var _helpDialogFeature = "left=20,top=20,width=764,height=500,toolbar=0,scrollbars=1,resizable=1";
// Default window ornaments for the Rule dialog
var _RuleDialogFeature = "help:0;status:0;resizable:1;dialogWidth:340px;dialogHeight:210px;";
// Default style in the source view 
var _editorSourceStyle = "font:normal 11px verdana;background:#ffffff;margin:0;padding:0;";
// Default window ornaments for the color picker dialog
var _pastetextDialogFeature = "width=450,height=400,resizable=0,toolbars=0,menubar=0,status=0";
// Default window ornaments for the universal keyboard dialog
var _keyboardDialogFeature = "help:0;status:0;resizable:0;dialogWidth:415px;dialogHeight:310px;";
// All colors in the following color array will be used in the editor color picker
var colorsArray = new Array("#000000","#993300","#333300","#003300","#003366","#000080","#333399","#333333",
			"#800000","#FF6600","#808000","#008000","#008080","#0000FF","#666699","#808080",
			"#FF0000","#FF9900","#99CC00","#339966","#33CCCC","#3366FF","#800080","#999999",
			"#FF00FF","#FFCC00","#FFFF00","#00FF00","#00FFFF","#00CCFF","#993366","#C0C0C0",
			"#FF99CC","#FFCC99","#FFFF99","#CCFFCC","#CCFFFF","#99CCFF","#CC99FF","#FFFFFF");
// Specifies whether MoreColors button in the color picker are visible 
var ShowMoreColors = true;
var layerdefaultstyle = "position:absolute;width:104px; height: 104px";
var DisableCtrlZ = false;
//By default, when users double click a control, a tag property dialog will open. Set it to true if you want to disable this feature.
var DisableDoubleClickEvent = false; 
var AbsolutePositionValue='relative'; //'absolute';



