/* Import theme specific language pack */
//tinyMCE.importPluginLanguagePack('advimage', 'uk,se,de');

/**
 * Returns the HTML contents of the emotions control.
 */
function TinyMCE_imagemanager_getControlHTML(control_name) {

	switch (control_name) {
		case "imagemanager":
			return '<img id="{$editor_id}_imagemanager" src="{$themeurl}/images/image.gif" title="{$lang_image_desc}" width="20" height="20" class="mceButtonNormal" onclick="ImageSelector.select(\'{$editor_id}\');">';
	}

	return "";
}
