bgneal@45: // This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.
bgneal@45: // There images will be displayed as a dropdown in all image dialogs if the "external_link_image_url"
bgneal@45: // option is defined in TinyMCE init.
bgneal@45: 
bgneal@45: var tinyMCEImageList = new Array(
bgneal@45: 	// Name, URL
bgneal@45: 	["Logo 1", "media/logo.jpg"],
bgneal@45: 	["Logo 2 Over", "media/logo_over.jpg"]
bgneal@45: );