var 
// theme file name
g_strHtmlEditThemeUrl = "theme_crystal.js",

// url of image browser script.
// please use the correct version for your web server
g_strHtmlEditImgUrl = "upload/browseimages2.php",
//var g_strHtmlEditImgUrl = "upload/browseimages2.asp"

// whether using the new combined dialog for insert image dialog box
// old code may want to set this parameter to false
g_bMergedImageDialog = true,

g_strHtmlEditLangFile = "lang_eng.js",

// timeout value for loading the blank page in seconds.
// the editor is actually an iframe and it may load a blank page
g_lTimeOutBlank=5,

// timeout value for loading remote HTML page
g_lTimeOutPage=30,

// timeout value for loading external stylesheet
g_lTimeOutCss=5,

// deprecated variable
g_lSymbolMenuWidth=50,

// default character set if QWebEditor cannot detect web page character set (eg. Safari)
g_strDefaultCharset = "iso-8859-1",

// styles used by the source editing area
g_arrHtmlEditStyles={
	// default styles of editing area
	basicHtml:[
		],
	// default styles when editing HTML source
	basicSource:[
   		["body","font-family:lucida console, courier, monospace;font-size: 9pt;"],
		["p","padding: 0px; margin: 0px;"]
		],
	// used to display TABLE guideline
	tableBorder:[
		["table","border:1px dotted black;"],
		["td","border:1px dotted black;"],
		["th","border:1px dotted black;"]
		]
	},

g_lHtmlEditDefIconset = 1,
g_bHtmlEditAbsUrl = true;
