function CreateEditor()
{	
  var oEdit1 = new InnovaEditor("oEdit1");
  oEdit1.mode="XHTMLBody";			    
  oEdit1.useDIV=false;
  oEdit1.useBR=false;
  oEdit1.cmdAssetManager="modalDialogShow('/lib/editor/assetmanager/assetmanager.php',640,445);";
  
  oEdit1.tabs=[
	["tabHome", "Home", ["grpEdit", "grpFont", "grpPara", "grpPage"]],
	["tabStyle", "Objects & Styles", ["grpObjects", "grpLinks", "grpTables",
	"grpStyles"]]
	];
	
	oEdit1.groups=[
	["grpEdit", "Edit",
	["Undo", "Redo", "Search", "SpellCheck", "ClearAll", "BRK", "Cut", "Copy",
	"Paste","PasteWord", "PasteText", "RemoveFormat", ""]],
	["grpFont", "Font", ["FontName", "FontSize", "BRK", "Bold",
	"Italic", "Underline","Strikethrough","Superscript",
	"Subscript", "ForeColor", "BackColor"]],
	["grpPara", "Paragraph", ["Paragraph", "Indent", "Outdent",
	"LTR", "RTL", "BRK", "JustifyLeft", "JustifyCenter",
	"JustifyRight","JustifyFull", "Numbering",
	"Bullets"]],
	["grpPage", "Page & View", ["Print", "Preview", "BRK",
	"FullScreen", "XHTMLSource"]],
	["grpObjects", "Objects", ["Image", "Flash","Media",
	"BRK", "Characters", "Line" ]],
	["grpLinks", "Links", ["Hyperlink","InternalLink", "BRK", "Bookmark"]],
	["grpTables", "Tables", ["Table", "BRK", "Guidelines"]],
	["grpStyles", "Styles", ["StyleAndFormatting", "Styles", "BRK", "Absolute"]]					
	];

  oEdit1.width="100%";    
  return oEdit1;  
}

function CreateUserEditor()
{	
  var oEdit1 = new InnovaEditor("oEdit1");
  
  oEdit1.cmdAssetManager="modalDialogShow('/lib/editor/assetmanager/assetmanager.php',640,445);";
  
  oEdit1.mode="XHTMLBody";			      
  
  oEdit1.tabs=[
	["tabHome", "Home", ["grpEdit", "grpFont", "grpPara", "grpPage"]],
	["tabStyle", "Objects & Styles", ["grpObjects", "grpLinks", "grpTables",
	"grpStyles"]]
	];
	
	oEdit1.groups=[
	["grpEdit", "Edit",
	["Undo", "Redo", "Search", "SpellCheck", "ClearAll", "BRK", "Cut", "Copy",
	"Paste","PasteWord", "PasteText", "RemoveFormat"]],
	["grpFont", "Font", ["FontName", "FontSize", "BRK", "Bold",
	"Italic", "Underline","Strikethrough","Superscript",
	"Subscript", "ForeColor", "BackColor"]],
	["grpPara", "Paragraph", ["Paragraph", "Indent", "Outdent",
	"LTR", "RTL", "BRK", "JustifyLeft", "JustifyCenter",
	"JustifyRight","JustifyFull", "Numbering",
	"Bullets"]],
	["grpPage", "Page & View", ["Print", "Preview", "BRK",
	"FullScreen", "XHTMLSource"]],
	["grpObjects", "Objects", ["Image", "Flash","Media",
	"BRK", "Characters", "Line" ]],
	["grpLinks", "Links", ["Hyperlink","InternalLink", "BRK", "Bookmark"]],
	["grpTables", "Tables", ["Table", "BRK", "Guidelines"]],
	["grpStyles", "Styles", ["StyleAndFormatting", "Styles", "BRK", "Absolute"]]					
	];

  oEdit1.width="100%";    
  return oEdit1;  
}
