	function HTMLAreaInit(){
		var config = new HTMLArea.Config(); 
			config.toolbar = [
			["fontname","fontsize","bold", "italic", "underline", "strikethrough", "separator", "undo", "redo",
			],
		];
		config.pageStyle =  	'body { direction:rtl; font-family: Tahoma; font-size: 11px; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC } ' +
		HTMLArea.replace('elm1', config)
		HTMLArea.replace('elm2', config)
	}