tinyMCE.init({ mode    : "textareas",
               theme   : "advanced",    
               plugins : "safari,spellchecker,searchreplace,print,contextmenu,fullscreen",
               //plugins :
               //"safari,spellchecker,advlink,,iespell,inlinepopups,searchreplace,print,contextmenu,paste,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
                   //bullist,numlist,separator,outdent,indent,separator,undo,redo,"
               theme_advanced_buttons1 : "bold,italic,separator,undo,redo,separator,link, charmap, separator,bullist,numlist,separator,fullscreen",
               theme_advanced_buttons2 : "",
               theme_advanced_buttons3 : "",

               theme_advanced_toolbar_location : "top",
	       theme_advanced_toolbar_align : "left",
                   //theme_advanced_resize_horizontal : false,
                   //theme_advanced_resizing : true,
	       apply_source_formatting : true,
         
         convert_urls : false
         
             }
            );
