var oEdit1 = new InnovaEditor("oEdit1");
oEdit1.width="100%";
oEdit1.height=350;
oEdit1.buttonMap=[
	"Save","FullScreen","Preview","Print","Search","SpellCheck",
	"Cut","Copy","Paste","PasteWord","PasteText","|","Undo","Redo","|",
	"ForeColor","BackColor","|","Bookmark","Hyperlink",
	"Image","Flash","Media","|",
	"Table","Guidelines","Absolute","|","Characters","Line","Form","RemoveFormat","HTMLFullSource","HTMLSource","XHTMLFullSource",
	"XHTMLSource","ClearAll","BRK",

	"StyleAndFormatting","|","Paragraph","FontName","FontSize","|",
	"Bold","Italic",
	"Underline","Strikethrough","Superscript","Subscript","|",
	"JustifyLeft","JustifyCenter","JustifyRight","JustifyFull","|",
	"Numbering","Bullets","|","Indent","Outdent","LTR","RTL",
	
	"Styles","CustomTag"
];
oEdit1.btnSave=false;oEdit1.btnPreview=true;oEdit1.btnFullScreen=true;oEdit1.btnPrint=true;oEdit1.btnSearch=true;
oEdit1.btnSpellCheck=false;oEdit1.btnTextFormatting=true;oEdit1.btnListFormatting=true;oEdit1.btnBoxFormatting=true;
oEdit1.btnParagraphFormatting=true;oEdit1.btnCssText=false;oEdit1.btnCssBuilder=false;oEdit1.btnStyles=false;oEdit1.btnParagraph=true;
oEdit1.btnFontName=true;oEdit1.btnFontSize=true;oEdit1.btnCut=true;oEdit1.btnCopy=true;oEdit1.btnPaste=true;oEdit1.btnPasteText=true;
oEdit1.btnUndo=true;oEdit1.btnRedo=true;oEdit1.btnBold=true;oEdit1.btnItalic=true;oEdit1.btnUnderline=true;oEdit1.btnStrikethrough=true;
oEdit1.btnSuperscript=true;oEdit1.btnSubscript=true;oEdit1.btnJustifyLeft=true;oEdit1.btnJustifyCenter=true;oEdit1.btnJustifyRight=true;
oEdit1.btnJustifyFull=true;oEdit1.btnNumbering=true;oEdit1.btnBullets=true;oEdit1.btnIndent=true;oEdit1.btnOutdent=true;
oEdit1.btnLTR=false;oEdit1.btnRTL=false;oEdit1.btnForeColor=true;oEdit1.btnBackColor=true;oEdit1.btnHyperlink=true;
oEdit1.btnBookmark=false;oEdit1.btnCharacters=true;oEdit1.btnCustomTag=false;oEdit1.btnImage=true;oEdit1.btnFlash=true;
oEdit1.btnMedia=true;oEdit1.btnTable=true;oEdit1.btnGuidelines=true;oEdit1.btnAbsolute=true;oEdit1.btnPasteWord=true;
oEdit1.btnLine=true;oEdit1.btnForm=false;oEdit1.btnRemoveFormat=true;oEdit1.btnHTMLFullSource=false;oEdit1.btnHTMLSource=false;
oEdit1.btnXHTMLFullSource=false;oEdit1.btnXHTMLSource=true;oEdit1.btnClearAll=false;
oEdit1.customColors=["##ff4500","##ffa500","##808000","##4682b4","##1e90ff","##9400d3","##ff1493","##a9a9a9"];
oEdit1.mode="XHTMLBody";
