<!--
document.write('<script src="'+ editor_path +'languages/'+ editor_lang_dir +'lang.js" type="text/javascript"></script>');
/*
if (navigator.appName.indexOf('Microsoft') != -1){
	document.write('<link rel="stylesheet" type="text/css" href="'+ editor_path +'ie/wysiwyg.css">');
	document.write('<script src="'+ editor_path +'ie/editor.js" type="text/javascript"></script>');
}
else{
	document.write('<link rel="stylesheet" type="text/css" href="'+ editor_path +'mozilla/wysiwyg.css">');
	document.write('<script src="'+ editor_path +'mozilla/editor.js" type="text/javascript"></script>');
}
*/
document.write('<link rel="stylesheet" type="text/css" href="'+ editor_path +'editor/wysiwyg.css">');
document.write('<script src="'+ editor_path +'editor/editor.js" type="text/javascript"></script>');
-->
