var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ;

var oFCKeditor = new FCKeditor( 'FCKeditor_Basic' ) ;


oFCKeditor.BasePath		= sBasePath ;
oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/sample9.js' ;
oFCKeditor.ToolbarSet	= 'PluginTest' ;
oFCKeditor.Value		= '<p>This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.<\/p>' ;
oFCKeditor.Create() ;

