

tinyMCE.init({
		theme:"advanced",
		mode : "exact",
		elements: 'bigD,bigD1,bigD2,bigD3,bigD4,bigD5',
		
		relative_urls : false,
		theme_advanced_font_sizes : "8px=8px, 10px=10px, 11px=11px, 12px=12px, 13px=13px, 14px=14px",
		plugins : "paste,advimage,table,nonbreaking",
		
		extended_valid_elements : "a[href|target|name|class|style|title|onclick]",
	    theme_advanced_buttons2_add : "pastetext,pasteword,selectall",
        paste_auto_cleanup_on_paste : true,
        paste_convert_middot_lists : false,
		
		theme_advanced_buttons1 : "mymenubutton,bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,undo,redo,link,unlink,code,image,bullist,numlist,forecolor,backcolor",
		theme_advanced_buttons2 : "styleselect,formatselect,fontsizeselect",
		theme_advanced_buttons3 : "tablecontrols,tablecontrols",
		
		theme_advanced_statusbar_location : "top",
		convert_newlines_to_brs : false,
        force_br_newlines : true,
        force_p_newlines : true,
		
		nonbreaking_force_tab : false,
			//table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
			//table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
		
			table_cell_limit : 100,
			table_row_limit : 10,
			table_col_limit : 10,
			
		
		external_image_list_url : "/makefiletab4tiny",
 		content_css: '/public/styles/TinyStyle.css'
 		
 		
		});
tinyMCE.init({
		theme:"advanced",
		mode : "exact",
		elements: 'mediumD,mediumD1,mediumD2,mediumD3,mediumD4',
		
		relative_urls : false,
		theme_advanced_font_sizes : "8px=8px, 10px=10px, 11px=11px, 12px=12px, 13px=13px, 14px=14px",
		plugins : "paste,advimage,table,nonbreaking",
		
		extended_valid_elements : "a[href|target|name|class|style|title|onclick]",
	    theme_advanced_buttons2_add : "pastetext,pasteword,selectall",
        paste_auto_cleanup_on_paste : true,
        paste_convert_middot_lists : false,
		
		theme_advanced_buttons1 : "mymenubutton,bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright,justifyfull",
		theme_advanced_buttons2 : "undo,redo,link,unlink,code,",
		theme_advanced_buttons3 : "image,bullist,numlist,forecolor,backcolor",
		theme_advanced_buttons4 : "styleselect,formatselect",
		theme_advanced_buttons5 : "fontsizeselect",
		theme_advanced_statusbar_location : "top",
		convert_newlines_to_brs : false,
        force_br_newlines : true,
        force_p_newlines : true,
		
		nonbreaking_force_tab : false,
		
		
		external_image_list_url : "/makefiletab4tiny",
 		content_css: '/public/styles/TinyStyle.css'
 		
 		
		});

