function config(){ this.DebugMode = false; this.ShowMousePosition = false; this.MenuFadeoutTimeDelay = 400; this.ObjectMouseOverBGColor = "#f0f0f0"; this.ObjectMouseOutBGColor = ""; this.ObjectMouseOverBorderStyle = ""; this.ObjectMouseOutBorderStyle = ""; this.MenuMinWidth = 140; this.SomePanelOn = false; this.AutoUpdate = false; } var freetext = new config(); /* TODO 1. Open another new window and as a javascript console. Administrators might control the visibility of javascript console via freetext.ini ( DebugMode ). 2. Rename the function 'generateLayout()' to 'PARSE' or whatever. 3. Make 'ENTER' available when making changes paragraph:(10) font-family, font-size, font-weight, font-decoration, text, image filename, alt text, image align, image link, paraWidth table item: (table attribute 9) align, cellpadding(paddingborder), width, borderColor, cellpadding, cellspacing(marginborder), rownum, colnum, bgcolor (tr attribute) align, bgcolor (td attribute) align, bgcolor, textcolor, text */