// <![CDATA[

	function breakoutframes() {	
		if (top.frames.length!=0)
    		top.location=self.document.location;
	}
				
	function replaceAreaWithRichEditor() {
        var oFCKeditor = new FCKeditor( 'editarea', 550, 600);
        oFCKeditor.BasePath = "/FCKeditor/";
        oFCKeditor.ReplaceTextarea();
    }
        
// ]]> -->