[JS][CS3] $ID/CellStylesPanelPopup (table...)

I have been struggling to access the "Select All Unused" menu from the Cell Styles Panel.
But the panel does NOT exists!!!
However there is a "$ID\CellStylesControlPanelPopup", but it stops at the 1st 10 entries and number 11 is the "Select All Unused"...
Can anyone let me know the "name of the panel menu or popup?
Same thing for the following Character & Paragraph Styles, but in this case the Panel itself.
I prefer using names instead of indexes, in case they change between versions.
app.panels[2].visible = true;     //*** OK
app.panels.item("Character Styles").visible = true;     //*** ERROR
Also what is the difference when using $ID??? Sometime the $ID won't work, especially multi words name.
app.panels.item("Layers").visible = true;     //*** OK
app.panels.item("$ID/Layers").visible = true;     //*** OK
app.panels.item("Object Styles").visible = true;     //*** OK
app.panels.item("$ID/Object Styles").visible = true;     //*** ERROR
BACK to my ORIGINAL question...
Can anyone let me know the name of the CELL or TABLE panel popup?
And maybe can explain to me the naming logic? There is not much literature or list regarding menus.
Thank you, Alex.
Some code that works if you replace Cell with Object to access the later's submenu.
var myMenu = app.menus.item("$ID/CellStylesPanelPopup");
alert (myMenu.name);     //*** TEST
var myMenuItem = myMenu.menuItems.item("Select All Unused");
var myMenuAction = myMenuItem.associatedMenuAction;
myMenuAction.invoke();
var myAnswer = confirm ("Remove UNUSED Cell Styles? (Y/N)", false);
if (myAnswer)
  try
   var myMenu = app.menus.item("$ID/CellStylesControlPanelPopup");
   var myMenuItem = myMenu.menuItems.item("Delete Style...");
   var myMenuAction = myMenuItem.associatedMenuAction;
   myMenuAction.invoke();
  catch (e)
   var myMenu = app.menus.item("$ID/CellStylesControlPanelPopup");
   var myMenuItem = myMenu.menuItems.item("Delete Styles...");
   var myMenuAction = myMenuItem.associatedMenuAction;
   myMenuAction.invoke();

I will study further more about the $ID. It looks like between revisions (CS3 --> CS5) the differential behavior w/ or w/o the $ID has been resolved.
Regarding the original issue: Accessing The Cell Styles Panel submenu "Select All Unused". The same goes for the Table Styles.
The goal is to delete all used Cell Styles same for the Table Styles. Viewing the panel is no problems, it works.
Looking at the name of the panel (GUI), I was expecting "$ID/CellStylePanelPopup" to work.
FYI, the Character Styles are located under "$ID/CharStylePanelPopup" and the Paragraph Styles are under "$ID/ParaStylePanelPopup".
So the naming convention is a little astray.
About the code, I left some old code that I was testing on a different action "Break Link to Style" which I found under "$ID/CellStylesControlPanelPopup".
So here is the revised version
app.panels.item("Cell Styles").visible = true;          //*** OK
var myMenu = app.menus.item("$ID/CellStylesPanelPopup");
alert (myMenu.name);          //*** ERROR
var myMenuItem = myMenu.menuItems.item("Select All Unused");
var myMenuAction = myMenuItem.associatedMenuAction;
myMenuAction.invoke();
var myAnswer = confirm ("Remove UNUSED Cell Styles? (Y/N)", false);
if (myAnswer)
  try
   var myMenu = app.menus.item("$ID/CellStylesPanelPopup");
   var myMenuItem = myMenu.menuItems.item("Delete Style...");
   var myMenuAction = myMenuItem.associatedMenuAction;
   myMenuAction.invoke();
  catch (e)
   var myMenu = app.menus.item("$ID/CellStylesPanelPopup");
   var myMenuItem = myMenu.menuItems.item("Delete Styles...");
   var myMenuAction = myMenuItem.associatedMenuAction;
   myMenuAction.invoke();

Similar Messages

  • InDesign CS3 crashing adding table style...HELP!!

    This issue started on Friday.  I just starting working on a large document that will have many tables throughout, so I must use the table styles.  Here is the order in which I do things to get the crash.
    Place document from Word in to InDesign document
    Highlight table to be changed
    Convert text using paragraph styles
    Alter column widths to fit page
    Highlight entire table to select table style
    Click desired table style
    CRASH!!!!
    I have tried the following things with NO LUCK:
    Deleted adobefntX file multiple times (actually worked for a couple of hours first time I did it)
    Deleted InDesign preferences (did nothing)
    Re-created all "Styles" in InDesign (Character, Paragraph, Cell, & Table) (Did nothing)
    Changed the order in which I altered the tables text and formatting (thinking it was just a silly order problem)
    Unistalled and Re-installed CS3 (worked for 5 tables and then CRASH)
    Updated ALL software (Adobe and Mac)
    Started up in Safe mode and CRASH!!!
    I realize from seraching for this problem on the web that I am probably the ONLY person having this issue, but I thought it was a font problem until I started in Safe Mode and still crashed.  I am totally confused as to what I should do next.  I am running on a
    Model Name:    MacBook Pro
    Model Identifier:    MacBookPro4,1
    Processor Name:    Intel Core 2 Duo
    Processor Speed:    2.4 GHz
    Number Of Processors:    1
    Total Number Of Cores:    2
    L2 Cache:    3 MB
    Memory:    4 GB
    Bus Speed:    800 MHz
    Boot ROM Version:    MBP41.00C1.B03
    SMC Version (system):    1.27f1
    Any help would be GREATLY appreciated.

    I am not familiar with InDesign Interchange, do you think this will help?
    That's why I suggested it. But you didn't answer my question: Is this happening with only one file? The reason I ask is because if one file is corrupted, saving to INX and back to INDD often clears out minor corruptions. If you're seeing this in many files it's unlikely they're all corrupt.
    1. Convert text using paragraph styles - I meant modified "placed" text using character styles
    Now I'm really confused. Your steps are:
    Place document from Word in to InDesign document
    Highlight table to be changed
    Modify placed text using character styles
    Are you really highlighting an entire table and applying a character style? While this will work to modify certain formatting aspects, it's not really the best approach. Character styles are for characters *within* a paragraph. Paragraph styles are for *entire* paragraphs. Each table cell contains at least one full paragraph, even if it's just a single number, a space, even if there's nothing there at all. If you want to format the contents of an entire cell or range of cells with the same formatting, use a paragraph style, not a character style. If you want to italicize one or two words in some text in a cell (the way I just did), then use a character style.
    I really feel that the issue either stems from fonts or from placing the document from Word.
    Could be. Cheap fonts are the cause of many problems in Indesign. Indesign is really picky about fonts. But let's try the easy fix first (INX). If you don't trust it, save the .inx to a new .indd filename (keep your old .indd file as a backup).
    Ken

  • InDesign CS3 crashing

    We have an issue with InDeisgn CS3 crashing on a regular basis randomlly 3-6 times per night while publishing a newspaper.  The environment is a small newspaper.  The affected systems are 5 editors iMacs running iOS 10.6.8 and 4GB RAM.  They use InDeisgn, InCopy, and Photoshop at the same time along with Mediaspan Newsedit/IQue to access pages, and graphics/images are stored on a file server.  They print to an HP Laserjet 5200 and a Sharp MX3100 copier.  While they do get a few crahses on the large Sharp copier while pirint, they get many more crashes when printing to the HP Laserjet 5200.  All 5 computers are clones, so they are all based on the same image and they all encounter crashes when printing, and while doing other things such as opening files.
    This problem has been happening for the past 6-9 months, and I cant determine what may have changed to have caused it.  I have already cleared the PPD's, as well as the crash recovery folders.  I have ran DiskWarrior 4.3 on all of them as well as the normal Apple disk maintenance software.  The Adobe Suite is CS3 with the latest service pack.  I have recently ordered an addtional 4GB of RAM to bring thre of them from 4 to 8 GB in an attemtp to see if there is any difference in crashing.
    I have many crash logs from both printing, as well as non printing.  Because Printing is more of an issue and happens more than non printing, I will post the most recent printing crash log.  I can follow up with a non printing crash log if that can help diagnose it better.
    Thanks,
    =================================
    Process:         Adobe InDesign CS3 [570]
    Path:            /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Adobe InDesign CS3
    Identifier:      com.adobe.InDesign
    Version:         5.0.4.682 (5040)
    Code Type:       X86 (Native)
    Parent Process:  launchd [125]
    Date/Time:       2013-03-03 19:27:33.318 -0800
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          449308 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  347556 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      A2F3363D-51FA-4BF5-A541-8B64748C2B26
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                 0x93e3dc5a __kill + 10
    1   libSystem.B.dylib                 0x93e3dc4c kill$UNIX2003 + 32
    2   libSystem.B.dylib                 0x93ed05a5 raise + 26
    3   libSystem.B.dylib                 0x93ee66e4 abort + 93
    4   libstdc++.6.dylib                 0x95d6cfda __gnu_cxx::__verbose_terminate_handler() + 433
    5   libstdc++.6.dylib                 0x95d6b17a __cxxabiv1::__terminate(void (*)()) + 10
    6   libstdc++.6.dylib                 0x95d6b1ba __cxxabiv1::__unexpected(void (*)()) + 0
    7   libstdc++.6.dylib                 0x95d6b2b8 __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
    8   AdobeAGM                          0x0029c2cb AGMInitialize + 1368139
    9   AdobeAGM                          0x00330117 AGMInitialize + 1973911
    10  AdobeAGM                          0x002d3032 AGMInitialize + 1592754
    11  AdobeAGM                          0x002d44a6 AGMInitialize + 1597990
    12  AdobeAGM                          0x002cd653 AGMInitialize + 1569747
    13  AdobeAGM                          0x0015d8d5 AGMInitialize + 63061
    14  AdobeAGM                          0x0033d132 AGMInitialize + 2027186
    15  AdobeBIB                          0x0075d60d BIBInitialize2 + 15359
    16  AdobeBIB                          0x0075d6bb BIBInitialize2 + 15533
    17  com.adobe.InDesign.Print          0x2154d18f GetPlugIn + 183995
    18  com.adobe.InDesign.Print          0x215518b4 GetPlugIn + 202208
    19  PublicLib.dylib                   0x00f0d270 Command::DoImmediate(short) + 34
    20  com.adobe.InDesign.Utilities      0x1eaa29c7 0x1eaa0000 + 10695
    21  com.adobe.InDesign.Utilities      0x1eaa2bee 0x1eaa0000 + 11246
    22  ...adobe.InDesign.AppFramework    0x1ddcd144 0x1ddb5000 + 98628
    23  PublicLib.dylib                   0x00f0e1d5 CmdUtils::ProcessCommand(ICommand*) + 55
    24  com.adobe.InDesign.Print          0x21553920 GetPlugIn + 210508
    25  PublicLib.dylib                   0x00f0d270 Command::DoImmediate(short) + 34
    26  com.adobe.InDesign.Utilities      0x1eaa29c7 0x1eaa0000 + 10695
    27  com.adobe.InDesign.Utilities      0x1eaa2bee 0x1eaa0000 + 11246
    28  ...adobe.InDesign.AppFramework    0x1ddcd144 0x1ddb5000 + 98628
    29  PublicLib.dylib                   0x00f0e1d5 CmdUtils::ProcessCommand(ICommand*) + 55
    30  com.adobe.InDesign.PrintUI        0x23f91f6b GetPlugIn + 5559
    31  WidgetBinLib.dylib                0x023a11fc CActionComponent::DoAction(IActiveContext*, IDType<ActionID_tag>, SysPoint, IPMUnknown*) + 34
    32  ...aspansoftware.IQue.DragInUI    0x24a01df4 (anonymous namespace)::DoActualAction(IDType<ClassID_tag>, IActiveContext*, IDType<ActionID_tag>, SysPoint, IPMUnknown*) + 100
    33  ...aspansoftware.IQue.DragInUI    0x24a067af DragInUIActionComponent::DoAction(IActiveContext*, IDType<ActionID_tag>, SysPoint, IPMUnknown*) + 997
    34  com.adobe.InDesign.Actions        0x22ed8867 GetPlugIn + 5787
    35  com.adobe.InDesign.Actions        0x22ecd95b 0x22ecb000 + 10587
    36  WidgetBinLib.dylib                0x0239f17f MDefaultEH::KeyboardShortcut(IEvent*) + 473
    37  WidgetBinLib.dylib                0x0239ea06 CDefaultEH::KeyDown(IEvent*) + 150
    38  WidgetBinLib.dylib                0x0239ef8a MDefaultEH::KeyDown(IEvent*) + 162
    39  PublicLib.dylib                   0x00f25ab5 CEventDispatcher::DispatchToEventHandlers(IEvent*) + 157
    40  PublicLib.dylib                   0x00f25704 CEventDispatcher::DispatchEvent(IEvent*, IEvent::SystemHandledState) + 24
    41  ...obe.InDesign.Application UI    0x1e10e025 GetPlugIn + 196289
    42  ...obe.InDesign.Application UI    0x1e10c4eb GetPlugIn + 189319
    43  com.apple.HIToolbox               0x9a5c1c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    44  com.apple.HIToolbox               0x9a5c0ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    45  com.apple.HIToolbox               0x9a5e37f3 SendEventToEventTarget + 52
    46  com.apple.HIToolbox               0x9a5f56d7 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2161
    47  com.apple.HIToolbox               0x9a5c2080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    48  com.apple.HIToolbox               0x9a5c0ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    49  com.apple.HIToolbox               0x9a5e37f3 SendEventToEventTarget + 52
    50  com.apple.HIToolbox               0x9a6459de SendTSMEvent + 82
    51  com.apple.HIToolbox               0x9a64535b SendUnicodeTextAEToUnicodeDoc + 700
    52  com.apple.HIToolbox               0x9a644f65 TSMKeyEvent + 998
    53  com.apple.HIToolbox               0x9a635e32 TSMProcessRawKeyEvent + 2515
    54  com.apple.HIToolbox               0x9a68396f HandleCompatibilityKeyEvent + 331
    55  com.apple.HIToolbox               0x9a5bd9b2 HIApplication::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2716
    56  com.apple.HIToolbox               0x9a5c1c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    57  com.apple.HIToolbox               0x9a5c0ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    58  com.apple.HIToolbox               0x9a5c0d55 SendEventToEventTargetWithOptions + 58
    59  com.apple.HIToolbox               0x9a5f560b ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1957
    60  com.apple.HIToolbox               0x9a5c2080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    61  com.apple.HIToolbox               0x9a5c0ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    62  com.apple.HIToolbox               0x9a5e37f3 SendEventToEventTarget + 52
    63  ...adobe.InDesign.AppFramework    0x1ddb72af 0x1ddb5000 + 8879
    64  ...adobe.InDesign.AppFramework    0x1ddd4750 GetPlugIn + 10840
    65  com.adobe.InDesign                0x0000277b main + 115
    66  com.adobe.InDesign                0x0000209e start + 258
    67  com.adobe.InDesign                0x00001fc5 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x93e03382 kevent + 10
    1   libSystem.B.dylib                 0x93e03a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x93e02f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x93e02cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x93e02781 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x93e025c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x93ddcb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x93e0a6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x93e395a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore    0x96cbab90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore    0x96cb6533 MPWaitOnQueue + 250
    5   PMRuntime.dylib                   0x000129b3 GetAvailContiguous() + 165
    6   ...ple.CoreServices.CarbonCore    0x96c9a54a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    8   libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                 0x93ddcafa mach_msg_trap + 10
    1   libSystem.B.dylib                 0x93ddd267 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore    0x96d62ab0 TS_exception_listener_thread + 160
    3   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    4   libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x93e0aaa2 __semwait_signal + 10
    1   libSystem.B.dylib                 0x93e0a75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x93e0c3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x96ccf21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x96cbab68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x96cb6533 MPWaitOnQueue + 250
    6   AdobeACE                          0x0004a743 0x1a000 + 198467
    7   AdobeACE                          0x00049f71 0x1a000 + 196465
    8   ...ple.CoreServices.CarbonCore    0x96c9a54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    10  libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x93e0aaa2 __semwait_signal + 10
    1   libSystem.B.dylib                 0x93e0a75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x93e0c3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x96ccf21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x96cbab68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x96cb6533 MPWaitOnQueue + 250
    6   AdobeACE                          0x0004a743 0x1a000 + 198467
    7   AdobeACE                          0x00049f71 0x1a000 + 196465
    8   ...ple.CoreServices.CarbonCore    0x96c9a54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    10  libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x93e0aaa2 __semwait_signal + 10
    1   libSystem.B.dylib                 0x93e0a75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x93e0c3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x96ccf21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x96cbab68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x96cb6533 MPWaitOnQueue + 250
    6   AdobeACE                          0x0004a743 0x1a000 + 198467
    7   AdobeACE                          0x00049f71 0x1a000 + 196465
    8   ...ple.CoreServices.CarbonCore    0x96c9a54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    10  libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                 0x93ddcb5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x93e0a6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x93e395a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation              0x9297a8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation              0x929333b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation              0x92933294 -[NSConditionLock lockWhenCondition:] + 69
    6   PublicLib.dylib                   0x0113f4e1 devtech_private::ZString::BackDoorGetUnicode(unsigned short*, unsigned long, bool) const + 397
    7   PublicLib.dylib                   0x01133f55 devtech::ZString::GetInternalData(unsigned short const**, unsigned long*) const + 2503
    8   PublicLib.dylib                   0x0113d0f8 devtech::ZString::GetInternalData(unsigned short const**, unsigned long*) const + 39786
    9   com.apple.Foundation              0x9293e4c4 -[NSThread main] + 45
    10  com.apple.Foundation              0x9293e474 __NSThread__main__ + 1499
    11  libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    12  libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                 0x93ddcb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x93e0a6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x93e5305f pthread_cond_wait + 48
    3   TINthread.dylib                   0x242b77a5 ThreadUtils::ThreadPool::Dispatcher() + 277
    4   TINthread.dylib                   0x242b783f ThreadUtils::ThreadPool::ThreadProc(void*) + 17
    5   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    6   libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                 0x93ddcb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x93e0a6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x93e5305f pthread_cond_wait + 48
    3   ...obe.InDesign.AdGrabber4.CS3    0x1dc2f2f5 XMLRecvThread::Run() + 111
    4   ...obe.InDesign.AdGrabber4.CS3    0x1dc2f311 XMLRecvThread::StartRoutine(void*) + 17
    5   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    6   libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                 0x93ddcb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x93e0a6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x93e5305f pthread_cond_wait + 48
    3   ...obe.InDesign.AdGrabber4.CS3    0x1dc2e71e XMLSendThread::Run() + 240
    4   ...obe.InDesign.AdGrabber4.CS3    0x1dc2e735 XMLSendThread::StartRoutine(void*) + 17
    5   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    6   libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                 0x93ddcc0e mach_wait_until + 10
    1   libSystem.B.dylib                 0x93e64429 nanosleep + 345
    2   ...sign.Support for JavaScript    0x2767dc03 TerminateConnection + 238555
    3   ...sign.Support for JavaScript    0x2766f641 TerminateConnection + 179737
    4   ...sign.Support for JavaScript    0x2767dced TerminateConnection + 238789
    5   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    6   libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                 0x93ddcb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x96ccc942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x2ae1306b ThreadFunction(void*) + 77
    3   ...ple.CoreServices.CarbonCore    0x96c9a54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    5   libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                 0x93ddcb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x96ccc942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x2ae1306b ThreadFunction(void*) + 77
    3   ...ple.CoreServices.CarbonCore    0x96c9a54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    5   libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                 0x93ddcb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x96ccc942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x2ae1306b ThreadFunction(void*) + 77
    3   ...ple.CoreServices.CarbonCore    0x96c9a54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    5   libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 15:  com.apple.CFSocket.private
    0   libSystem.B.dylib                 0x93dfbac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation          0x922e6c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                 0x93e0a259 _pthread_start + 345
    3   libSystem.B.dylib                 0x93e0a0de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000  ebx: 0x93ee6693  ecx: 0xbfffbd7c  edx: 0x93e3dc5a
    edi: 0xa0447b30  esi: 0x004d22b0  ebp: 0xbfffbd98  esp: 0xbfffbd7c
    ss: 0x00000023  efl: 0x00000282  eip: 0x93e3dc5a   cs: 0x0000000b
    ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
    cr2: 0xf94e6000
    Binary Images:
    0x1000 -     0x3fff +com.adobe.InDesign 5.0.4.682 (5040) <B1E85AB9-4BDB-4519-A7CB-818B7547B67B> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Adobe InDesign CS3
    0x8000 -     0x8fff +InDesignModel ??? (???) <40D79185-3619-4F05-82AE-68B9A4386725> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
    0xc000 -     0xcfff +InDesignModelAndUI ??? (???) <B42DD96C-21E7-4933-8656-24339222F36B> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
    0x10000 -    0x14fef +PMRuntime.dylib ??? (???) <2EA00C2F-B52A-4BA0-AC44-8661710844CB> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/PMRuntime.dylib
    0x1a000 -   0x11afe7 +AdobeACE ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x139000 -   0x5b7fff +AdobeAGM ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x70d000 -   0x74cfff +AdobeARE ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x756000 -   0x76ffff +AdobeBIB ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x779000 -   0x79aff7 +AdobeBIBUtils ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x7a7000 -   0xa0cfc7 +AdobeCoolType ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0xa89000 -   0xda5fef +AdobeMPS ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0xe1c000 -   0xe89fef +ObjectModelLib.dylib ??? (???) <9B7EB1CF-F8AC-4DB2-A423-712DEFC1E70D> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/ObjectModelLib.dylib
    0xeab000 -   0xedbfcf +DataBaseLib.dylib ??? (???) <21AF2E90-75EC-493D-8BFB-DB197B79CF9F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/DataBaseLib.dylib
    0xeea000 -  0x137aff8 +PublicLib.dylib ??? (???) <F49BE5C3-EFCF-4803-9181-882B579F568D> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/PublicLib.dylib
    0x1595000 -  0x15b9fea +AdobeAFL ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x15d5000 -  0x1684fd7 +AdobeSVGExport ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
    0x16b7000 -  0x16bdfdf +com.adobe.AdobeCrashReporter 2.5 (2.5.03072007) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x16c3000 -  0x1f30fff +libicudata.dylib.34.0 34.0.0 (compatibility 34.0.0) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/ICUData.framework/Versions/3.4/libicudata.dylib.34.0
    0x1f33000 -  0x1ff39fb +libicui18n.dylib.34.0 34.0.0 (compatibility 34.0.0) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.4/libicui18n.dyl ib.34.0
    0x207b000 -  0x2143387 +libicuuc.dylib.34.0 34.0.0 (compatibility 34.0.0) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.4/libicuuc.dylib.34.0
    0x2193000 -  0x220aff7 +libboost_regex-mt-1_33.dylib ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/libboost_regex-mt-1_33.dylib
    0x2264000 -  0x22abfc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x22b1000 -  0x22f1ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x230a000 -  0x2462ffd +WidgetBinLib.dylib ??? (???) <EEF2CA93-B6E3-449E-A963-893471395377> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/WidgetBinLib.dylib
    0x2570000 -  0x26dbff7 +AdobeOwl ??? (???) <4F473F2F-D9A9-41DF-94DF-F311FA16B720> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x27a5000 -  0x27a6fff +com.adobe.InDesign.Metadata Database Filter 5.0.0.458 (???) <CC8859BB-C15A-4709-B912-FD85C537F6EC> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
    0x27bf000 -  0x27c0fff +com.adobe.InDesign.Global Preferences Panel 5.0.0.458 (???) <693EF424-C046-4F46-B986-0F363C59468B> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel
    0x27c5000 -  0x27c9fd8  com.apple.carbonframeworktemplate 1.1 (1.1.0) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0x7538000 -  0x753fff2 +com.adobe.Writer for Text Writer for Text 4.2 (4.2.0.22) <2E03F227-3055-4409-93FF-A231BB4C3627> /Applications/Adobe InDesign CS3/Plug-ins/Filters/Sangam Writers/Writer for Text.smwt/Contents/MacOS/Writer for Text
    0x75ee000 -  0x75f0ff7  com.apple.printingprivate.framework.PrintingPrivate 6.1 (15.2) <1A6E0614-420C-1E2B-43DA-722639B1FBCB> /System/Library/PrivateFrameworks/PrintingPrivate.framework/PrintingPrivate
    0x77e8000 -  0x77e9ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x77ee000 -  0x77fcfe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <AFA4C3C8-D752-EC96-FF56-6E2F8ABB391B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1d4b9000 - 0x1d4cbff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <08801444-00D2-E55B-AE80-B807B99BB0C6> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1d508000 - 0x1d50fff3 +com.adobe.InDesign.Scripts Panel 5.0.0.458 (???) <E40BF92F-6275-4C9F-BF25-2016C5021CFD> /Applications/Adobe InDesign CS3/Plug-ins/Script/Scripts Panel.InDesignPlugin/Scripts Panel
    0x1d519000 - 0x1d52bff3 +com.adobe.InDesign.IME 5.0.4.682 (???) <95942223-32AD-44B1-A0B7-2DB2E0F2F62A> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/IME.InDesignPlugin/IME
    0x1d573000 - 0x1d57bff3  com.apple.URLMount.AFPPlugin 3.2.2 (3.2.2) <46711A0E-D330-BD32-8B30-1FFE8B3346F0> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
    0x1d582000 - 0x1d588fff +com.adobe.InDesign.InCopySharedUI 5.0.0.458 (???) <322B8FCA-C43A-4B73-93EA-0B44B4B82640> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/InCopySharedUI.InDesignPlugin/InCopySharedUI
    0x1d590000 - 0x1d591fff +com.adobe.InDesign.Help 5.0.0.458 (???) <59C676A7-D46D-4BF8-A44B-5649E240AA35> /Applications/Adobe InDesign CS3/Plug-ins/UI/Help.InDesignPlugin/Help
    0x1d597000 - 0x1d599fff +com.adobe.InDesign.Username UI 5.0.0.458 (???) <7946FF7E-3349-498D-93F5-1F0D51D25707> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/Username UI.InDesignPlugin/Username UI
    0x1d5e2000 - 0x1d5efff2 +com.adobe.InDesign.PMWelcomeScreen 5.0.0.458 (???) <D235E4C3-BBCF-40A3-88B2-3E91C664269D> /Applications/Adobe InDesign CS3/Plug-ins/PMPack/PMWelcomeScreen.InDesignPlugin/PMWelcomeScreen
    0x1d700000 - 0x1d726fe2 +com.adobe.Writer for RTF Writer for RTF 4.2 (4.2.0.22) <1D5DAE82-ABDA-4125-B599-B7B4E1C5E078> /Applications/Adobe InDesign CS3/Plug-ins/Filters/Sangam Writers/Writer for RTF.smwt/Contents/MacOS/Writer for RTF
    0x1d94f000 - 0x1d953ff7 +com.adobe.InDesign.Keeps Panel 5.0.0.458 (???) <CDB33F72-0447-42FE-81EC-D0799FB2CD6E> /Applications/Adobe InDesign CS3/Plug-ins/Text/Keeps Panel.InDesignPlugin/Keeps Panel
    0x1da2c000 - 0x1da32ff7 +com.adobe.InDesign.GenericSettings 5.0.0.458 (???) <0B8E02A0-5809-4DC7-B773-3F6B8B1B2048> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/GenericSettings.InDesignPlugin/GenericSettings
    0x1da67000 - 0x1daaeff7  com.apple.AppleShareClientCore 2.1 (2.1) <351D93FA-D8AB-657F-2A67-9A6FF3875F82> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore
    0x1daf1000 - 0x1daf6fff +com.adobe.InDesign.Workgroup UI 5.0.4.682 (???) <C8DDDEAF-ECBF-481B-9D50-391268443997> /Applications/Adobe InDesign CS3/Plug-ins/Workgroup/Workgroup UI.InDesignPlugin/Workgroup UI
    0x1dc00000 - 0x1dc4bfcb +com.adobe.InDesign.AdGrabber4.CS3 4.3.1.0 (???) <52DD0083-66C6-40E8-8B29-31BF345B13F4> /Applications/Adobe InDesign CS3/Plug-ins/Layout/AdGrabber4.CS3.InDesignPlugin/AdGrabber4.CS3
    0x1dd8b000 - 0x1dda6fff +com.adobe.InDesign.Plugin Manager 5.0.0.458 (???) <6D0D804D-2F29-46BC-BF82-ED25ABB6086B> /Applications/Adobe InDesign CS3/Plug-ins/Utility/Plugin Manager.InDesignPlugin/Plugin Manager
    0x1ddb5000 - 0x1dedafe3 +com.adobe.InDesign.AppFramework 5.0.4.682 (???) <9BBA0C9F-2C1E-4EF3-8C30-F7E761207844> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
    0x1e0ae000 - 0x1e231ff3 +com.adobe.InDesign.Application UI 5.0.4.682 (???) <D3A0FBAC-3FEA-4E26-8166-356C6F14A154> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
    0x1e2be000 - 0x1e343fff +AdobeExtendScript 3.7.0 (compatibility 3.7.0) <EF6B3A34-C43A-45D3-BCD3-D7D450B5C6CD> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x1e37f000 - 0x1e3fbfef +AdobeScCore 3.7.0 (compatibility 3.7.0) <17A0DA14-E4D4-42B0-81B4-B75E4CB2DD8C> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x1e439000 - 0x1e5b6ffb +com.adobe.InDesign.Text Walker 5.0.0.458 (???) <04A3777D-DC3E-4DB8-9B73-7848892730A1> /Applications/Adobe InDesign CS3/Plug-ins/Text/Text Walker.InDesignPlugin/Text Walker
    0x1e64d000 - 0x1e695ffb +com.adobe.InDesign.Linguistics 5.0.4.682 (???) <9F3AD4D7-56F2-4F48-BE09-F0D7D7701E09> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics
    0x1e6b8000 - 0x1e6e8fff +com.adobe.InDesign.Text Panel 5.0.0.458 (???) <4DDA3134-B6AC-45D0-B61E-DE2C1773E545> /Applications/Adobe InDesign CS3/Plug-ins/Text/Text Panel.InDesignPlugin/Text Panel
    0x1e6fa000 - 0x1e724fef +TextPanelLib.dylib ??? (???) <47B64D3E-4DAF-4EEA-A02F-A7A52601B6CD> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/TextPanelLib.dylib
    0x1e747000 - 0x1e76efe3 +com.adobe.InDesign.Spelling Panel 5.0.0.458 (???) <56460421-FF84-45E6-92AA-43626E38B270> /Applications/Adobe InDesign CS3/Plug-ins/Text/Spelling Panel.InDesignPlugin/Spelling Panel
    0x1e780000 - 0x1e7f9ff3 +com.adobe.InDesign.Text Editor 5.0.0.458 (???) <7677E1F3-26C7-43BB-8655-B41C08310052> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Text Editor.InDesignPlugin/Text Editor
    0x1e818000 - 0x1e92cfe7 +com.adobe.InDesign.Layout UI 5.0.4.682 (???) <ED6DDA51-E1C3-4889-8938-6FD3A9184650> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Layout UI.InDesignPlugin/Layout UI
    0x1e995000 - 0x1e9c1ff7 +com.adobe.InDesign.Import Export UI 5.0.0.458 (???) <0D90A717-9DF4-4DF0-9F1C-9EEA4889E11C> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Import Export UI.InDesignPlugin/Import Export UI
    0x1e9dc000 - 0x1ea37ffb +com.adobe.InDesign.Hyperlinks 5.0.0.458 (???) <1359AA1D-E4EA-4BF7-8D8F-7BCA8AB2AB61> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks
    0x1ea4b000 - 0x1ea8fffb +com.adobe.InDesign.Master Page 5.0.4.682 (???) <11214FFF-49DC-4479-BA70-B2BA83B481A0> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page
    0x1eaa0000 - 0x1eabdfef +com.adobe.InDesign.Utilities 5.0.4.682 (???) <D7455929-9796-4277-92C4-B12F2B6086AD> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Utilities.InDesignPlugin/Utilities
    0x1ead2000 - 0x1eb73ffb +com.adobe.InDesign.Color Management 5.0.0.458 (???) <D0F8049B-EB18-44BC-AB25-22F1595F3247> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management
    0x1eb9e000 - 0x1ebd0feb +com.adobe.InDesign.Note 5.0.0.458 (???) <A274D200-D554-4003-84BF-365B89216A93> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/Note.InDesignPlugin/Note
    0x1ebe4000 - 0x1ebf2fff +com.adobe.InDesign.Workgroup Client 5.0.4.682 (???) <0B493720-F8EE-4141-A0CE-D4F0F982A0D4> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Workgroup Client.InDesignPlugin/Workgroup Client
    0x1ebf9000 - 0x1ebfaff7  ATSHI.dylib ??? (???) <F06AB560-C2AF-09F6-7328-773E43CA2713> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x1ee00000 - 0x1ef09fff +com.adobe.InDesign.Document Framework 5.0.4.682 (???) <040E5EDC-859D-4EDD-A93E-EA845DBB7B52> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework
    0x1efae000 - 0x1f02102b +com.adobe.InDesign.Q2IDv3_CS3 v3.63 (???) <EFD32728-5C5A-46CA-9ECA-ED6722877595> /Applications/Adobe InDesign CS3/Plug-ins/Q2IDv3_CS3.InDesignPlugin/Q2IDv3_CS3
    0x1f0c9000 - 0x1f1c3feb +com.mediaspansoftware.IQue.Common 5.3.5 .0 (???) <2228137A-1B91-4170-A199-F509E3754920> /Applications/Adobe InDesign CS3/Plug-ins/DragIn/Common.InDesignPlugin/Common
    0x1f2dc000 - 0x1f367ffb +com.mediaspansoftware.IQue.CommonUI 5.3.5 .0 (???) <15E9BCA7-E6CF-468B-8003-5978A927D17A> /Applications/Adobe InDesign CS3/Plug-ins/DragIn/CommonUI.InDesignPlugin/CommonUI
    0x1f3eb000 - 0x1f5a7fff +com.adobe.InDesign.XML 5.0.4.682 (???) <2F368287-0EE5-4DD0-929E-85A450A08D26> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/XML.InDesignPlugin/XML
    0x1f642000 - 0x1f713fef +AdobeAXEDOMCore ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x1f745000 - 0x1f833fff +com.adobe.InDesign.XMedia UI 5.0.4.682 (???) <E526BDD4-BF57-4027-8635-FCEF8B5202A2> /Applications/Adobe InDesign CS3/Plug-ins/XMedia/XMedia UI.InDesignPlugin/XMedia UI
    0x1f899000 - 0x1f8faffb +com.adobe.InDesign.TableStylesUI 5.0.0.458 (???) <0E2577DB-0D37-450A-B63E-67BD3B36BD26> /Applications/Adobe InDesign CS3/Plug-ins/Tables/TableStylesUI.InDesignPlugin/TableStylesUI
    0x1f919000 - 0x1fad2ffc +com.adobe.InDesign.Table Model 5.0.0.458 (???) <E7338D64-7690-45CE-94B2-8CC508842208> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Table Model.InDesignPlugin/Table Model
    0x1fb4b000 - 0x1fbd8fe7 +com.adobe.InDesign.Tables UI 5.0.0.458 (???) <20BE7B63-0947-45E7-BD3F-8E332E701D5F> /Applications/Adobe InDesign CS3/Plug-ins/Tables/Tables UI.InDesignPlugin/Tables UI
    0x1fbfb000 - 0x1fd0cff7 +com.adobe.InDesign.Galley 5.0.4.682 (???) <3B17EC29-231A-47CF-8E3C-9A4F786375FE> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Galley.InDesignPlugin/Galley
    0x1fd58000 - 0x1fddcfeb +com.adobe.InDesign.Graphics 5.0.4.682 (???) <CF9D21CB-F42F-4A94-AAE7-9F07101750C7> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics
    0x1fdf8000 - 0x1fee3ff3 +com.adobe.InDesign.Transparency 5.0.4.682 (???) <BBDCCD4E-5129-4D9C-9AFA-0C32A1B64B7E> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Transparency.InDesignPlugin/Transparency
    0x1ff2c000 - 0x20bd3feb +com.adobe.psl 10.312765.46.313722 (10.312765.46.313722) <C0C4D40C-B84D-4740-BF61-35D5FBFC00FF> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x20ef2000 - 0x20f15ff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x20f1d000 - 0x20f72ffd +AdobeXMP ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x20fa1000 - 0x212adfcf +com.adobe.InDesign.Text 5.0.4.682 (???) <50295B31-CCBA-478D-A5C5-8702DAC13D7C> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Text.InDesignPlugin/Text
    0x21337000 - 0x21374ffb +com.adobe.InDesign.Text Wrap 5.0.4.682 (???) <32895FDE-AF63-49D2-9AA9-8E0B0F3B4B79> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Text Wrap.InDesignPlugin/Text Wrap
    0x21386000 - 0x213c7fef +com.adobe.InDesign.Gradient Fill 5.0.0.458 (???) <F4F2DFF0-5C9D-49C4-A651-0F1F02A9428F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Gradient Fill.InDesignPlugin/Gradient Fill
    0x213da000 - 0x214eaffb +com.adobe.InDesign.Generic Page Item 5.0.4.682 (???) <31A42D7B-777B-4448-832C-68D4C6CD3F07> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page Item
    0x2151f000 - 0x2163afe3 +com.adobe.InDesign.Print 5.0.0.458 (???) <0C7F8380-7B66-4126-BD7A-B5E764C84833> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Print.InDesignPlugin/Print
    0x21690000 - 0x216dffeb +com.adobe.InDesign.CJKGrid 5.0.4.682 (???) <C9BBE76F-7107-4CA3-B629-FC2E7BDB817D> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/CJKGrid.InDesignPlugin/CJKGrid
    0x216f3000 - 0x2172dfeb +com.adobe.InDesign.Stroke and Fill 5.0.0.458 (???) <8A29824D-3A5E-4A27-A588-D7D6935FD86D> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Stroke and Fill.InDesignPlugin/Stroke and Fill
    0x2173c000 - 0x2179bfff +com.adobe.InDesign.FormField 5.0.0.458 (???) <423AA6D9-1ACF-4819-8806-BA5B7343B7F3> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/FormField.InDesignPlugin/FormField
    0x217c4000 - 0x217e3fe7 +com.adobe.InDesign.Find Change Format Panel 5.0.0.458 (???) <7671FB52-74A6-4DFF-B1BE-B54E1A8FB313> /Applications/Adobe InDesign CS3/Plug-ins/Text/Find Change Format Panel.InDesignPlugin/Find Change Format Panel
    0x217ee000 - 0x217f4fff +com.adobe.InDesign.Workgroup Client UI 5.0.4.682 (???) <6A4B63B8-6AC6-4432-85D4-0F9EDB61D1D7> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Workgroup Client UI.InDesignPlugin/Workgroup Client UI
    0x21900000 - 0x21929fef +com.adobe.InDesign.Text Attributes 5.0.0.458 (???) <5EB4606D-80FD-49EF-A016-4B4F03C7BBC6> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Text Attributes.InDesignPlugin/Text Attributes
    0x2193d000 - 0x219e9fef +com.adobe.InDesign.Find and Change Panel 5.0.4.682 (???) <696E777E-A54B-4BF4-93D9-8B34E41D2B5E> /Applications/Adobe InDesign CS3/Plug-ins/Text/Find and Change Panel.InDesignPlugin/Find and Change Panel
    0x21a15000 - 0x21accfff +com.mediaspansoftware.IQue.ConnectionManagement 5.3.5 .0 (???) <DA6E45A6-C3D1-4D69-90A5-82DBB972C97B> /Applications/Adobe InDesign CS3/Plug-ins/DragIn/ConnectionManagement.InDesignPlugin/ConnectionManagement
    0x21b69000 - 0x21b9bff7 +com.adobe.InDesign.AWSUI 5.0.0.458 (???) <C2460D67-B740-41E6-8C4C-CD97929F158F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/AWSUI.InDesignPlugin/AWSUI
    0x21bb6000 - 0x21bffffb +com.adobe.InDesign.AWS 5.0.0.458 (???) <3CC41036-743E-4B6D-A6AB-743D69A85613> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/AWS.InDesignPlugin/AWS
    0x21c20000 - 0x22059ff7 +com.adobe.versioncue 3.1.0.0 (3.1.0.0) /Library/Application Support/Adobe/Adobe Version Cue CS3/Client/3.1.0/VersionCue.framework/VersionCue
    0x2214a000 - 0x22170fff  libssl.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <9203FADE-F4F2-2245-A32E-BD88819D314D> /usr/lib/libssl.0.9.7.dylib
    0x2217f000 - 0x22234fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x2227a000 - 0x2228efff +com.adobe.InDesign.Rulers 5.0.4.682 (???) <F4DBA320-9CE5-429E-9457-27DF0E13441F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Rulers.InDesignPlugin/Rulers
    0x222a0000 - 0x222be00f +com.adobe.InDesign.Workgroup 5.0.4.682 (???) <BF77FEB9-F4FA-479A-A5F2-324430200B80> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Workgroup.InDesignPlugin/Workgroup
    0x222c7000 - 0x22359ff7 +com.adobe.InDesign.InCopyWorkflow 5.0.0.458 (???) <6639A154-67A2-4BD0-A74C-C607BCF4DC0A> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/InCopyWorkflow.InDesignPlugin/InCopyWorkflow
    0x2239b000 - 0x22450ff7 +com.adobe.InDesign.InCopyShared 5.0.4.682 (???) <84802C43-1148-40A9-8A9A-A4FF07C0A5FA> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/InCopyShared.InDesignPlugin/InCopyShared
    0x22496000 - 0x224baff7 +com.adobe.InDesign.InCopy Bridge 5.0.4.682 (???) <48E731B3-86A4-4DD9-B8FA-C988F3EF956B> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopy Bridge.InDesignPlugin/InCopy Bridge
    0x224c6000 - 0x2257ffe1 +com.adobe.InDesign.Indexing 5.0.4.682 (???) <432E3821-DC6E-452B-A28C-A35C0957213F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Indexing.InDesignPlugin/Indexing
    0x225b7000 - 0x225e6ffb +com.adobe.InDesign.Output Preview 5.0.4.682 (???) <62CB922C-0190-4CFE-9D39-4C01E47FB1AA> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Output Preview.InDesignPlugin/Output Preview
    0x225f7000 - 0x22656ffb +com.adobe.InDesign.Glyphs Panel 5.0.0.458 (???) <7E2FECBE-E228-4F60-B315-0A07EAB77612> /Applications/Adobe InDesign CS3/Plug-ins/Text/Glyphs Panel.InDesignPlugin/Glyphs Panel
    0x2266c000 - 0x226d0ff7 +com.adobe.InDesign.XMLParser 5.0.0.458 (???) <72EA1124-4504-4E5F-8C28-B470D381BA5D> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/XMLParser.InDesignPlugin/XMLParser
    0x22703000 - 0x22766fff +AdobeAXEParser ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeAXEParser.framework/Versions/A/AdobeAXEParser
    0x22782000 - 0x2283ffff +AdobeAXSLE ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
    0x2286e000 - 0x228c7fef +com.adobe.InDesign.CJK Text Attributes 5.0.0.458 (???) <DCE49BEA-5BE0-4156-BE7F-147494C71A5F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/CJK Text Attributes.InDesignPlugin/CJK Text Attributes
    0x228e0000 - 0x22984feb +com.adobe.InDesign.Font Manager 5.0.4.682 (???) <08D1639E-9042-4F48-A705-DD394FB8D5FA> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Font Manager.InDesignPlugin/Font Manager
    0x22a1b000 - 0x22a1ffff +com.adobe.InDesign.InCopyWorkflow UI 5.0.0.458 (???) <6955319C-2E61-413B-A4BE-6F0D2583D10B> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopyWorkflow UI.InDesignPlugin/InCopyWorkflow UI
    0x22a49000 - 0x22a4efef +com.adobe.InDesign.General Preferences Panel 5.0.0.458 (???) <97415234-1B28-4D38-8A96-E19DDDF95DE6> /Applications/Adobe InDesign CS3/Plug-ins/UI/General Preferences Panel.InDesignPlugin/General Preferences Panel
    0x22a57000 - 0x22a57ff7  com.apple.applescript.component 2.1.2 (2.1.2) <C753B747-FBB7-EF99-32C9-133CA88FD5C4> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0x22a75000 - 0x22a85fff +com.adobe.InDesign.Guides 5.0.4.682 (???) <18406BEE-7811-4A41-8341-18D7CDDB9AF1> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Guides.InDesignPlugin/Guides
    0x22aa2000 - 0x22aa2ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x22aed000 - 0x22af3feb +com.adobe.InDesign.Text Color Panel 5.0.0.458 (???) <072591AA-A2E0-44CA-8982-056229E9598A> /Applications/Adobe InDesign CS3/Plug-ins/Text/Text Color Panel.InDesignPlugin/Text Color Panel
    0x22af8000 - 0x22afafff +com.adobe.InDesign.SimpleTextImportFilter 5.0.0.458 (???) <AFC35B5D-6977-498F-A6C0-7378C24ADC69> /Applications/Adobe InDesign CS3/Plug-ins/Filters/SimpleTextImportFilter.InDesignPlugin/SimpleTextImportFilter
    0x22b00000 - 0x22b10fff +com.adobe.InDesign.SING 5.0.0.458 (???) <101E0AF3-FCAF-4902-8E7E-331A176E61DD> /Applications/Adobe InDesign CS3/Plug-ins/Text/SING.InDesignPlugin/SING
    0x22b19000 - 0x22b73fe7 +com.adobe.SING.bundle 11.4.0 (11.4.0) <B4FBAE4D-E332-4E95-821E-C7E39BFDEE50> /Library/Application Support/Adobe/SING/SING.bundle/Contents/MacOS/SING
    0x22c8f000 - 0x22c98fff +com.adobe.InDesign.Paragraph Rules Panel 5.0.0.458 (???) <C3BD8CD8-9B50-4241-9499-56BEE7C8C8A5> /Applications/Adobe InDesign CS3/Plug-ins/Text/Paragraph Rules Panel.InDesignPlugin/Paragraph Rules Panel
    0x22ca2000 - 0x22caefe7 +com.adobe.InDesign.RunIn Styles Panel 5.0.0.458 (???) <DBEE6188-6AF7-4366-A800-77D5CC719BEE> /Applications/Adobe InDesign CS3/Plug-ins/Text/RunIn Styles Panel.InDesignPlugin/RunIn Styles Panel
    0x22cd2000 - 0x22cd7fef +com.adobe.InDesign.Document UI 5.0.4.682 (???) <8218D4C1-12B5-4656-89EB-9BEC5CBA3C09> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Document UI.InDesignPlugin/Document UI
    0x22d2a000 - 0x22d3efef +com.adobe.InDesign.Document Actions 5.0.0.458 (???) <495400EB-B390-4A66-9B6D-81C0A841058F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Document Actions.InDesignPlugin/Document Actions
    0x22d48000 - 0x22d61ff3 +com.adobe.InDesign.Optical Kerning 5.0.0.458 (???) <B0780089-D891-4294-9881-8237BB949911> /Applications/Adobe InDesign CS3/Plug-ins/Text/Optical Kerning.InDesignPlugin/Optical Kerning
    0x22d6a000 - 0x22d7eff3 +com.adobe.InDesign.Text Frame Options 5.0.0.458 (???) <EA8842D0-DABF-4980-83C4-4507A204C3D8> /Applications/Adobe InDesign CS3/Plug-ins/Text/Text Frame Options.InDesignPlugin/Text Frame Options
    0x22d93000 - 0x22d9afeb +com.adobe.InDesign.Tool Tips 5.0.0.458 (???) <4B227DB1-BCC1-4A6C-A703-CE507D59F6BF> /Applications/Adobe InDesign CS3/Plug-ins/UI/Tool Tips.InDesignPlugin/Tool Tips
    0x22e17000 - 0x22e1cfef +com.adobe.InDesign.Hyphenation Panel 5.0.0.458 (???) <A18BA408-B78C-41C7-966E-F000F8F6F914> /Applications/Adobe InDesign CS3/Plug-ins/Text/Hyphenation Panel.InDesignPlugin/Hyphenation Panel
    0x22e25000 - 0x22e28fff +com.adobe.InDesign.PNG Import Filter UI 5.0.0.458 (???) <219F77F4-FB2C-4967-9D25-60C4198DB153> /Applications/Adobe InDesign CS3/Plug-ins/Filters/PNG Import Filter UI.InDesignPlugin/PNG Import Filter UI
    0x22e2d000 - 0x22e31fff +com.adobe.InDesign.StepRepeat 5.0.4.682 (???) <C3EE7F06-93EB-45A8-A35B-461C2DA03F11> /Applications/Adobe InDesign CS3/Plug-ins/Layout/StepRepeat.InDesignPlugin/StepRepeat
    0x22e43000 - 0x22e4bffc +PathTypeLib.dylib ??? (???) <18C15E31-C72D-4EEA-8452-2444772CFC43> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/PathTypeLib.dylib
    0x22e52000 - 0x22e54fe7 +com.adobe.InDesign.Layout Adjustment Panel 5.0.0.458 (???) <0051EC6E-8721-4CCE-9EE7-183BE332A566> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Layout Adjustment Panel.InDesignPlugin/Layout Adjustment Panel
    0x22ecb000 - 0x22f16fdf +com.adobe.InDesign.Actions 5.0.0.458 (???) <6B80AA4C-EFB8-4E46-BA47-1E14791702F7> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Actions.InDesignPlugin/Actions
    0x22f32000 - 0x22f6bfef +com.adobe.InDesign.CompFontMgr 5.0.4.682 (???) <9514C67C-86A5-418A-811A-E4FA10F0FA65> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/CompFontMgr.InDesignPlugin/CompFontMgr
    0x22f7d000 - 0x22f8efff +com.adobe.InDesign.Shortcut Editor Dialog 5.0.0.458 (???) <FD95270C-FF81-4FF6-BE64-10ADAE2ED53F> /Applications/Adobe InDesign CS3/Plug-ins/UI/Shortcut Editor Dialog.InDesignPlugin/Shortcut Editor Dialog
    0x2304b000 - 0x2305bfff +com.adobe.InDesign.Create Outlines 5.0.0.458 (???) <C7D6CA71-EF03-4A40-8E3A-C3123E8335B7> /Applications/Adobe InDesign CS3/Plug-ins/Text/Create Outlines.InDesignPlugin/Create Outlines
    0x23063000 - 0x2306800e +com.adobe.InDesign.InCopyImport 5.0.0.458 (???) <DB270045-C915-4D59-96DE-22BDAE988898> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopyImport.InDesignPlugin/InCopyImport
    0x2306d000 - 0x23080fff +com.adobe.AdobeSFL AdobeSFL 1.1 (1.1.0.12) <9A014AEE-FC48-4000-A00C-EB2C6FD72795> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL
    0x23087000 - 0x23093fe3 +com.adobe.epic adobe_eula 2.0.1.1082 (2.0.1.1082) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/adobe_eula.framework/adobe_eula
    0x2309a000 - 0x2309ffff +com.adobe.InDesign.Create Guides Dialog 5.0.0.458 (???) <729142B6-15CB-4EEA-8733-F6FA07B99EF2> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Create Guides Dialog.InDesignPlugin/Create Guides Dialog
    0x230ba000 - 0x23152fff  com.apple.applescript 2.1.2 (2.1.2) <E4A816FB-C4A5-DE64-963B-3DCF031124CF> /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
    0x23181000 - 0x231a4fe3 +PMFileReader.dylib ??? (???) <D1DB58A4-61B8-42AA-8211-D7BD076E9985> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/PMFileReader.dylib
    0x232e1000 - 0x232f801f +com.adobe.InDesign.Font Usage Dialog 5.0.0.458 (???) <C10CFFAE-C33D-4F8A-A174-9334C975953A> /Applications/Adobe InDesign CS3/Plug-ins/Text/Font Usage Dialog.InDesignPlugin/Font Usage Dialog
    0x23303000 - 0x2332afef +com.adobe.InDesign.Open Place 5.0.4.682 (???) <0B0F2BF1-58D4-4D52-9DE1-6058F50312D7> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Open Place.InDesignPlugin/Open Place
    0x2333e000 - 0x2335bfff +com.adobe.InDesign.Media 5.0.0.458 (???) <171C2E82-1AB9-40C8-8BBA-13C6FFEBAA8A> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Media.InDesignPlugin/Media
    0x23365000 - 0x233aefc3 +com.adobe.InDesign.Image Filters 5.0.4.682 (???) <AEBAE635-E10B-410D-8A51-6C516B52AB29> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image Filters
    0x233b6000 - 0x233d6ffb +com.adobe.InDesign.Dialog Layout 5.0.0.458 (???) <4B8B24B4-5CD3-44C7-9131-EBDF292A07BC> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Dialog Layout.InDesignPlugin/Dialog Layout
    0x235ed000 - 0x2362dff6 +com.adobe.Reader for DOCX Reader for DOCX 4.2 (4.2.0.22) <417CBE16-9D3B-4F28-846D-9FF55AF1A167> /Applications/Adobe InDesign CS3/Plug-ins/Filters/Sangam Readers/Reader For DOCX.smrd/Contents/MacOS/Reader for DOCX
    0x23654000 - 0x23689fd3 +com.adobe.epic adobe_epic 2.0.1.1082 (2.0.1.1082) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/adobe_epic.framework/adobe_epic
    0x23696000 - 0x2369afeb +com.adobe.InDesign.InCopyExport 5.0.0.458 (???) <0F2363BB-C116-4132-B79D-71FC78AA140C> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopyExport.InDesignPlugin/InCopyExport
    0x236a5000 - 0x236e3feb +com.adobe.InDesign.Asset PubLibrary 5.0.0.458 (???) <5AC83352-A68B-4D23-BA8B-2758AD4994B6> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Asset PubLibrary.InDesignPlugin/Asset PubLibrary
    0x236f7000 - 0x2371dff7 +com.adobe.InDesign.Asset Library Panel 5.0.0.458 (???) <CBE05090-A4BD-47A4-BC63-A5E8DF5EA954> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Asset Library Panel.InDesignPlugin/Asset Library Panel
    0x23733000 - 0x23793fff +com.adobe.InDesign.BNCore 5.0.0.458 (???) <F425FD82-7BBA-45E4-90F8-61DB5F5A91A9> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/BNCore.InDesignPlugin/BNCore
    0x237a9000 - 0x237d2ff3 +com.adobe.InDesign.Behavior 5.0.0.458 (???) <895A9202-2E6A-43CC-BAF3-D814F261695C> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Behavior.InDesignPlugin/Behavior
    0x237e8000 - 0x23876fef +com.adobe.InDesign.Links 5.0.4.682 (???) <5BF41706-8660-4576-A934-2096524D2170> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Links.InDesignPlugin/Links
    0x238a9000 - 0x2397fffb +com.adobe.InDesign.Image 5.0.4.682 (???) <15D37B1F-4D81-4C04-97AF-E9879E65B5D6> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Image.InDesignPlugin/Image
    0x239c4000 - 0x23a30fff +com.adobe.InDesign.DataMerge 5.0.4.682 (???) <EB322839-ED37-4A26-940F-6B6751560452> /Applications/Adobe InDesign CS3/Plug-ins/PMPack/DataMerge.InDesignPlugin/DataMerge
    0x23a5a000 - 0x23a90fff +com.adobe.InDesign.TOC 5.0.4.682 (???) <8A7681FF-6382-4798-A3AE-D47F7283889D> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/TOC.InDesignPlugin/TOC
    0x23a9d000 - 0x23abeffb +com.adobe.InDesign.CellStyles.rpln 5.0.0.458 (???) <0BE3E0A6-0ED8-489C-B886-C4C9F8AFD184> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/CellStyles.rpln.InDesignPlugin/CellStyles.rpln
    0x23acb000 - 0x23b01ff0 +com.adobe.InDesign.Spline 5.0.0.458 (???) <375E9524-DCC7-4261-8602-796322796346> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Spline.InDesignPlugin/Spline
    0x23b1a000 - 0x23b43fff +com.adobe.InDesign.Path Type 5.0.0.458 (???) <AD456B86-9F34-4347-BE93-F6071C1CD914> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type
    0x23b54000 - 0x23babffe +com.adobe.InDesign.Knowledge Base 5.0.0.458 (???) <A9DD1BD0-11E0-4BE0-BF4E-A7CFD6EDE2C8> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Knowledge Base.InDesignPlugin/Knowledge Base
    0x23bc0000 - 0x23bd1fff +com.adobe.InDesign.Layout Adjustment 5.0.0.458 (???) <5AFF3870-C739-4809-AC10-698FA2F8A477> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Layout Adjustment.InDesignPlugin/Layout Adjustment
    0x23bda000 - 0x23beffff +com.adobe.InDesign.Layout 5.0.4.682 (???) <76EBF691-957F-4F01-86C6-61C6DCC37FAD> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout
    0x23bf9000 - 0x23c85fef +com.adobe.InDesign.Spread 5.0.4.682 (???) <8F2DEAAC-A318-4C4D-929F-41B2383FE0AA> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Spread.InDesignPlugin/Spread
    0x23ca2000 - 0x23ca8fe7 +com.adobe.InDesign.Generic Style Editor 5.0.0.458 (???) <9F984289-52ED-4391-B49D-AA1A14FD69E4> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Generic Style Editor.InDesignPlugin/Generic Style Editor
    0x23cb1000 - 0x23d27fe2 +com.adobe.AdobeSangamML AdobeSangamML 4.2 (4.2.0.22) <691FF418-D0ED-4C02-AFB7-7DE876558E75> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeSangamML.framework/Versions/A/AdobeSangamML
    0x23d63000 - 0x23d71fc5 +com.adobe.epic adobe_personalization 2.0.1.1082 (2.0.1.1082) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/adobe_personalization.framework/adobe_personalization
    0x23d78000 - 0x23d85ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/asneu.framework/asneu
    0x23da9000 - 0x23db2feb +com.adobe.InDesign.Text Editor Model 5.0.0.458 (???) <58F9DD41-B1CA-4370-BF3C-AA70E0C38A43> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Text Editor Model.InDesignPlugin/Text Editor Model
    0x23db9000 - 0x23de7fff +com.adobe.InDesign.Snippet 5.0.4.682 (???) <A1B87032-37C2-4CDB-86C9-439CB74E8456> /Applications/Adobe InDesign CS3/Plug-ins/XMedia/Snippet.InDesignPlugin/Snippet
    0x23df5000 - 0x23e0fff3 +com.adobe.InDesign.Galley Preferences 5.0.0.458 (???) <04484DC8-FF4B-40CB-8841-B42A76CF3BF5> /Applications/Adobe InDesign CS3/Plug-ins/UI/Galley Preferences.InDesignPlugin/Galley Preferences
    0x23e1f000 - 0x23e2cff2 +com.adobe.InDesign.Scotch Rules 5.0.0.458 (???) <07E253C0-4878-4CFD-8C7E-E57435DBAAFB> /Applications/Adobe InDesign CS3/Plug-ins/Page Item/Scotch Rules.InDesignPlugin/Scotch Rules
    0x23e33000 - 0x23e44ff3 +com.adobe.InDesign.Image Import UI 5.0.0.458 (???) <A06818D0-6F36-49A8-A92F-FDCD3321C466> /Applications/Adobe InDesign CS3/Plug-ins/Page Item/Image Import UI.InDesignPlugin/Image Import UI
    0x23e4f000 - 0x23e53fff +com.adobe.InDesign.InCopyExportUI 5.0.0.458 (???) <77C291BC-EF06-43EB-827C-50769B3C3890> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopyExportUI.InDesignPlugin/InCopyExportUI
    0x23e5f000 - 0x23e7bfef +com.adobe.InDesign.LILO 5.0.4.682 (???) <78F2D2A3-E21E-45A2-8674-5669CABBE6E0> /Applications/Adobe InDesign CS3/Plug-ins/Dictionaries/LILO/LILO.InDesignPlugin/LILO
    0x23e88000 - 0x23f13fdf +com.adobe.linguistic.LinguisticManager 3.1.3 (3.1.3.5196) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x23f33000 - 0x23f7afe3 +com.adobe.InDesign.Scripting 5.0.0.458 (???) <1C747E70-9A78-45B1-8584-D10BFD3D697D> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Scripting.InDesignPlugin/Scripting
    0x23f8b000 - 0x24029fef +com.adobe.InDesign.PrintUI 5.0.0.458 (???) <B9E289D4-F24D-4215-8F37-EED83FCC42A9> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/PrintUI.InDesignPlugin/PrintUI
    0x2405f000 - 0x240a6fef +com.adobe.InDesign.Color Picker Panel 5.0.0.458 (???) <9E669EF1-81DB-4240-B92C-764C2FBA1A58> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Color Picker Panel.InDesignPlugin/Color Picker Panel
    0x240bf000 - 0x2411cff7 +com.adobe.InDesign.Swatches Panel 5.0.0.458 (???) <56EBE10D-2DC0-4FA7-B070-286D676158B0> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Swatches Panel.InDesignPlugin/Swatches Panel
    0x24139000 - 0x24146fff +com.adobe.InDesign.Text Style Panel 5.0.0.458 (???) <F6F81FD7-63CA-4FB2-90B4-EC9E5BEE2177> /Applications/Adobe InDesign CS3/Plug-ins/Text/Text Style Panel.InDesignPlugin/Text Style Panel
    0x2414e000 - 0x24157fef +com.adobe.InDesign.PS Import UI 5.0.0.458 (???) <16038163-C648-4332-8CC6-02C31913BAAD> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/PS Import UI.InDesignPlugin/PS Import UI
    0x2429c000 - 0x242aefff +com.adobe.InDesign.Swatch Library Panel 5.0.0.458 (???) <EEE63A20-73E7-430E-BF01-86BE03DA7B6B> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Swatch Library Panel.InDesignPlugin/Swatch Library Panel
    0x242b6000 - 0x242b9fff +TINthread.dylib ??? (???) /Library/Application Support/Adobe/SING/TINthread.dylib
    0x242c0000 - 0x24324fff +com.adobe.Reader for Excel Reader for Excel 4.2 (4.2.0.22) <310C8E2F-2D48-4F97-98CE-E9FB28145370> /Applications/Adobe InDesign CS3/Plug-ins/Filters/Sangam Readers/Reader for Excel.smrd/Contents/MacOS/Reader for Excel
    0x2434a000 - 0x2435afe7 +com.adobe.epic adobe_registration 2.0.1.1082 (2.0.1.1082) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/adobe_registration.framework/adobe_registration
    0x243fe000 - 0x24456ff2 +com.adobe.ESD.AdobeUpdaterLibFramework AdobeUpdater 5.1.0.1082 (5.1.0.1082) <CA913CDD-FA7B-4435-8BEB-052BB879AED6> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeUpdater.framework/AdobeUpdater
    0x2446e000 - 0x2449cffb +com.adobe.InDesign.Photoshop Import Filter 5.0.4.682 (???) <E96030C1-3305-4E49-9A09-34B8A7B25EC8> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Photoshop Import Filter.InDesignPlugin/Photoshop Import Filter
    0x244b0000 - 0x244c1fc7 +com.adobe.InDesign.InCopy Bridge UI 5.0.0.458 (???) <2F896ACD-EEA3-4CB2-95C5-AF85352EF339> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopy Bridge UI.InDesignPlugin/InCopy Bridge UI
    0x2470f000 - 0x2476effb +com.adobe.InDesign.Transparency UI 5.0.0.458 (???) <4AE9180A-FF7A-4B57-9201-A456B7EF89B2> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Transparency UI.InDesignPlugin/Transparency UI
    0x2478e000 - 0x247c7fff +com.adobe.InDesign.Style Panel 5.0.0.458 (???) <CBFB03D6-5E53-46FA-BB0D-9E7AA49727A1> /Applications/Adobe InDesign CS3/Plug-ins/Text/Style Panel.InDesignPlugin/Style Panel
    0x247e1000 - 0x247f0fff +com.adobe.InDesign.Bookmark Panel 5.0.0.458 (???) <7C19089F-6F87-44A8-AAAC-48BFE95E8340> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Bookmark Panel.InDesignPlugin/Bookmark Panel
    0x24a00000 - 0x24b31feb +com.mediaspansoftware.IQue.DragInUI 5.3.5 .0 (???) <CD2AAFBF-9B99-4E74-913C-D44303C20B33> /Applications/Adobe InDesign CS3/Plug-ins/DragIn/DragInUI.InDesignPlugin/DragInUI
    0x24c7c000 - 0x24cbdff3 +com.adobe.InDesign.Graphic Panels 5.0.0.458 (???) <ADC596C1-A326-4D9F-A330-B17892050B98> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Graphic Panels.InDesignPlugin/Graphic Panels
    0x24cd5000 - 0x24ce1fef +com.adobe.InDesign.OutputMiscUI 5.0.0.458 (???) <BB613486-4008-40E8-99C3-5BDB31A02392> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/OutputMiscUI.InDesignPlugin/OutputMiscUI
    0x24ced000 - 0x24cf5fff +com.adobe.InDesi

    Thanks Peter,
    One last question.  Will reinstall on top of itself overite any preferences or third party plugins?
    Thanks again for your help.  This issue has been very random and has not led me to an actual issue to fix.  We can have a could days good, and then we have a night or two where it crashes all night for different reasons with no consistancy or patterns to follow.

  • Why is my entire CS3 crashing??

    Hello,
    For the past week I've tried to use Photoshop, InDesign and Illustrator but almost immediately after launching them, they crash.  I followed everything on the discussion boards including deleting TWAIN files but nothing seems to be fixing the problem.  Below is the most recent crash report from InDesign.  I need to fix this and fast so I don't run into problems at work.  Please help!
    Many thanks,
    Julia
    Crash Report:
    Process:         Adobe InDesign CS3 [1299]
    Path:            /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Adobe InDesign CS3
    Identifier:      com.adobe.InDesign
    Version:         5.0.4.682 (5040)
    Code Type:       X86 (Native)
    Parent Process:  launchd [87]
    Date/Time:       2011-04-25 13:24:54.584 -0500
    OS Version:      Mac OS X 10.6.7 (10J3250)
    Report Version:  6
    Interval Since Last Report:          59343 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  1266 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      069B5469-10D9-4A05-AC41-A95F0BA6072B
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  14
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                 0x94f060ba mach_msg_trap + 10
    1   libSystem.B.dylib                 0x94f06827 mach_msg + 68
    2   com.apple.CoreFoundation          0x92be837f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation          0x92be7464 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation          0x92be7291 CFRunLoopRunInMode + 97
    5   com.apple.HIToolbox               0x91e25d60 RunCurrentEventLoopInMode + 392
    6   com.apple.HIToolbox               0x91e25b17 ReceiveNextEventCommon + 354
    7   com.apple.HIToolbox               0x91fae141 ReceiveNextEvent + 83
    8   ...adobe.InDesign.AppFramework    0x1fbbc228 0x1fbba000 + 8744
    9   ...adobe.InDesign.AppFramework    0x1fbd9750 GetPlugIn + 10840
    10  com.adobe.InDesign                0x0000277b main + 115
    11  com.adobe.InDesign                0x0000209e start + 258
    12  com.adobe.InDesign                0x00001fc5 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x94f2c942 kevent + 10
    1   libSystem.B.dylib                 0x94f2d05c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x94f2c519 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x94f2c2be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x94f2bd41 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x94f2bb86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x94f0611a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x94f33ca1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x94f62ac8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore    0x90a75d9d TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore    0x90a7173f MPWaitOnQueue + 250
    5   PMRuntime.dylib                   0x000129b3 GetAvailContiguous() + 165
    6   ...ple.CoreServices.CarbonCore    0x90a5574e PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    8   libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                 0x94f060ba mach_msg_trap + 10
    1   libSystem.B.dylib                 0x94f06827 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore    0x90b1dab0 TS_exception_listener_thread + 160
    3   libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    4   libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x94f34062 __semwait_signal + 10
    1   libSystem.B.dylib                 0x94f33d1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x94f359b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x90a8a426 TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x90a75d75 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x90a7173f MPWaitOnQueue + 250
    6   AdobeACE                          0x0004a743 0x1a000 + 198467
    7   AdobeACE                          0x00049f71 0x1a000 + 196465
    8   ...ple.CoreServices.CarbonCore    0x90a5574e PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    10  libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x94f34062 __semwait_signal + 10
    1   libSystem.B.dylib                 0x94f33d1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x94f359b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x90a8a426 TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x90a75d75 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x90a7173f MPWaitOnQueue + 250
    6   AdobeACE                          0x0004a743 0x1a000 + 198467
    7   AdobeACE                          0x00049f71 0x1a000 + 196465
    8   ...ple.CoreServices.CarbonCore    0x90a5574e PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    10  libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x94f34062 __semwait_signal + 10
    1   libSystem.B.dylib                 0x94f33d1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                 0x94f359b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore    0x90a8a426 TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore    0x90a75d75 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore    0x90a7173f MPWaitOnQueue + 250
    6   AdobeACE                          0x0004a743 0x1a000 + 198467
    7   AdobeACE                          0x00049f71 0x1a000 + 196465
    8   ...ple.CoreServices.CarbonCore    0x90a5574e PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    10  libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                 0x94f0611a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x94f33ca1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x94f62ac8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation              0x91799d24 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation              0x91752999 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation              0x9175287c -[NSConditionLock lockWhenCondition:] + 69
    6   PublicLib.dylib                   0x0113f4e1 devtech_private::ZString::BackDoorGetUnicode(unsigned short*, unsigned long, bool) const + 397
    7   PublicLib.dylib                   0x01133f55 devtech::ZString::GetInternalData(unsigned short const**, unsigned long*) const + 2503
    8   PublicLib.dylib                   0x0113d0f8 devtech::ZString::GetInternalData(unsigned short const**, unsigned long*) const + 39786
    9   com.apple.Foundation              0x9175daac -[NSThread main] + 45
    10  com.apple.Foundation              0x9175da5c __NSThread__main__ + 1499
    11  libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    12  libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                 0x94f06102 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x94f33cb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x94f7c48f pthread_cond_wait + 48
    3   TINthread.dylib                   0x256587a5 ThreadUtils::ThreadPool::Dispatcher() + 277
    4   TINthread.dylib                   0x2565883f ThreadUtils::ThreadPool::ThreadProc(void*) + 17
    5   libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    6   libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                 0x94f061ce mach_wait_until + 10
    1   libSystem.B.dylib                 0x94f8d839 nanosleep + 345
    2   ...sign.Support for JavaScript    0x234f4c03 TerminateConnection + 238555
    3   ...sign.Support for JavaScript    0x234e6641 TerminateConnection + 179737
    4   ...sign.Support for JavaScript    0x234f4ced TerminateConnection + 238789
    5   libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    6   libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                 0x94f0610e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x90a87b4a MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x30b3906b ThreadFunction(void*) + 77
    3   ...ple.CoreServices.CarbonCore    0x90a5574e PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    5   libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                 0x94f0610e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x90a87b4a MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x30b3906b ThreadFunction(void*) + 77
    3   ...ple.CoreServices.CarbonCore    0x90a5574e PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    5   libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                 0x94f0610e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x90a87b4a MPWaitOnSemaphore + 125
    2   MultiProcessor Support            0x30b3906b ThreadFunction(void*) + 77
    3   ...ple.CoreServices.CarbonCore    0x90a5574e PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    5   libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 13:  com.apple.CFSocket.private
    0   libSystem.B.dylib                 0x94f25086 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation          0x92c27c83 __CFSocketManager + 1091
    2   libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    3   libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 14 Crashed:
    0   libSystem.B.dylib                 0x94f7351e __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                 0x94f73402 nanosleep$NOCANCEL$UNIX2003 + 166
    2   libSystem.B.dylib                 0x94fee286 usleep$NOCANCEL$UNIX2003 + 61
    3   libSystem.B.dylib                 0x9500f9c4 abort + 105
    4   libstdc++.6.dylib                 0x96e3afda __gnu_cxx::__verbose_terminate_handler() + 433
    5   libstdc++.6.dylib                 0x96e3917a __cxxabiv1::__terminate(void (*)()) + 10
    6   libstdc++.6.dylib                 0x96e3851d __cxa_call_terminate + 53
    7   libstdc++.6.dylib                 0x96e3909d __gxx_personality_v0 + 911
    8   libSystem.B.dylib                 0x94f7556d unwind_phase2 + 205
    9   libSystem.B.dylib                 0x94f8bf39 _Unwind_Resume + 73
    10  com.adobe.versioncue              0x24e9f2b4 CommonSymbolsTerminate + 84854
    11  com.adobe.versioncue              0x24e91645 CommonSymbolsTerminate + 28423
    12  com.adobe.versioncue              0x24efe6ce 0x24b80000 + 3663566
    13  com.adobe.versioncue              0x24eff533 0x24b80000 + 3667251
    14  com.adobe.versioncue              0x24e9606f CommonSymbolsTerminate + 47409
    15  com.adobe.versioncue              0x24effa06 0x24b80000 + 3668486
    16  com.adobe.versioncue              0x24ef48e4 0x24b80000 + 3623140
    17  com.adobe.versioncue              0x24e6a63e ARMInitialize + 1767180
    18  com.adobe.versioncue              0x24bb9bda 0x24b80000 + 236506
    19  com.adobe.versioncue              0x24eca3f7 0x24b80000 + 3449847
    20  com.adobe.versioncue              0x24e7cbd0 ARMInitialize + 1842334
    21  libSystem.B.dylib                 0x94f33819 _pthread_start + 345
    22  libSystem.B.dylib                 0x94f3369e thread_start + 34
    Thread 14 crashed with X86 Thread State (32-bit):
      eax: 0x0000003c  ebx: 0x94f73369  ecx: 0xb0b1619c  edx: 0x94f7351e
      edi: 0xa0719b30  esi: 0xb0b161f8  ebp: 0xb0b161d8  esp: 0xb0b1619c
       ss: 0x00000023  efl: 0x00000247  eip: 0x94f7351e   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x004a6000
    Binary Images:
        0x1000 -     0x3fff +com.adobe.InDesign 5.0.4.682 (5040) <B1E85AB9-4BDB-4519-A7CB-818B7547B67B> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Adobe InDesign CS3
        0x8000 -     0x8fff +InDesignModel ??? (???) <40D79185-3619-4F05-82AE-68B9A4386725> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
        0xc000 -     0xcfff +InDesignModelAndUI ??? (???) <B42DD96C-21E7-4933-8656-24339222F36B> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
       0x10000 -    0x14fef +PMRuntime.dylib ??? (???) <2EA00C2F-B52A-4BA0-AC44-8661710844CB> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/PMRuntime.dylib
       0x1a000 -   0x11afe7 +AdobeACE ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x139000 -   0x5b7fff +AdobeAGM ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x70d000 -   0x74cfff +AdobeARE ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x756000 -   0x76ffff +AdobeBIB ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x779000 -   0x79aff7 +AdobeBIBUtils ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x7a7000 -   0xa0cfc7 +AdobeCoolType ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xa89000 -   0xda5fef +AdobeMPS ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
      0xe1c000 -   0xe89fef +ObjectModelLib.dylib ??? (???) <9B7EB1CF-F8AC-4DB2-A423-712DEFC1E70D> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/ObjectModelLib.dylib
      0xeab000 -   0xedbfcf +DataBaseLib.dylib ??? (???) <21AF2E90-75EC-493D-8BFB-DB197B79CF9F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/DataBaseLib.dylib
      0xeea000 -  0x137aff8 +PublicLib.dylib ??? (???) <F49BE5C3-EFCF-4803-9181-882B579F568D> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/PublicLib.dylib
    0x1595000 -  0x15b9fea +AdobeAFL ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x15d5000 -  0x1684fd7 +AdobeSVGExport ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
    0x16b7000 -  0x16bdfdf +com.adobe.AdobeCrashReporter 2.5 (2.5.03072007) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x16c3000 -  0x1f30fff +libicudata.dylib.34.0 34.0.0 (compatibility 34.0.0) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/ICUData.framework/Versions/3.4/libicudata.dylib.34.0
    0x1f33000 -  0x1ff39fb +libicui18n.dylib.34.0 34.0.0 (compatibility 34.0.0) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.4/libicui18n.dyl ib.34.0
    0x207b000 -  0x2143387 +libicuuc.dylib.34.0 34.0.0 (compatibility 34.0.0) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.4/libicuuc.dylib.34.0
    0x2193000 -  0x220aff7 +libboost_regex-mt-1_33.dylib ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/libboost_regex-mt-1_33.dylib
    0x2264000 -  0x22abfc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x22b1000 -  0x22f1ff7  com.apple.vmutils 4.2 (106) <92BB4844-304C-C7AB-1F9B-686537C56099> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x230a000 -  0x2462ffd +WidgetBinLib.dylib ??? (???) <EEF2CA93-B6E3-449E-A963-893471395377> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/WidgetBinLib.dylib
    0x2570000 -  0x26dbff7 +AdobeOwl ??? (???) <4F473F2F-D9A9-41DF-94DF-F311FA16B720> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x27ae000 -  0x27afff7  com.apple.textencoding.unicode 2.3 (2.3) <A7D310DB-A5E6-C834-F72F-A66453834CC0> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x27e1000 -  0x27effe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <4D4E2081-4DB2-8F38-F233-4B8B8C1A64B9> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x2fd7000 -  0x2fe9ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <665E7F35-8391-AA75-E032-E643B3989F19> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x2ff4000 -  0x2ff8fff +com.adobe.InDesign.Data Services UI 5.0.0.458 (???) <9A295EDB-5CEB-4081-9ADF-223F526A6034> /Applications/Adobe InDesign CS3/Plug-ins/Data Services/Data Services UI.InDesignPlugin/Data Services UI
    0x77d1000 -  0x77d2ff7  ATSHI.dylib ??? (???) <56F243F1-C341-86EA-2BCC-31E75D46EBBC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x77e1000 -  0x77e7ffd +com.adobe.InDesign.Data Services 5.0.0.458 (???) <74B57DC9-3E39-44BF-B892-4A0262B836F1> /Applications/Adobe InDesign CS3/Plug-ins/Data Services/Data Services.InDesignPlugin/Data Services
    0x77ed000 -  0x77f8fe3 +com.adobe.InDesign.DTTransform 5.0.0.458 (???) <35B9AEBF-242C-43AF-9935-348B718CC5A7> /Applications/Adobe InDesign CS3/Plug-ins/Data Services/DTTransform.InDesignPlugin/DTTransform
    0x1c92f000 - 0x1c94bfef +com.adobe.InDesign.LILO 5.0.4.682 (???) <78F2D2A3-E21E-45A2-8674-5669CABBE6E0> /Applications/Adobe InDesign CS3/Plug-ins/Dictionaries/LILO/LILO.InDesignPlugin/LILO
    0x1ca70000 - 0x1ca91ff7 +com.adobe.InDesign.Dictionary Editor Dialog 5.0.4.682 (???) <E30C3EEA-89E9-468E-998E-421715684D45> /Applications/Adobe InDesign CS3/Plug-ins/Dictionaries/Dictionary Editor Dialog.InDesignPlugin/Dictionary Editor Dialog
    0x1caa6000 - 0x1cad0fef +TextPanelLib.dylib ??? (???) <47B64D3E-4DAF-4EEA-A02F-A7A52601B6CD> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/TextPanelLib.dylib
    0x1caf3000 - 0x1caf6fff +com.adobe.InDesign.PNG Import Filter UI 5.0.0.458 (???) <219F77F4-FB2C-4967-9D25-60C4198DB153> /Applications/Adobe InDesign CS3/Plug-ins/Filters/PNG Import Filter UI.InDesignPlugin/PNG Import Filter UI
    0x1cafb000 - 0x1cafcfff +com.adobe.InDesign.Help 5.0.0.458 (???) <59C676A7-D46D-4BF8-A44B-5649E240AA35> /Applications/Adobe InDesign CS3/Plug-ins/UI/Help.InDesignPlugin/Help
    0x1cfcf000 - 0x1cfdbfe3 +com.adobe.epic adobe_eula 2.0.1.1082 (2.0.1.1082) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/adobe_eula.framework/adobe_eula
    0x1cfe2000 - 0x1cfe2ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <72FF6A91-C3EC-4634-A0FB-E1586C2404E4> /usr/lib/libmx.A.dylib
    0x1cff1000 - 0x1cff8ffc +com.adobe.InDesign.SaveBack 5.0.0.458 (???) <D60DB5DD-9133-410D-AEED-96E225D0E4FE> /Applications/Adobe InDesign CS3/Plug-ins/Filters/SaveBack.InDesignPlugin/SaveBack
    0x1d300000 - 0x1d38bfdf +com.adobe.linguistic.LinguisticManager 3.1.3 (3.1.3.5196) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x1d3ab000 - 0x1d3c3fcb +com.adobe.InDesign.Media Import Filter 5.0.0.458 (???) <A9690264-1641-415C-BBA2-C375E797A7C2> /Applications/Adobe InDesign CS3/Plug-ins/Filters/Media Import Filter.InDesignPlugin/Media Import Filter
    0x1d3cc000 - 0x1d3e3fff +com.adobe.InDesign.Sangam Preferences UI 5.0.0.458 (???) <D884A939-E2F9-4D90-82DA-0119ADEC4802> /Applications/Adobe InDesign CS3/Plug-ins/Filters/Sangam Preferences UI.InDesignPlugin/Sangam Preferences UI
    0x1d3f0000 - 0x1d454fe4 +com.adobe.AdobeSangam AdobeSangam 4.2 (4.2.0.22) <A0E9BB6B-7E36-4C5A-897A-A433A3AF33FC> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0x1d4c6000 - 0x1d516fef +com.adobe.InDesign.SangamExport 5.0.0.458 (???) <B232AC96-4293-430C-995A-D6D38F837D6C> /Applications/Adobe InDesign CS3/Plug-ins/Filters/SangamExport.InDesignPlugin/SangamExport
    0x1d538000 - 0x1d625fdb +com.adobe.InDesign.SangamServicer-Mapper 5.0.4.682 (???) <C0F8F10D-E27C-4755-8090-442A9F2E3162> /Applications/Adobe InDesign CS3/Plug-ins/Filters/SangamServicer-Mapper.InDesignPlugin/SangamServicer-Mapper
    0x1d66d000 - 0x1d66ffff +com.adobe.InDesign.SimpleTextImportFilter 5.0.0.458 (???) <AFC35B5D-6977-498F-A6C0-7378C24ADC69> /Applications/Adobe InDesign CS3/Plug-ins/Filters/SimpleTextImportFilter.InDesignPlugin/SimpleTextImportFilter
    0x1d673000 - 0x1d6defc7 +com.adobe.InDesign.Tagged Text Attributes 5.0.0.458 (???) <7891C8E0-A157-4C1F-B34E-A9A71E74DA36> /Applications/Adobe InDesign CS3/Plug-ins/Filters/Tagged Text Attributes.InDesignPlugin/Tagged Text Attributes
    0x1d705000 - 0x1d710fff +com.adobe.InDesign.Tagged Text Filters UI 5.0.0.458 (???) <07BBA8CB-F137-4516-B875-6541797DACA4> /Applications/Adobe InDesign CS3/Plug-ins/Filters/Tagged Text Filters UI.InDesignPlugin/Tagged Text Filters UI
    0x1d717000 - 0x1d79afe7 +com.adobe.InDesign.Tagged Text Filters 5.0.4.682 (???) <34702E74-153E-4BA3-AD04-FE6073ABDAE4> /Applications/Adobe InDesign CS3/Plug-ins/Filters/Tagged Text Filters.InDesignPlugin/Tagged Text Filters
    0x1d7a8000 - 0x1d7affe7 +com.adobe.InDesign.Clipping Path Dialog 5.0.0.458 (???) <6EC2FCEB-F6E9-41AE-8CBD-DD882CF36A83> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Clipping Path Dialog.InDesignPlugin/Clipping Path Dialog
    0x1d7b8000 - 0x1d7dafff +com.adobe.InDesign.Color Management UI 5.0.0.458 (???) <52D35082-41CB-4186-927F-12A69C7E90A5> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Color Management UI.InDesignPlugin/Color Management UI
    0x1d7e5000 - 0x1d82cfef +com.adobe.InDesign.Color Picker Panel 5.0.0.458 (???) <9E669EF1-81DB-4240-B92C-764C2FBA1A58> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Color Picker Panel.InDesignPlugin/Color Picker Panel
    0x1d845000 - 0x1d84cfef +com.adobe.InDesign.EPS UI 5.0.0.458 (???) <DFE7643E-A510-47AB-810D-E8E094B45DF2> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/EPS UI.InDesignPlugin/EPS UI
    0x1d852000 - 0x1d858fe7 +com.adobe.InDesign.Generic Style Editor 5.0.0.458 (???) <9F984289-52ED-4391-B49D-AA1A14FD69E4> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Generic Style Editor.InDesignPlugin/Generic Style Editor
    0x1d861000 - 0x1d881ff3 +com.adobe.InDesign.Gradient Panel 5.0.0.458 (???) <8C4509AB-8290-4124-B33B-7664AADDA2DC> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Gradient Panel.InDesignPlugin/Gradient Panel
    0x1d890000 - 0x1d8d1ff3 +com.adobe.InDesign.Graphic Panels 5.0.0.458 (???) <ADC596C1-A326-4D9F-A330-B17892050B98> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Graphic Panels.InDesignPlugin/Graphic Panels
    0x1d8e9000 - 0x1d8edfef +com.adobe.InDesign.JPEG Export UI 5.0.0.458 (???) <BE6487F3-62A9-4889-BC0C-D9EC282365B5> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/JPEG Export UI.InDesignPlugin/JPEG Export UI
    0x1d8f3000 - 0x1d90cfff +com.adobe.InDesign.JPEG Export 5.0.4.682 (???) <1625F62A-DB41-4AA5-977F-765564EE8C23> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/JPEG Export.InDesignPlugin/JPEG Export
    0x1d91d000 - 0x1d94cffb +com.adobe.InDesign.Output Preview 5.0.4.682 (???) <62CB922C-0190-4CFE-9D39-4C01E47FB1AA> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Output Preview.InDesignPlugin/Output Preview
    0x1d95d000 - 0x1d969fef +com.adobe.InDesign.OutputMiscUI 5.0.0.458 (???) <BB613486-4008-40E8-99C3-5BDB31A02392> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/OutputMiscUI.InDesignPlugin/OutputMiscUI
    0x1d975000 - 0x1d9c1feb +com.adobe.InDesign.PDF UI 5.0.0.458 (???) <0AE9202C-D879-4AEB-9F76-415A21421BF4> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/PDF UI.InDesignPlugin/PDF UI
    0x1d9d9000 - 0x1da2effd +AdobeXMP ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x1da3c000 - 0x1da49fff +com.adobe.InDesign.Printer Styles 5.0.0.458 (???) <66BF4E9B-9AAA-4E59-BAC2-222F78A7A9AC> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Printer Styles.InDesignPlugin/Printer Styles
    0x1da52000 - 0x1daf0fef +com.adobe.InDesign.PrintUI 5.0.0.458 (???) <B9E289D4-F24D-4215-8F37-EED83FCC42A9> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/PrintUI.InDesignPlugin/PrintUI
    0x1db26000 - 0x1db2ffef +com.adobe.InDesign.PS Import UI 5.0.0.458 (???) <16038163-C648-4332-8CC6-02C31913BAAD> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/PS Import UI.InDesignPlugin/PS Import UI
    0x1db38000 - 0x1db3eff7 +com.adobe.InDesign.SVG Export UI 5.0.0.458 (???) <01BBCFBC-A0E4-4593-8D17-D337DF0022CF> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/SVG Export UI.InDesignPlugin/SVG Export UI
    0x1db44000 - 0x1dbc9fff +com.adobe.InDesign.SVG Export 5.0.0.458 (???) <F1A1DFCA-22A2-4EBC-9BB9-05014D447CD0> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/SVG Export.InDesignPlugin/SVG Export
    0x1dbf6000 - 0x1dc08fff +com.adobe.InDesign.Swatch Library Panel 5.0.0.458 (???) <EEE63A20-73E7-430E-BF01-86BE03DA7B6B> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Swatch Library Panel.InDesignPlugin/Swatch Library Panel
    0x1dc10000 - 0x1dc6dff7 +com.adobe.InDesign.Swatches Panel 5.0.0.458 (???) <56EBE10D-2DC0-4FA7-B070-286D676158B0> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Swatches Panel.InDesignPlugin/Swatches Panel
    0x1dc8a000 - 0x1dce9ffb +com.adobe.InDesign.Transparency UI 5.0.0.458 (???) <4AE9180A-FF7A-4B57-9201-A456B7EF89B2> /Applications/Adobe InDesign CS3/Plug-ins/Graphics/Transparency UI.InDesignPlugin/Transparency UI
    0x1dd09000 - 0x1dd3dff3 +com.adobe.InDesign.Assignment UI 5.0.0.458 (???) <F6A8746C-9B69-4976-8E68-DB324E27E387> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/Assignment UI.InDesignPlugin/Assignment UI
    0x1dd52000 - 0x1dd63fc7 +com.adobe.InDesign.InCopy Bridge UI 5.0.0.458 (???) <2F896ACD-EEA3-4CB2-95C5-AF85352EF339> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopy Bridge UI.InDesignPlugin/InCopy Bridge UI
    0x1dd6a000 - 0x1dd8eff7 +com.adobe.InDesign.InCopy Bridge 5.0.4.682 (???) <48E731B3-86A4-4DD9-B8FA-C988F3EF956B> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopy Bridge.InDesignPlugin/InCopy Bridge
    0x1dd9a000 - 0x1dd9efeb +com.adobe.InDesign.InCopyExport 5.0.0.458 (???) <0F2363BB-C116-4132-B79D-71FC78AA140C> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopyExport.InDesignPlugin/InCopyExport
    0x1dda4000 - 0x1dda8fff +com.adobe.InDesign.InCopyExportUI 5.0.0.458 (???) <77C291BC-EF06-43EB-827C-50769B3C3890> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopyExportUI.InDesignPlugin/InCopyExportUI
    0x1ddae000 - 0x1ddb300e +com.adobe.InDesign.InCopyImport 5.0.0.458 (???) <DB270045-C915-4D59-96DE-22BDAE988898> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopyImport.InDesignPlugin/InCopyImport
    0x1ddb8000 - 0x1ddbcfff +com.adobe.InDesign.InCopyWorkflow UI 5.0.0.458 (???) <6955319C-2E61-413B-A4BE-6F0D2583D10B> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopyWorkflow UI.InDesignPlugin/InCopyWorkflow UI
    0x1ddc2000 - 0x1ddf4feb +com.adobe.InDesign.Note 5.0.0.458 (???) <A274D200-D554-4003-84BF-365B89216A93> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/Note.InDesignPlugin/Note
    0x1de08000 - 0x1de0fff6 +com.adobe.InDesign.NotePref 5.0.0.458 (???) <93AF7AF8-5C16-4C42-98D0-A4F7CC1CA713> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/NotePref.InDesignPlugin/NotePref
    0x1de1a000 - 0x1de1cfff +com.adobe.InDesign.Username UI 5.0.0.458 (???) <7946FF7E-3349-498D-93F5-1F0D51D25707> /Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/Username UI.InDesignPlugin/Username UI
    0x1de22000 - 0x1de4efe3 +com.adobe.InDesign.BehaviorUI 5.0.0.458 (???) <48EE4200-9EE9-4CCA-9803-C7656C9C4C89> /Applications/Adobe InDesign CS3/Plug-ins/Interactive/BehaviorUI.InDesignPlugin/BehaviorUI
    0x1de63000 - 0x1de86fef +com.adobe.InDesign.FormFieldUI 5.0.0.458 (???) <9A08E8F7-0E6A-42C4-AD70-0450F43DDB1A> /Applications/Adobe InDesign CS3/Plug-ins/Interactive/FormFieldUI.InDesignPlugin/FormFieldUI
    0x1de9a000 - 0x1deafff3 +com.adobe.InDesign.MediaUI 5.0.0.458 (???) <BCBB8E8F-066F-4145-9E05-1D7319C69C6C> /Applications/Adobe InDesign CS3/Plug-ins/Interactive/MediaUI.InDesignPlugin/MediaUI
    0x1debb000 - 0x1dec406f +com.adobe.InDesign.Alignment Panel 5.0.0.458 (???) <4DCFC50C-0539-45A8-B31A-110E269B1E56> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Alignment Panel.InDesignPlugin/Alignment Panel
    0x1deca000 - 0x1def0ff7 +com.adobe.InDesign.Asset Library Panel 5.0.0.458 (???) <CBE05090-A4BD-47A4-BC63-A5E8DF5EA954> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Asset Library Panel.InDesignPlugin/Asset Library Panel
    0x1df06000 - 0x1df44feb +com.adobe.InDesign.Asset PubLibrary 5.0.0.458 (???) <5AC83352-A68B-4D23-BA8B-2758AD4994B6> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Asset PubLibrary.InDesignPlugin/Asset PubLibrary
    0x1df58000 - 0x1df82fe3 +com.adobe.InDesign.Book Panel 5.0.0.458 (???) <5A3B41C3-C92C-4BC0-9374-29D727C5DB0A> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Book Panel.InDesignPlugin/Book Panel
    0x1df96000 - 0x1dfa5fff +com.adobe.InDesign.Bookmark Panel 5.0.0.458 (???) <7C19089F-6F87-44A8-AAAC-48BFE95E8340> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Bookmark Panel.InDesignPlugin/Bookmark Panel
    0x1dfb2000 - 0x1dfd3ffb +com.adobe.InDesign.Control Panel 5.0.0.458 (???) <E7BFB649-A78D-4662-A286-C0781B7F52C3> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Control Panel.InDesignPlugin/Control Panel
    0x1dfe3000 - 0x1dfe8fff +com.adobe.InDesign.Create Guides Dialog 5.0.0.458 (???) <729142B6-15CB-4EEA-8733-F6FA07B99EF2> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Create Guides Dialog.InDesignPlugin/Create Guides Dialog
    0x1dfee000 - 0x1e014fff +com.adobe.InDesign.Eyedropper Tool 5.0.0.458 (???) <2535B820-564C-4C39-B27A-88E1535953B2> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Eyedropper Tool.InDesignPlugin/Eyedropper Tool
    0x1e022000 - 0x1e059fcf +com.adobe.InDesign.Hyperlinks Panel 5.0.0.458 (???) <3EE1A146-D8FE-4559-B808-D0089BF10448> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Hyperlinks Panel.InDesignPlugin/Hyperlinks Panel
    0x1e06c000 - 0x1e0a9fe7 +com.adobe.InDesign.Index Panel 5.0.0.458 (???) <A4E8B0AD-35F2-44FE-83F8-EB92F029B2A1> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Index Panel.InDesignPlugin/Index Panel
    0x1e0bc000 - 0x1e0f1feb +com.adobe.InDesign.Info Panel 5.0.0.458 (???) <ECDFE5E2-C8DA-4467-A887-1A6E86405CCB> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Info Panel.InDesignPlugin/Info Panel
    0x1e102000 - 0x1e159ffe +com.adobe.InDesign.Knowledge Base 5.0.0.458 (???) <A9DD1BD0-11E0-4BE0-BF4E-A7CFD6EDE2C8> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Knowledge Base.InDesignPlugin/Knowledge Base
    0x1e16e000 - 0x1e18dfff +com.adobe.InDesign.Layers Panel 5.0.0.458 (???) <BBF94334-3847-4986-BA31-77CAC4098878> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Layers Panel.InDesignPlugin/Layers Panel
    0x1e19d000 - 0x1e19ffe7 +com.adobe.InDesign.Layout Adjustment Panel 5.0.0.458 (???) <0051EC6E-8721-4CCE-9EE7-183BE332A566> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Layout Adjustment Panel.InDesignPlugin/Layout Adjustment Panel
    0x1e1a5000 - 0x1e1b6fff +com.adobe.InDesign.Layout Adjustment 5.0.0.458 (???) <5AFF3870-C739-4809-AC10-698FA2F8A477> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Layout Adjustment.InDesignPlugin/Layout Adjustment
    0x1e1bf000 - 0x1e207fff +com.adobe.InDesign.Links Panel 5.0.4.682 (???) <DECDCD57-DA5F-4B6B-9BE7-BA4E0B7C1B2F> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Links Panel.InDesignPlugin/Links Panel
    0x1e22a000 - 0x1e23ffff +com.adobe.InDesign.Navigator Panel 5.0.0.458 (???) <DC1A41DE-1496-459A-AEC7-E5B2015DC5BB> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Navigator Panel.InDesignPlugin/Navigator Panel
    0x1e24d000 - 0x1e2acff7 +com.adobe.InDesign.ObjectStylesUI 5.0.0.458 (???) <60B2DF59-3AE3-4621-93A2-FEA00D4FB356> /Applications/Adobe InDesign CS3/Plug-ins/Layout/ObjectStylesUI.InDesignPlugin/ObjectStylesUI
    0x1e2c9000 - 0x1e2dcfeb +com.adobe.InDesign.Page Setup Dialog 5.0.0.458 (???) <B7C99FC8-A354-459F-BD69-9DA89C5668CD> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Page Setup Dialog.InDesignPlugin/Page Setup Dialog
    0x1e2e3000 - 0x1e33ffef +com.adobe.InDesign.Pages Panel 5.0.0.458 (???) <CC82F2DE-CE0B-4B33-B19F-270899D413AD> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Pages Panel.InDesignPlugin/Pages Panel
    0x1e359000 - 0x1e361fff +com.adobe.InDesign.Sections UI 5.0.0.458 (???) <00E5FB32-30B7-489A-AE52-D5E07512ABD9> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Sections UI.InDesignPlugin/Sections UI
    0x1e367000 - 0x1e36bfff +com.adobe.InDesign.StepRepeat 5.0.4.682 (???) <C3EE7F06-93EB-45A8-A35B-461C2DA03F11> /Applications/Adobe InDesign CS3/Plug-ins/Layout/StepRepeat.InDesignPlugin/StepRepeat
    0x1e372000 - 0x1e39bff7 +com.adobe.InDesign.Text Wrap Panel 5.0.4.682 (???) <114ECA27-1506-4A15-A40D-C3948657F8FB> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Text Wrap Panel.InDesignPlugin/Text Wrap Panel
    0x1e3ab000 - 0x1e3cffff +com.adobe.InDesign.TOC UI Dialog 5.0.0.458 (???) <B8E6A83A-FF73-453B-82FB-222EBEEB830F> /Applications/Adobe InDesign CS3/Plug-ins/Layout/TOC UI Dialog.InDesignPlugin/TOC UI Dialog
    0x1e3de000 - 0x1e3fafff +com.adobe.InDesign.Transform Panel 5.0.0.458 (???) <DDEF092A-D5F5-4060-A589-B03C9BBDF052> /Applications/Adobe InDesign CS3/Plug-ins/Layout/Transform Panel.InDesignPlugin/Transform Panel
    0x1e406000 - 0x1e417ff3 +com.adobe.InDesign.Image Import UI 5.0.0.458 (???) <A06818D0-6F36-49A8-A92F-FDCD3321C466> /Applications/Adobe InDesign CS3/Plug-ins/Page Item/Image Import UI.InDesignPlugin/Image Import UI
    0x1e422000 - 0x1e42fff2 +com.adobe.InDesign.Scotch Rules 5.0.0.458 (???) <07E253C0-4878-4CFD-8C7E-E57435DBAAFB> /Applications/Adobe InDesign CS3/Plug-ins/Page Item/Scotch Rules.InDesignPlugin/Scotch Rules
    0x1e436000 - 0x1e467ffb +com.adobe.InDesign.BNUI 5.0.0.458 (???) <E1728ECE-0E11-463E-98AA-82F47FEB528F> /Applications/Adobe InDesign CS3/Plug-ins/PMPack/BNUI.InDesignPlugin/BNUI
    0x1e47c000 - 0x1e483fff +com.adobe.InDesign.CropTool 5.0.0.458 (???) <E7CA52B1-4EE9-4158-A275-1319ADEFF1FD> /Applications/Adobe InDesign CS3/Plug-ins/PMPack/CropTool.InDesignPlugin/CropTool
    0x1e48b000 - 0x1e4f7fff +com.adobe.InDesign.DataMerge 5.0.4.682 (???) <EB322839-ED37-4A26-940F-6B6751560452> /Applications/Adobe InDesign CS3/Plug-ins/PMPack/DataMerge.InDesignPlugin/DataMerge
    0x1e521000 - 0x1e53eff7 +com.adobe.InDesign.DataMergeUI 5.0.0.458 (???) <D5A1FEE2-E803-4A65-853E-62CA36E172A5> /Applications/Adobe InDesign CS3/Plug-ins/PMPack/DataMergeUI.InDesignPlugin/DataMergeUI
    0x1e54f000 - 0x1e55d05f +com.adobe.InDesign.PMToolBar 5.0.0.458 (???) <01EFA9E7-5891-4CAE-A0E1-E1BCC7270045> /Applications/Adobe InDesign CS3/Plug-ins/PMPack/PMToolBar.InDesignPlugin/PMToolBar
    0x1e568000 - 0x1e575ff2 +com.adobe.InDesign.PMWelcomeScreen 5.0.0.458 (???) <D235E4C3-BBCF-40A3-88B2-3E91C664269D> /Applications/Adobe InDesign CS3/Plug-ins/PMPack/PMWelcomeScreen.InDesignPlugin/PMWelcomeScreen
    0x1e582000 - 0x1e586fd8  com.apple.carbonframeworktemplate 1.1 (1.1.0) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0x1e58b000 - 0x1e5bcfef +com.adobe.InDesign.Package and Preflight UI 5.0.0.458 (???) <9C7AC64E-8372-4590-952B-F72B5AD479AD> /Applications/Adobe InDesign CS3/Plug-ins/Prepress/Package and Preflight UI.InDesignPlugin/Package and Preflight UI
    0x1e5cf000 - 0x1e61ffef +com.adobe.InDesign.Package and Preflight 5.0.4.682 (???) <B75768A0-8446-449F-90BE-1325E8C5F5AA> /Applications/Adobe InDesign CS3/Plug-ins/Prepress/Package and Preflight.InDesignPlugin/Package and Preflight
    0x1e628000 - 0x1e64bff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x1e653000 - 0x1e719fef +com.adobe.InDesign.JBX 5.0.0.458 (???) <16ABA433-3F98-465D-B35B-AA6AAF5B48A4> /Applications/Adobe InDesign CS3/Plug-ins/Sandbox/JBX.InDesignPlugin/JBX
    0x1e75d000 - 0x1e760fff +com.adobe.InDesign.Script Label Panel 5.0.0.458 (???) <0A69FDDC-C3A6-4356-BC47-0A255E91675B> /Applications/Adobe InDesign CS3/Plug-ins/Script/Script Label Panel.InDesignPlugin/Script Label Panel
    0x1e767000 - 0x1e76eff3 +com.adobe.InDesign.Scripts Panel 5.0.0.458 (???) <E40BF92F-6275-4C9F-BF25-2016C5021CFD> /Applications/Adobe InDesign CS3/Plug-ins/Script/Scripts Panel.InDesignPlugin/Scripts Panel
    0x1e776000 - 0x1e803fe7 +com.adobe.InDesign.Tables UI 5.0.0.458 (???) <20BE7B63-0947-45E7-BD3F-8E332E701D5F> /Applications/Adobe InDesign CS3/Plug-ins/Tables/Tables UI.InDesignPlugin/Tables UI
    0x1e826000 - 0x1e887ffb +com.adobe.InDesign.TableStylesUI 5.0.0.458 (???) <0E2577DB-0D37-450A-B63E-67BD3B36BD26> /Applications/Adobe InDesign CS3/Plug-ins/Tables/TableStylesUI.InDesignPlugin/TableStylesUI
    0x1e8a6000 - 0x1e8e303b +com.adobe.InDesign.Character Panel 5.0.4.682 (???) <7F8ECB7D-2079-46E4-A081-DA1D69103E22> /Applications/Adobe InDesign CS3/Plug-ins/Text/Character Panel.InDesignPlugin/Character Panel
    0x1e8fd000 - 0x1e90dfff +com.adobe.InDesign.Create Outlines 5.0.0.458 (???) <C7D6CA71-EF03-4A40-8E3A-C3123E8335B7> /Applications/Adobe InDesign CS3/Plug-ins/Text/Create Outlines.InDesignPlugin/Create Outlines
    0x1e915000 - 0x1e9c1fef +com.adobe.InDesign.Find and Change Panel 5.0.4.682 (???) <696E777E-A54B-4BF4-93D9-8B34E41D2B5E> /Applications/Adobe InDesign CS3/Plug-ins/Text/Find and Change Panel.InDesignPlugin/Find and Change Panel
    0x1e9ed000 - 0x1ea0cfe7 +com.adobe.InDesign.Find Change Format Panel 5.0.0.458 (???) <7671FB52-74A6-4DFF-B1BE-B54E1A8FB313> /Applications/Adobe InDesign CS3/Plug-ins/Text/Find Change Format Panel.InDesignPlugin/Find Change Format Panel
    0x1ea17000 - 0x1ea2e01f +com.adobe.InDesign.Font Usage Dialog 5.0.0.458 (???) <C10CFFAE-C33D-4F8A-A174-9334C975953A> /Applications/Adobe InDesign CS3/Plug-ins/Text/Font Usage Dialog.InDesignPlugin/Font Usage Dialog
    0x1ea39000 - 0x1ea98ffb +com.adobe.InDesign.Glyphs Panel 5.0.0.458 (???) <7E2FECBE-E228-4F60-B315-0A07EAB77612> /Applications/Adobe InDesign CS3/Plug-ins/Text/Glyphs Panel.InDesignPlugin/Glyphs Panel
    0x1eaae000 - 0x1eab3fef +com.adobe.InDesign.Hyphenation Panel 5.0.0.458 (???) <A18BA408-B78C-41C7-966E-F000F8F6F914> /Applications/Adobe InDesign CS3/Plug-ins/Text/Hyphenation Panel.InDesignPlugin/Hyphenation Panel
    0x1eabc000 - 0x1eac6fff +com.adobe.InDesign.Indents and Tabs 5.0.0.458 (???) <A2E4E50D-050C-4273-8EAB-57672EAD1644> /Applications/Adobe InDesign CS3/Plug-ins/Text/Indents and Tabs.InDesignPlugin/Indents and Tabs
    0x1eacf000 - 0x1ead4fff +com.adobe.InDesign.Justification Panel 5.0.0.458 (???) <8A6E8BE4-2F92-4D6D-B4B1-6C51C751E859> /Applications/Adobe InDesign CS3/Plug-ins/Text/Justification Panel.InDesignPlugin/Justification Panel
    0x1eada000 - 0x1eadeff7 +com.adobe.InDesign.Keeps Panel 5.0.0.458 (???) <CDB33F72-0447-42FE-81EC-D0799FB2CD6E> /Applications/Adobe InDesign CS3/Plug-ins/Text/Keeps Panel.InDesignPlugin/Keeps Panel
    0x1eae3000 - 0x1eafcff3 +com.adobe.InDesign.Optical Kerning 5.0.0.458 (???) <B0780089-D891-4294-9881-8237BB949911> /Applications/Adobe InDesign CS3/Plug-ins/Text/Optical Kerning.InDesignPlugin/Optical Kerning
    0x1eb05000 - 0x1eb1dfef +com.adobe.InDesign.Paragraph Panel 5.0.0.458 (???) <EFD65207-5E95-456F-8E6F-3D70B5367C4E> /Applications/Adobe InDesign CS3/Plug-ins/Text/Paragraph Panel.InDesignPlugin/Paragraph Panel
    0x1eb29000 - 0x1eb32fff +com.adobe.InDesign.Paragraph Rules Panel 5.0.0.458 (???) <C3BD8CD8-9B50-4241-9499-56BEE7C8C8A5> /Applications/Adobe InDesign CS3/Plug-ins/Text/Paragraph Rules Panel.InDesignPlugin/Paragraph Rules Panel
    0x1eb39000 - 0x1eb47fff +com.adobe.InDesign.Path Type UI 5.0.0.458 (???) <B464FA77-E6AF-476E-8AE1-7E98B158DF14> /Applications/Adobe InDesign CS3/Plug-ins/Text/Path Type UI.InDesignPlugin/Path Type UI
    0x1eb51000 - 0x1eb59ffc +PathTypeLib.dylib ??? (???) <18C15E31-C72D-4EEA-8452-2444772CFC43> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/PathTypeLib.dylib
    0x1eb60000 - 0x1eb6cfe7 +com.adobe.InDesign.RunIn Styles Panel 5.0.0.458 (???) <DBEE6188-6AF7-4366-A800-77D5CC719BEE> /Applications/Adobe InDesign CS3/Plug-ins/Text/RunIn Styles Panel.InDesignPlugin/RunIn Styles Panel
    0x1eb76000 - 0x1eb86fff +com.adobe.InDesign.SING 5.0.0.458 (???) <101E0AF3-FCAF-4902-8E7E-331A176E61DD> /Applications/Adobe InDesign CS3/Plug-ins/Text/SING.InDesignPlugin/SING
    0x1eb8f000 - 0x1ebb6fe3 +com.adobe.InDesign.Spelling Panel 5.0.0.458 (???) <56460421-FF84-45E6-92AA-43626E38B270> /Applications/Adobe InDesign CS3/Plug-ins/Text/Spelling Panel.InDesignPlugin/Spelling Panel
    0x1ebc8000 - 0x1ebd1fef +com.adobe.InDesign.Story Panel 5.0.0.458 (???) <8BE56D0B-F057-455C-BC0C-A596BE9D2DA6> /Applications/Adobe InDesign CS3/Plug-ins/Text/Story Panel.InDesignPlugin/Story Panel
    0x1ebd9000 - 0x1ec12fff +com.adobe.InDesign.Style Panel 5.0.0.458 (???) <CBFB03D6-5E53-46FA-BB0D-9E7AA49727A1> /Applications/Adobe InDesign CS3/Plug-ins/Text/Style Panel.InDesignPlugin/Style Panel
    0x1ec2c000 - 0x1ec32feb +com.adobe.InDesign.Text Color Panel 5.0.0.458 (???) <072591AA-A2E0-44CA-8982-056229E9598A> /Applications/Adobe InDesign CS3/Plug-ins/Text/Text Color Panel.InDesignPlugin/Text Color Panel
    0x1ec37000 - 0x1ec4bff3 +com.adobe.InDesign.Text Frame Options 5.0.0.458 (???) <EA8842D0-DABF-4980-83C4-4507A204C3D8> /Applications/Adobe InDesign CS3/Plug-ins/Text/Text Frame Options.InDesignPlugin/Text Frame Options
    0x1ec56000 - 0x1ec86fff +com.adobe.InDesign.Text Panel 5.0.0.458 (???) <4DDA3134-B6AC-45D0-B61E-DE2C1773E545> /Applications/Adobe InDesign CS3/Plug-ins/Text/Text Panel.InDesignPlugin/Text Panel
    0x1ec98000 - 0x1eca904b +com.adobe.InDesign.Text Preferences 5.0.0.458 (???) <EB96C5F6-B8BE-4FB3-B237-D6164EE82930> /Applications/Adobe InDesign CS3/Plug-ins/Text/Text Preferences.InDesignPlugin/Text Preferences
    0x1ecb3000 - 0x1ecc8fff +com.adobe.InDesign.Text Ruler 5.0.0.458 (???) <76836CAF-DF72-48FD-BC22-AB712DEDBB18> /Applications/Adobe InDesign CS3/Plug-ins/Text/Text Ruler.InDesignPlugin/Text Ruler
    0x1ecd2000 - 0x1ecdffff +com.adobe.InDesign.Text Style Panel 5.0.0.458 (???) <F6F81FD7-63CA-4FB2-90B4-EC9E5BEE2177> /Applications/Adobe InDesign CS3/Plug-ins/Text/Text Style Panel.InDesignPlugin/Text Style Panel
    0x1ece7000 - 0x1ee64ffb +com.adobe.InDesign.Text Walker 5.0.0.458 (???) <04A3777D-DC3E-4DB8-9B73-7848892730A1> /Applications/Adobe InDesign CS3/Plug-ins/Text/Text Walker.InDesignPlugin/Text Walker
    0x1eefb000 - 0x1eefcfff +com.adobe.InDesign.Global Preferences Panel 5.0.0.458 (???) <693EF424-C046-4F46-B986-0F363C59468B> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel
    0x1f800000 - 0x1f81aff3 +com.adobe.InDesign.Galley Preferences 5.0.0.458 (???) <04484DC8-FF4B-40CB-8841-B42A76CF3BF5> /Applications/Adobe InDesign CS3/Plug-ins/UI/Galley Preferences.InDesignPlugin/Galley Preferences
    0x1f82a000 - 0x1f82ffef +com.adobe.InDesign.General Preferences Panel 5.0.0.458 (???) <97415234-1B28-4D38-8A96-E19DDDF95DE6> /Applications/Adobe InDesign CS3/Plug-ins/UI/General Preferences Panel.InDesignPlugin/General Preferences Panel
    0x1f835000 - 0x1f842ffb +com.adobe.InDesign.Performance UI 5.0.0.458 (???) <4F3DE808-3ADE-4B7D-B292-DCD3DF5D7103> /Applications/Adobe InDesign CS3/Plug-ins/UI/Performance UI.InDesignPlugin/Performance UI
    0x1f84e000 - 0x1f85ffff +com.adobe.InDesign.Shortcut Editor Dialog 5.0.0.458 (???) <FD95270C-FF81-4FF6-BE64-10ADAE2ED53F> /Applications/Adobe InDesign CS3/Plug-ins/UI/Shortcut Editor Dialog.InDesignPlugin/Shortcut Editor Dialog
    0x1f869000 - 0x1f874ff7 +com.adobe.InDesign.Tool Box 5.0.0.458 (???) <9D3C3D9F-933B-4C8F-B378-A7804711C6A4> /Applications/Adobe InDesign CS3/Plug-ins/UI/Tool Box.InDesignPlugin/Tool Box
    0x1f87e000 - 0x1f885feb +com.adobe.InDesign.Tool Tips 5.0.0.458 (???) <4B227DB1-BCC1-4A6C-A703-CE507D59F6BF> /Applications/Adobe InDesign CS3/Plug-ins/UI/Tool Tips.InDesignPlugin/Tool Tips
    0x1f88e000 - 0x1f8a9fff +com.adobe.InDesign.Plugin Manager 5.0.0.458 (???) <6D0D804D-2F29-46BC-BF82-ED25ABB6086B> /Applications/Adobe InDesign CS3/Plug-ins/Utility/Plugin Manager.InDesignPlugin/Plugin Manager
    0x1f8b8000 - 0x1f8caffd +com.adobe.InDesign.Metadata UI 5.0.0.458 (???) <A99A4A16-A956-498D-B742-1E2761E80487> /Applications/Adobe InDesign CS3/Plug-ins/Workflow/Metadata UI.InDesignPlugin/Metadata UI
    0x1f8d5000 - 0x1f98bfcc +FileInfo ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x1f9b9000 - 0x1f9befff +com.adobe.InDesign.Workgroup UI 5.0.4.682 (???) <C8DDDEAF-ECBF-481B-9D50-391268443997> /Applications/Adobe InDesign CS3/Plug-ins/Workgroup/Workgroup UI.InDesignPlugin/Workgroup UI
    0x1f9c3000 - 0x1f9f1fff +com.adobe.InDesign.Snippet 5.0.4.682 (???) <A1B87032-37C2-4CDB-86C9-439CB74E8456> /Applications/Adobe InDesign CS3/Plug-ins/XMedia/Snippet.InDesignPlugin/Snippet
    0x1f9ff000 - 0x1faedfff +com.adobe.InDesign.XMedia UI 5.0.4.682 (???) <E526BDD4-BF57-4027-8635-FCEF8B5202A2> /Applications/Adobe InDesign CS3/Plug-ins/XMedia/XMedia UI.InDesignPlugin/XMedia UI
    0x1fb53000 - 0x1fb9efdf +com.adobe.InDesign.Actions 5.0.0.458 (???) <6B80AA4C-EFB8-4E46-BA47-1E14791702F7> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Actions.InDesignPlugin/Actions
    0x1fbba000 - 0x1fcdffe3 +com.adobe.InDesign.AppFramework 5.0.4.682 (???) <9BBA0C9F-2C1E-4EF3-8C30-F7E761207844> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
    0x1fd4b000 - 0x1feceff3 +com.adobe.InDesign.Application UI 5.0.4.682 (???) <D3A0FBAC-3FEA-4E26-8166-356C6F14A154> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
    0x1ff5b000 - 0x1ffe0fff +AdobeExtendScript 3.7.0 (compatibility 3.7.0) <EF6B3A34-C43A-45D3-BCD3-D7D450B5C6CD> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x2001c000 - 0x20098fef +AdobeScCore 3.7.0 (compatibility 3.7.0) <17A0DA14-E4D4-42B0-81B4-B75E4CB2DD8C> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x200d6000 - 0x20132fff +com.adobe.InDesign.Assignments 5.0.0.458 (???) <D4826E20-6A7D-468C-A000-B1D7AF126C22> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Assignments.InDesignPlugin/Assignments
    0x20159000 - 0x201a2ffb +com.adobe.InDesign.AWS 5.0.0.458 (???) <3CC41036-743E-4B6D-A6AB-743D69A85613> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/AWS.InDesignPlugin/AWS
    0x201c3000 - 0x201f5ff7 +com.adobe.InDesign.AWSUI 5.0.0.458 (???) <C2460D67-B740-41E6-8C4C-CD97929F158F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/AWSUI.InDesignPlugin/AWSUI
    0x20210000 - 0x20234ff3 +com.adobe.InDesign.Basic Tools 5.0.0.458 (???) <8E39B721-DB99-4577-ADB9-BA32A7C11822> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Basic Tools.InDesignPlugin/Basic Tools
    0x20246000 - 0x2026fff3 +com.adobe.InDesign.Behavior 5.0.0.458 (???) <895A9202-2E6A-43CC-BAF3-D814F261695C> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Behavior.InDesignPlugin/Behavior
    0x20285000 - 0x202e5fff +com.adobe.InDesign.BNCore 5.0.0.458 (???) <F425FD82-7BBA-45E4-90F8-61DB5F5A91A9> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/BNCore.InDesignPlugin/BNCore
    0x202fb000 - 0x20332ff7 +com.adobe.InDesign.Book 5.0.4.682 (???) <F96C7638-FA5B-4B44-8092-167D928DA71B> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Book.InDesignPlugin/Book
    0x20340000 - 0x20361ffb +com.adobe.InDesign.CellStyles.rpln 5.0.0.458 (???) <0BE3E0A6-0ED8-489C-B886-C4C9F8AFD184> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/CellStyles.rpln.InDesignPlugin/CellStyles.rpln
    0x2036e000 - 0x203c7fef +com.adobe.InDesign.CJK Text Attributes 5.0.0.458 (???) <DCE49BEA-5BE0-4156-BE7F-147494C71A5F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/CJK Text Attributes.InDesignPlugin/CJK Text Attributes
    0x203e0000 - 0x2042ffeb +com.adobe.InDesign.CJKGrid 5.0.4.682 (???) <C9BBE76F-7107-4CA3-B629-FC2E7BDB817D> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/CJKGrid.InDesignPlugin/CJKGrid
    0x20443000 - 0x204e4ffb +com.adobe.InDesign.Color Management 5.0.0.458 (???) <D0F8049B-EB18-44BC-AB25-22F1595F3247> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management
    0x2050f000 - 0x20548fef +com.adobe.InDesign.CompFontMgr 5.0.4.682 (???) <9514C67C-86A5-418A-811A-E4FA10F0FA65> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/CompFontMgr.InDesignPlugin/CompFontMgr
    0x20558000 - 0x20578ffb +com.adobe.InDesign.Dialog Layout 5.0.0.458 (???) <4B8B24B4-5CD3-44C7-9131-EBDF292A07BC> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Dialog Layout.InDesignPlugin/Dialog Layout
    0x20589000 - 0x2059dfef +com.adobe.InDesign.Document Actions 5.0.0.458 (???) <495400EB-B390-4A66-9B6D-81C0A841058F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Document Actions.InDesignPlugin/Document Actions
    0x205a5000 - 0x206aefff +com.adobe.InDesign.Document Framework 5.0.4.682 (???) <040E5EDC-859D-4EDD-A93E-EA845DBB7B52> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework
    0x206d3000 - 0x206d8fef +com.adobe.InDesign.Document UI 5.0.4.682 (???) <8218D4C1-12B5-4656-89EB-9BEC5CBA3C09> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Document UI.InDesignPlugin/Document UI
    0x206de000 - 0x2077cfcf +com.adobe.InDesign.EPS Page Item 5.0.0.458 (???) <B94445DF-2DCE-42AE-9D5B-CD37E0FB5D3C> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page Item
    0x2079e000 - 0x20842feb +com.adobe.InDesign.Font Manager 5.0.4.682 (???) <08D1639E-9042-4F48-A705-DD394FB8D5FA> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Font Manager.InDesignPlugin/Font Manager
    0x20857000 - 0x208b6fff +com.adobe.InDesign.FormField 5.0.0.458 (???) <423AA6D9-1ACF-4819-8806-BA5B7343B7F3> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/FormField.InDesignPlugin/FormField
    0x208df000 - 0x209f0ff7 +com.adobe.InDesign.Galley 5.0.4.682 (???) <3B17EC29-231A-47CF-8E3C-9A4F786375FE> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Galley.InDesignPlugin/Galley
    0x20a3c000 - 0x20b4cffb +com.adobe.InDesign.Generic Page Item 5.0.4.682 (???) <31A42D7B-777B-4448-832C-68D4C6CD3F07> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page Item
    0x20b81000 - 0x20b87ff7 +com.adobe.InDesign.GenericSettings 5.0.0.458 (???) <0B8E02A0-5809-4DC7-B773-3F6B8B1B2048> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/GenericSettings.InDesignPlugin/GenericSettings
    0x20b8d000 - 0x20bcefef +com.adobe.InDesign.Gradient Fill 5.0.0.458 (???) <F4F2DFF0-5C9D-49C4-A651-0F1F02A9428F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Gradient Fill.InDesignPlugin/Gradient Fill
    0x20be1000 - 0x20c65feb +com.adobe.InDesign.Graphics 5.0.4.682 (???) <CF9D21CB-F42F-4A94-AAE7-9F07101750C7> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics
    0x20c81000 - 0x20c87fef +com.adobe.InDesign.Group 5.0.0.458 (???) <E2AF24EB-31F4-404F-8D0A-C65BAAB62D6B> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Group.InDesignPlugin/Group
    0x20c8e000 - 0x20c9efff +com.adobe.InDesign.Guides 5.0.4.682 (???) <18406BEE-7811-4A41-8341-18D7CDDB9AF1> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Guides.InDesignPlugin/Guides
    0x20ca8000 - 0x20d03ffb +com.adobe.InDesign.Hyperlinks 5.0.0.458 (???) <1359AA1D-E4EA-4BF7-8D8F-7BCA8AB2AB61> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks
    0x20d17000 - 0x20d60fc3 +com.adobe.InDesign.Image Filters 5.0.4.682 (???) <AEBAE635-E10B-410D-8A51-6C516B52AB29> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image Filters
    0x20d68000 - 0x20e3effb +com.adobe.InDesign.Image 5.0.4.682 (???) <15D37B1F-4D81-4C04-97AF-E9879E65B5D6> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Image.InDesignPlugin/Image
    0x20e83000 - 0x20e95ff3 +com.adobe.InDesign.IME 5.0.4.682 (???) <95942223-32AD-44B1-A0B7-2DB2E0F2F62A> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/IME.InDesignPlugin/IME
    0x20e9f000 - 0x20ecbff7 +com.adobe.InDesign.Import Export UI 5.0.0.458 (???) <0D90A717-9DF4-4DF0-9F1C-9EEA4889E11C> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Import Export UI.InDesignPlugin/Import Export UI
    0x20ee6000 - 0x20f9bff7 +com.adobe.InDesign.InCopyShared 5.0.4.682 (???) <84802C43-1148-40A9-8A9A-A4FF07C0A5FA> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/InCopyShared.InDesignPlugin/InCopyShared
    0x20fe1000 - 0x20fe7fff +com.adobe.InDesign.InCopySharedUI 5.0.0.458 (???) <322B8FCA-C43A-4B73-93EA-0B44B4B82640> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/InCopySharedUI.InDesignPlugin/InCopySharedUI
    0x20fef000 - 0x21081ff7 +com.adobe.InDesign.InCopyWorkflow 5.0.0.458 (???) <6639A154-67A2-4BD0-A74C-C607BCF4DC0A> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/InCopyWorkflow.InDesignPlugin/InCopyWorkflow
    0x210c3000 - 0x2117cfe1 +com.adobe.InDesign.Indexing 5.0.4.682 (???) <432E3821-DC6E-452B-A28C-A35C0957213F> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Indexing.InDesignPlugin/Indexing
    0x211b4000 - 0x211fcfef +com.adobe.InDesign.INXCore 5.0.4.682 (???) <24A24944-41DE-41CA-8BDB-E3EFB1FF85F8> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/INXCore.InDesignPlugin/INXCore
    0x2120f000 - 0x21226fff +com.adobe.InDesign.Layer 5.0.0.458 (???) <CBAE5E62-4ECC-44C2-AFFB-8C0425D6E75D> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Layer.InDesignPlugin/Layer
    0x21232000 - 0x21346fe7 +com.adobe.InDesign.Layout UI 5.0.4.682 (???) <ED6DDA51-E1C3-4889-8938-6FD3A9184650> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Layout UI.InDesignPlugin/Layout UI
    0x213af000 - 0x213c4fff +com.adobe.InDesign.Layout 5.0.4.682 (???) <76EBF691-957F-4F01-86C6-61C6DCC37FAD> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout
    0x213ce000 - 0x21416ffb +com.adobe.InDesign.Linguistics 5.0.4.682 (???) <9F3AD4D7-56F2-4F48-BE09-F0D7D7701E09> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics
    0x21439000 - 0x214c7fef +com.adobe.InDesign.Links 5.0.4.682 (???) <5BF41706-8660-4576-A934-2096524D2170> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Links.InDesignPlugin/Links
    0x214fa000 - 0x2153effb +com.adobe.InDesign.Master Page 5.0.4.682 (???) <11214FFF-49DC-4479-BA70-B2BA83B481A0> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page
    0x2154f000 - 0x2156cfff +com.adobe.InDesign.Media 5.0.0.458 (???) <171C2E82-1AB9-40C8-8BBA-13C6FFEBAA8A> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Media.InDesignPlugin/Media
    0x21576000 - 0x21577fff +com.adobe.InDesign.Metadata Database Filter 5.0.0.458 (???) <CC8859BB-C15A-4709-B912-FD85C537F6EC> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
    0x2157b000 - 0x215d8ff7 +com.adobe.InDesign.Metadata 5.0.0.458 (???) <5FB6CA73-600B-4225-B823-753E0F5AFB10> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Metadata.InDesignPlugin/Metadata
    0x215ff000 - 0x2160cffb +com.adobe.InDesign.Movie 5.0.0.458 (???) <CFFA5F71-7E72-412D-B6B3-E3CFBAB0C573> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Movie.InDesignPlugin/Movie
    0x21615000 - 0x2163cfef +com.adobe.InDesign.Open Place 5.0.4.682 (???) <0B0F2BF1-58D4-4D52-9DE1-6058F50312D7> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Open Place.InDesignPlugin/Open Place
    0x21650000 - 0x216d1fcb +com.adobe.InDesign.Paragraph Composer 5.0.4.682 (???) <7FB1CC53-D164-438D-916C-7D8FAAE90C38> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Paragraph Composer.InDesignPlugin/Paragraph Composer
    0x216db000 - 0x21704fff +com.adobe.InDesign.Path Type 5.0.0.458 (???) <AD456B86-9F34-4347-BE93-F6071C1CD914> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type
    0x21715000 - 0x21896fff +com.adobe.InDesign.PDF 5.0.4.682 (???) <FB662DF8-BEED-486E-90DC-FA9F23C95C6C> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/PDF.InDesignPlugin/PDF
    0x2190b000 - 0x219ecfdf +AdobePDFPort ??? (???) <8DF33BF1-4F9E-4157-A15A-7CDD7B995B90> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x21a30000 - 0x21a4bff9 +AdobePDFSettings ??? (???) /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x21a64000 - 0x21f4dfd3 +AdobePDFL ??? (???) <2FE5F37F-F4A8-43A9-B877-C6EA26A0A43C> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x2205d000 - 0x2208bffb +com.adobe.InDesign.Photoshop Import Filter 5.0.4.682 (???) <E96030C1-3305-4E49-9A09-34B8A7B25EC8> /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Photoshop Import Filter.InDesignPlugin/Photoshop Import Filter
    0x2209f000 - 0x22d46fe

    Since that crash is in InDesign, you might get more answers in the InDesign forum.
    But the crash is in VersionCue, which is shared among applications.
    Disabling all of VersionCue might help.

  • Overriding text in table headers

    Hello,
    I am working on a document in CS3 where a table flows across several columns. I would like to set 2 header rows to appear in each column, however I wondered if it's going to be possible to have this but to override the text in one of the headers (it's the row style I want to repeat, not the text, which needs to say "blah blah blah" in the first column, then "blah blah blah continued" in subsequent columns)?
    Does anyone know if this is possible? I was hoping to avoid moving rows around as text in the tables is prone to change.
    Thanks for your assistance
    Cheers
    Deb

    Table > Table Options > Headers and Footers > Repeat Header: Every Text Column, and then check the Skip First button.
    This way you can set up the first column the way you like it, and then set up the second column the way you like all the rest.
    Ken

  • Crashing when click file

    hi i have adobe cs3 indesign v. 5.0.4
    i open it and click new document
    then click ok
    then click file and it crashes
    it is up to date with updates
    the crash data is this   I need this app working any help welcome
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE AdobeCrashReport SYSTEM "AdobeCrashReporter.dtd">
    <crashreport version="1.1" crVersion="2.5.0.03072007" applicationName="InDesign" applicationVersion="5040" build="5.0.4.682">
        <time year="2010" month="12" day="4" hour="19" minute="6" second="39" />
        <user guid="E71E657D-B7FD-4CF9-88BF-8FBFD39C1D0A" />
        <system platform="macintosh" osversion="10.6.5" applicationlanguage="en" userlanguage="en" oslanguage="en_US" ram="8192MB" machine="i386" model="MacPro1,1" cpuCount="4" cpuFreq="2660MHz" busFreq="1332MHz" />
        <crash exception="Read Only Memory Exception" instruction="508b008b">
            <backtrace crashedThread="0">
                <thread index="0">
                    <stackStatement index="0" address="0x270d48d6" symbolname="unknown"/>
                    <stackStatement index="1" address="0x21d7428b" symbolname="unknown"/>
                    <stackStatement index="2" address="0x21d7b3d6" symbolname="unknown"/>
                    <stackStatement index="3" address="0x21d7f3cb" symbolname="unknown"/>
                    <stackStatement index="4" address="0x21d8029e" symbolname="unknown"/>
                    <stackStatement index="5" address="0x21d83dec" symbolname="unknown"/>
                    <stackStatement index="6" address="0x90f49eef" symbolname="__ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCall Rec"/>
                    <stackStatement index="7" address="0x90f491b6" symbolname="__ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP 14HandlerCallRec"/>
                    <stackStatement index="8" address="0x90f49015" symbolname="_SendEventToEventTargetWithOptions"/>
                    <stackStatement index="9" address="0x90f9571b" symbolname="__ZL15SendMenuOpeningP14MenuSelectDataP8MenuDatadmP14__CFDictionaryhPh"/>
                    <stackStatement index="10" address="0x90f95131" symbolname="__ZL11DrawTheMenuP14MenuSelectDataPP9__CFArrayhPh"/>
                    <stackStatement index="11" address="0x90f94efb" symbolname="__ZL11MenuChangedP14MenuSelectDatahh"/>
                    <stackStatement index="12" address="0x90f93c79" symbolname="__ZL15TrackMenuCommonR14MenuSelectDataPh"/>
                    <stackStatement index="13" address="0x90f8c219" symbolname="__ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt"/>
                    <stackStatement index="14" address="0x9113e931" symbolname="_MenuSelect"/>
                    <stackStatement index="15" address="0x1dc01cd9" symbolname="unknown"/>
                    <stackStatement index="16" address="0x90f49eef" symbolname="__ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCall Rec"/>
                    <stackStatement index="17" address="0x90f491b6" symbolname="__ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP 14HandlerCallRec"/>
                    <stackStatement index="18" address="0x90f6b97b" symbolname="_SendEventToEventTarget"/>
                    <stackStatement index="19" address="0x1dc02465" symbolname="unknown"/>
                    <stackStatement index="20" address="0x1dc1f750" symbolname="unknown"/>
                    <stackStatement index="21" address="0x0000277b" symbolname="_main"/>
                    <stackStatement index="22" address="0x0000209e" symbolname="start"/>
                    <stackStatement index="23" address="0x00001fc5" symbolname="start"/>
                    <stackStatement index="24" address="0x00000002" symbolname="unknown"/>
                </thread>
            </backtrace>
            <registerSet>
                <register name="CS" value="0x00000017"/>
                <register name="DS" value="0x0000001f"/>
                <register name="SS" value="0x0000001f"/>
                <register name="ES" value="0x0000001f"/>
                <register name="FS" value="0000000000"/>
                <register name="GS" value="0x00000037"/>
                <register name="EFLAGS" value="0x00010282"/>
                <register name="EIP" value="0x270d48d6"/>
                <register name="EAX" value="0000000000"/>
                <register name="EBX" value="0x270d27f4"/>
                <register name="ECX" value="0x02a51bd8"/>
                <register name="EDX" value="0000000000"/>
                <register name="ESI" value="0000000000"/>
                <register name="EDI" value="0xbfffe2c4"/>
                <register name="EBP" value="0xbfffe288"/>
                <register name="ESP" value="0xbfffe260"/>
            </registerSet>
            <binaryImageSet>
                <binaryImage start="0x00001000" end="0x00003fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Adobe InDesign CS3"/>
                <binaryImage start="0x00008000" end="0x00008fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel"/>
                <binaryImage start="0x0000c000" end="0x0000cfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI"/>
                <binaryImage start="0x00010000" end="0x00014fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/PMRuntime.dylib"/>
                <binaryImage start="0x0001a000" end="0x0011afff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE"/>
                <binaryImage start="0x00139000" end="0x005b7fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM"/>
                <binaryImage start="0x0070d000" end="0x0074cfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeARE.framework/Versions/A/AdobeARE"/>
                <binaryImage start="0x00756000" end="0x0076ffff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB"/>
                <binaryImage start="0x00779000" end="0x0079afff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils"/>
                <binaryImage start="0x007a7000" end="0x00a0cfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType"/>
                <binaryImage start="0x00a89000" end="0x00da5fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS"/>
                <binaryImage start="0x00e1c000" end="0x00e89fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/ObjectModelLib.dylib"/>
                <binaryImage start="0x00eab000" end="0x00edbfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/DataBaseLib.dylib"/>
                <binaryImage start="0x00eea000" end="0x0137afff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/PublicLib.dylib"/>
                <binaryImage start="0x01595000" end="0x015b9fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL"/>
                <binaryImage start="0x015d5000" end="0x01684fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport"/ >
                <binaryImage start="0x016b7000" end="0x016bdfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRe porter"/>
                <binaryImage start="0x016c3000" end="0x01f30fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/ICUData.framework/Versions/3.4/libicudata.dylib.34.0 "/>
                <binaryImage start="0x01f33000" end="0x01ff3fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/ICUInternationalization.framework/Versions/3.4/libic ui18n.dylib.34.0"/>
                <binaryImage start="0x0207b000" end="0x02143fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/ICUUnicode.framework/Versions/3.4/libicuuc.dylib.34. 0"/>
                <binaryImage start="0x02193000" end="0x0220afff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/libboost_regex-mt-1_33.dylib"/>
                <binaryImage start="0x02264000" end="0x022abfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/adobe_caps.framework/Versions/A/adobe_caps"/>
                <binaryImage start="0x022b1000" end="0x022f1fff" type="__TEXT" path="/System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils"/>
                <binaryImage start="0x0230a000" end="0x02462fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/WidgetBinLib.dylib"/>
                <binaryImage start="0x02570000" end="0x026dbfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl"/>
                <binaryImage start="0x027ad000" end="0x027aefff" type="__TEXT" path="/System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings"/>
                <binaryImage start="0x077f0000" end="0x077f1fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter"/>
                <binaryImage start="0x077f5000" end="0x077f6fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel"/>
                <binaryImage start="0x077fa000" end="0x077fbfff" type="__TEXT" path="/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS. framework/Versions/A/Resources/ATSHI.dylib"/>
                <binaryImage start="0x1c8f2000" end="0x1c8f6fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/ahclient.framework/Versions/A/ahclient"/>
                <binaryImage start="0x1c8fc000" end="0x1c8fcfff" type="__TEXT" path="/System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript"/>
                <binaryImage start="0x1ca3f000" end="0x1ca52fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL"/>
                <binaryImage start="0x1ca59000" end="0x1ca6bfff" type="__TEXT" path="/System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib"/>
                <binaryImage start="0x1ca6f000" end="0x1ca7dfff" type="__TEXT" path="/System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib"/>
                <binaryImage start="0x1cbd8000" end="0x1cbeafff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/IME.InDesignPlugin/IME"/>
                <binaryImage start="0x1cbf4000" end="0x1cbf7fff" type="__TEXT" path="/Library/Application Support/Adobe/SING/TINthread.dylib"/>
                <binaryImage start="0x1da50000" end="0x1da6bfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Utility/Plugin Manager.InDesignPlugin/Plugin Manager"/>
                <binaryImage start="0x1dae1000" end="0x1daeefff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/PMPack/PMWelcomeScreen.InDesignPlugin/PMWelcomeScreen"/>
                <binaryImage start="0x1dc00000" end="0x1dd25fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework"/>
                <binaryImage start="0x1de92000" end="0x1e015fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI"/>
                <binaryImage start="0x1e0a2000" end="0x1e127fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendSc ript"/>
                <binaryImage start="0x1e163000" end="0x1e1dffff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore"/>
                <binaryImage start="0x1e21d000" end="0x1e39afff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Text Walker.InDesignPlugin/Text Walker"/>
                <binaryImage start="0x1e431000" end="0x1e479fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics"/>
                <binaryImage start="0x1e49c000" end="0x1e4ccfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Text Panel.InDesignPlugin/Text Panel"/>
                <binaryImage start="0x1e4de000" end="0x1e508fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/TextPanelLib.dylib"/>
                <binaryImage start="0x1e52b000" end="0x1e552fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Spelling Panel.InDesignPlugin/Spelling Panel"/>
                <binaryImage start="0x1e564000" end="0x1e5ddfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Text Editor.InDesignPlugin/Text Editor"/>
                <binaryImage start="0x1e5fc000" end="0x1e710fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Layout UI.InDesignPlugin/Layout UI"/>
                <binaryImage start="0x1e779000" end="0x1e7a5fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Import Export UI.InDesignPlugin/Import Export UI"/>
                <binaryImage start="0x1e7c0000" end="0x1e81bfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks"/>
                <binaryImage start="0x1e82f000" end="0x1e873fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page"/>
                <binaryImage start="0x1e884000" end="0x1e8a1fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Utilities.InDesignPlugin/Utilities"/>
                <binaryImage start="0x1e8b6000" end="0x1e957fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management"/>
                <binaryImage start="0x1e982000" end="0x1e9b4fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/AWSUI.InDesignPlugin/AWSUI"/>
                <binaryImage start="0x1e9f5000" end="0x1e9f8fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Script/Script Label Panel.InDesignPlugin/Script Label Panel"/>
                <binaryImage start="0x1ed00000" end="0x1ee09fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework"/>
                <binaryImage start="0x1eeae000" end="0x1eef7fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/AWS.InDesignPlugin/AWS"/>
                <binaryImage start="0x1ef18000" end="0x1ef3efff" type="__TEXT" path="/usr/lib/libssl.0.9.7.dylib"/>
                <binaryImage start="0x1ef4d000" end="0x1ef7cfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/Output Preview.InDesignPlugin/Output Preview"/>
                <binaryImage start="0x1ef8d000" end="0x1efbffff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/Note.InDesignPlugin/Note"/>
                <binaryImage start="0x1efd3000" end="0x1eff6fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8S haredExpat"/>
                <binaryImage start="0x1f100000" end="0x1f539fff" type="__TEXT" path="/Library/Application Support/Adobe/Adobe Version Cue CS3/Client/3.1.0/VersionCue.framework/VersionCue"/>
                <binaryImage start="0x1f62a000" end="0x1f6dffff" type="__TEXT" path="/usr/lib/libcrypto.0.9.7.dylib"/>
                <binaryImage start="0x1f725000" end="0x1f7defff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Indexing.InDesignPlugin/Indexing"/>
                <binaryImage start="0x1f816000" end="0x1f9d2fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/XML.InDesignPlugin/XML"/>
                <binaryImage start="0x1fa6d000" end="0x1fb3efff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore "/>
                <binaryImage start="0x1fb70000" end="0x1fc5efff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/XMedia/XMedia UI.InDesignPlugin/XMedia UI"/>
                <binaryImage start="0x1fcc4000" end="0x1fd25fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Tables/TableStylesUI.InDesignPlugin/TableStylesUI"/>
                <binaryImage start="0x1fd44000" end="0x1fefdfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Table Model.InDesignPlugin/Table Model"/>
                <binaryImage start="0x1ff76000" end="0x20003fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Tables/Tables UI.InDesignPlugin/Tables UI"/>
                <binaryImage start="0x20026000" end="0x20137fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Galley.InDesignPlugin/Galley"/>
                <binaryImage start="0x20183000" end="0x20207fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics"/>
                <binaryImage start="0x20223000" end="0x2030efff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Transparency.InDesignPlugin/Transparency"/>
                <binaryImage start="0x20357000" end="0x20ffefff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobePSL.framework/Versions/A/AdobePSL"/>
                <binaryImage start="0x2131d000" end="0x21372fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP"/>
                <binaryImage start="0x21380000" end="0x2168cfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Text.InDesignPlugin/Text"/>
                <binaryImage start="0x21716000" end="0x21753fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Text Wrap.InDesignPlugin/Text Wrap"/>
                <binaryImage start="0x21765000" end="0x217a6fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Gradient Fill.InDesignPlugin/Gradient Fill"/>
                <binaryImage start="0x217b9000" end="0x218c9fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page Item"/>
                <binaryImage start="0x218fe000" end="0x21a19fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Print.InDesignPlugin/Print"/>
                <binaryImage start="0x21a6f000" end="0x21abefff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/CJKGrid.InDesignPlugin/CJKGrid"/>
                <binaryImage start="0x21ad2000" end="0x21b0cfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Stroke and Fill.InDesignPlugin/Stroke and Fill"/>
                <binaryImage start="0x21b1b000" end="0x21b7afff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/FormField.InDesignPlugin/FormField"/>
                <binaryImage start="0x21ba3000" end="0x21bccfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Text Attributes.InDesignPlugin/Text Attributes"/>
                <binaryImage start="0x21be0000" end="0x21bfffff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Find Change Format Panel.InDesignPlugin/Find Change Format Panel"/>
                <binaryImage start="0x21c0a000" end="0x21cb6fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Find and Change Panel.InDesignPlugin/Find and Change Panel"/>
                <binaryImage start="0x21ce2000" end="0x21d41fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Glyphs Panel.InDesignPlugin/Glyphs Panel"/>
                <binaryImage start="0x21d57000" end="0x21d5efff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Script/Scripts Panel.InDesignPlugin/Scripts Panel"/>
                <binaryImage start="0x21d66000" end="0x21db1fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Actions.InDesignPlugin/Actions"/>
                <binaryImage start="0x21dcd000" end="0x21deffff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/Color Management UI.InDesignPlugin/Color Management UI"/>
                <binaryImage start="0x21f00000" end="0x21f39fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/CompFontMgr.InDesignPlugin/CompFontMgr"/>
                <binaryImage start="0x21f49000" end="0x21fedfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Font Manager.InDesignPlugin/Font Manager"/>
                <binaryImage start="0x22002000" end="0x2205bfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/CJK Text Attributes.InDesignPlugin/CJK Text Attributes"/>
                <binaryImage start="0x22074000" end="0x220b2fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Asset PubLibrary.InDesignPlugin/Asset PubLibrary"/>
                <binaryImage start="0x220c6000" end="0x220ecfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Asset Library Panel.InDesignPlugin/Asset Library Panel"/>
                <binaryImage start="0x22307000" end="0x2234efff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/Color Picker Panel.InDesignPlugin/Color Picker Panel"/>
                <binaryImage start="0x22367000" end="0x223c4fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/Swatches Panel.InDesignPlugin/Swatches Panel"/>
                <binaryImage start="0x223e1000" end="0x223f3fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/Swatch Library Panel.InDesignPlugin/Swatch Library Panel"/>
                <binaryImage start="0x223fb000" end="0x22442fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Scripting.InDesignPlugin/Scripting"/>
                <binaryImage start="0x22453000" end="0x22462fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Sections.InDesignPlugin/Sections"/>
                <binaryImage start="0x2246c000" end="0x2248bfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Layers Panel.InDesignPlugin/Layers Panel"/>
                <binaryImage start="0x2249b000" end="0x224abfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/SING.InDesignPlugin/SING"/>
                <binaryImage start="0x224b4000" end="0x2250efff" type="__TEXT" path="/Library/Application Support/Adobe/SING/SING.bundle/Contents/MacOS/SING"/>
                <binaryImage start="0x2261f000" end="0x22679fff" type="__TEXT" path="/Library/Application Support/Adobe/SING/SING.bundle/Contents/MacOS/SING"/>
                <binaryImage start="0x2278a000" end="0x2285cfff" type="__TEXT" path="/Library/Application Support/Adobe/SING/TIN.bundle/Contents/MacOS/TIN"/>
                <binaryImage start="0x22d51000" end="0x22d87fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Spline.InDesignPlugin/Spline"/>
                <binaryImage start="0x22da0000" end="0x22dd7fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Book.InDesignPlugin/Book"/>
                <binaryImage start="0x22de5000" end="0x22ebbfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Image.InDesignPlugin/Image"/>
                <binaryImage start="0x22f00000" end="0x22f06fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Group.InDesignPlugin/Group"/>
                <binaryImage start="0x22f0d000" end="0x22fabfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page Item"/>
                <binaryImage start="0x22fcd000" end="0x2314efff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/PDF.InDesignPlugin/PDF"/>
                <binaryImage start="0x231c3000" end="0x232a4fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort"/>
                <binaryImage start="0x232e8000" end="0x23303fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettin gs"/>
                <binaryImage start="0x2331c000" end="0x23805fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL"/>
                <binaryImage start="0x23915000" end="0x2392afff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout"/>
                <binaryImage start="0x23934000" end="0x23958fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Basic Tools.InDesignPlugin/Basic Tools"/>
                <binaryImage start="0x2396a000" end="0x2398cfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Spread UI.InDesignPlugin/Spread UI"/>
                <binaryImage start="0x23998000" end="0x23a24fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Spread.InDesignPlugin/Spread"/>
                <binaryImage start="0x23a41000" end="0x23af4fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Widgets.InDesignPlugin/Widgets"/>
                <binaryImage start="0x23deb000" end="0x23df2fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/PMPack/CropTool.InDesignPlugin/CropTool"/>
                <binaryImage start="0x23dfa000" end="0x23e29fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Spline UI.InDesignPlugin/Spline UI"/>
                <binaryImage start="0x23e44000" end="0x23e52fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Path Type UI.InDesignPlugin/Path Type UI"/>
                <binaryImage start="0x23e5c000" end="0x23e64fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/PathTypeLib.dylib"/>
                <binaryImage start="0x23e6b000" end="0x23e6dfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/Username UI.InDesignPlugin/Username UI"/>
                <binaryImage start="0x246da000" end="0x24700fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Eyedropper Tool.InDesignPlugin/Eyedropper Tool"/>
                <binaryImage start="0x2470e000" end="0x2474ffff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/Graphic Panels.InDesignPlugin/Graphic Panels"/>
                <binaryImage start="0x24767000" end="0x24794fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/PNG Import Filter.InDesignPlugin/PNG Import Filter"/>
                <binaryImage start="0x2479c000" end="0x247a7fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/UI/Tool Box.InDesignPlugin/Tool Box"/>
                <binaryImage start="0x247b1000" end="0x2480dfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Pages Panel.InDesignPlugin/Pages Panel"/>
                <binaryImage start="0x24837000" end="0x24844fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Text Style Panel.InDesignPlugin/Text Style Panel"/>
                <binaryImage start="0x2484c000" end="0x24885fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Style Panel.InDesignPlugin/Style Panel"/>
                <binaryImage start="0x2489f000" end="0x248b4fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Navigator Panel.InDesignPlugin/Navigator Panel"/>
                <binaryImage start="0x248c2000" end="0x2490afff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Links Panel.InDesignPlugin/Links Panel"/>
                <binaryImage start="0x2492d000" end="0x24936fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Story Panel.InDesignPlugin/Story Panel"/>
                <binaryImage start="0x2493e000" end="0x2495efff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/Gradient Panel.InDesignPlugin/Gradient Panel"/>
                <binaryImage start="0x2496d000" end="0x24976fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Alignment Panel.InDesignPlugin/Alignment Panel"/>
                <binaryImage start="0x2497c000" end="0x249b9fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Character Panel.InDesignPlugin/Character Panel"/>
                <binaryImage start="0x249d3000" end="0x249effff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Transform Panel.InDesignPlugin/Transform Panel"/>
                <binaryImage start="0x249fb000" end="0x24a01fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/Generic Style Editor.InDesignPlugin/Generic Style Editor"/>
                <binaryImage start="0x24a0a000" end="0x24a69fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/Transparency UI.InDesignPlugin/Transparency UI"/>
                <binaryImage start="0x24a89000" end="0x24a95fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/OutputMiscUI.InDesignPlugin/OutputMiscUI"/>
                <binaryImage start="0x24aa1000" end="0x24ac2fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Control Panel.InDesignPlugin/Control Panel"/>
                <binaryImage start="0x24ad2000" end="0x24b0ffff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Index Panel.InDesignPlugin/Index Panel"/>
                <binaryImage start="0x24b22000" end="0x24b59fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Hyperlinks Panel.InDesignPlugin/Hyperlinks Panel"/>
                <binaryImage start="0x24b6c000" end="0x24b8ffff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Interactive/FormFieldUI.InDesignPlugin/FormFieldUI"/>
                <binaryImage start="0x24ba3000" end="0x24bd8fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Info Panel.InDesignPlugin/Info Panel"/>
                <binaryImage start="0x24be9000" end="0x24bf8fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Bookmark Panel.InDesignPlugin/Bookmark Panel"/>
                <binaryImage start="0x24c05000" end="0x24c97fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/InCopyWorkflow.InDesignPlugin/InCopyWorkflow"/>
                <binaryImage start="0x24cd9000" end="0x24d8efff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/InCopyShared.InDesignPlugin/InCopyShared"/>
                <binaryImage start="0x24dd4000" end="0x24df8fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopy Bridge.InDesignPlugin/InCopy Bridge"/>
                <binaryImage start="0x24e04000" end="0x24e38fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/Assignment UI.InDesignPlugin/Assignment UI"/>
                <binaryImage start="0x24e4d000" end="0x24e5bfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/PMPack/PMToolBar.InDesignPlugin/PMToolBar"/>
                <binaryImage start="0x24e66000" end="0x24ed2fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/PMPack/DataMerge.InDesignPlugin/DataMerge"/>
                <binaryImage start="0x25000000" end="0x2501dfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/PMPack/DataMergeUI.InDesignPlugin/DataMergeUI"/>
                <binaryImage start="0x2502e000" end="0x2508dfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/ObjectStylesUI.InDesignPlugin/ObjectStylesUI"/>
                <binaryImage start="0x250aa000" end="0x250cbfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/CellStyles.rpln.InDesignPlugin/CellStyles.rpln"/>
                <binaryImage start="0x250d8000" end="0x250e0fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Sections UI.InDesignPlugin/Sections UI"/>
                <binaryImage start="0x250e6000" end="0x25110fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Book Panel.InDesignPlugin/Book Panel"/>
                <binaryImage start="0x25124000" end="0x2516cfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/INXCore.InDesignPlugin/INXCore"/>
                <binaryImage start="0x2517f000" end="0x251a2fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Support for AppleScript.InDesignPlugin/Support for AppleScript"/>
                <binaryImage start="0x251ac000" end="0x25219fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Support for JavaScript.InDesignPlugin/Support for JavaScript"/>
                <binaryImage start="0x25285000" end="0x252e5fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/BNCore.InDesignPlugin/BNCore"/>
                <binaryImage start="0x25e00000" end="0x25e64fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/XMLParser.InDesignPlugin/XMLParser"/>
                <binaryImage start="0x25e97000" end="0x25efafff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeAXEParser.framework/Versions/A/AdobeAXEParser"/ >
                <binaryImage start="0x25f16000" end="0x25f47fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/PMPack/BNUI.InDesignPlugin/BNUI"/>
                <binaryImage start="0x25f5c000" end="0x25f61fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Justification Panel.InDesignPlugin/Justification Panel"/>
                <binaryImage start="0x25f67000" end="0x25f7ffff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Paragraph Panel.InDesignPlugin/Paragraph Panel"/>
                <binaryImage start="0x25f8b000" end="0x25fb4fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Text Wrap Panel.InDesignPlugin/Text Wrap Panel"/>
                <binaryImage start="0x25fcb000" end="0x25ff3fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Text Wrap Path.InDesignPlugin/Text Wrap Path"/>
                <binaryImage start="0x26800000" end="0x268bdfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE"/>
                <binaryImage start="0x268ec000" end="0x268f9fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Page Item/Scotch Rules.InDesignPlugin/Scotch Rules"/>
                <binaryImage start="0x27070000" end="0x27084fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Rulers.InDesignPlugin/Rulers"/>
                <binaryImage start="0x270d1000" end="0x270d6fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Document UI.InDesignPlugin/Document UI"/>
                <binaryImage start="0x27129000" end="0x2712bfff" type="__TEXT" path="/Library/QuickTime/LiveType.component/Contents/MacOS/LiveType"/>
                <binaryImage start="0x27131000" end="0x27195fff" type="__TEXT" path="/Library/Application Support/ProApps/SharedA/Frameworks/LiveType.framework/Versions/A/LiveType"/>
                <binaryImage start="0x271b5000" end="0x27205fff" type="__TEXT" path="/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder"/>
                <binaryImage start="0x27217000" end="0x2725dfff" type="__TEXT" path="/Library/QuickTime/Motion.component/Contents/MacOS/Motion"/>
                <binaryImage start="0x27263000" end="0x27265fff" type="__TEXT" path="/Library/Frameworks/Motion.framework/Versions/A/Motion"/>
                <binaryImage start="0x2726b000" end="0x27308fff" type="__TEXT" path="/Library/Application Support/ProApps/SharedA/Frameworks/ProCore.framework/Versions/A/ProCore"/>
                <binaryImage start="0x27348000" end="0x273e0fff" type="__TEXT" path="/System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript"/>
                <binaryImage start="0x274b1000" end="0x274dafff" type="__TEXT" path="/System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit"/>
                <binaryImage start="0x277c7000" end="0x2782bfff" type="__TEXT" path="/System/Library/PrivateFrameworks/URLAccess.framework/Versions/A/URLAccess"/>
                <binaryImage start="0x27850000" end="0x27df7fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeOwl.framework/Resources/AuthPlayLib.bundle/Contents/MacO S/AuthPlayLib"/>
                <binaryImage start="0x28f6a000" end="0x28faafff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-Ins/Filters/Sangam Readers/Reader For DOCX.smrd/Contents/MacOS/Reader for DOCX"/>
                <binaryImage start="0x28fd1000" end="0x28ff4fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/PMFileReader.dylib"/>
                <binaryImage start="0x291bb000" end="0x291bffff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopyExport.InDesignPlugin/InCopyExport"/>
                <binaryImage start="0x29221000" end="0x29221fff" type="__TEXT" path="/usr/lib/libmx.A.dylib"/>
                <binaryImage start="0x292ac000" end="0x29399fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Filters/SangamServicer-Mapper.InDesignPlugin/SangamServicer-Mapper"/>
                <binaryImage start="0x293e1000" end="0x29445fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam"/>
                <binaryImage start="0x294b7000" end="0x2952dfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeSangamML.framework/Versions/A/AdobeSangamML"/>
                <binaryImage start="0x29569000" end="0x295cdfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-Ins/Filters/Sangam Readers/Reader for Excel.smrd/Contents/MacOS/Reader for Excel"/>
                <binaryImage start="0x295f3000" end="0x29673fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-Ins/Filters/Sangam Readers/Reader For PageMaker.smrd/Contents/MacOS/Reader For PageMaker"/>
                <binaryImage start="0x296c8000" end="0x297c1fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-Ins/Filters/Sangam Readers/Reader for Quark.smrd/Contents/MacOS/Reader for Quark"/>
                <binaryImage start="0x29810000" end="0x2986dfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-Ins/Filters/Sangam Readers/Reader for RTF.smrd/Contents/MacOS/Reader for RTF"/>
                <binaryImage start="0x29898000" end="0x29903fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-Ins/Filters/Sangam Readers/Reader for Word.smrd/Contents/MacOS/Reader for Word"/>
                <binaryImage start="0x2992b000" end="0x2999afff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-Ins/Filters/Sangam Readers/Reader For XLSX.smrd/Contents/MacOS/Reader for XLSX"/>
                <binaryImage start="0x299ea000" end="0x299f1fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-Ins/Filters/Sangam Readers/ZTextReader.smrd/Contents/MacOS/ZTextReader"/>
                <binaryImage start="0x29a7a000" end="0x29b08fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Links.InDesignPlugin/Links"/>
                <binaryImage start="0x29b3b000" end="0x29b52fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Font Usage Dialog.InDesignPlugin/Font Usage Dialog"/>
                <binaryImage start="0x2a055000" end="0x2a08afff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/adobe_epic.framework/adobe_epic"/>
                <binaryImage start="0x2a097000" end="0x2a0a3fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/adobe_eula.framework/adobe_eula"/>
                <binaryImage start="0x2a0aa000" end="0x2a0b8fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/adobe_personalization.framework/adobe_personalization"/>
                <binaryImage start="0x2a0bf000" end="0x2a0ccfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/asneu.framework/asneu"/>
                <binaryImage start="0x2a0f0000" end="0x2a0f9fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Text Editor Model.InDesignPlugin/Text Editor Model"/>
                <binaryImage start="0x2a275000" end="0x2a6edfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/AdobeLM_libFNP.dylib"/>
                <binaryImage start="0x2acc1000" end="0x2acd1fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/adobe_registration.framework/adobe_registration"/>
                <binaryImage start="0x2acd8000" end="0x2ad30fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobeUpdater.framework/AdobeUpdater"/>
                <binaryImage start="0x2ad48000" end="0x2ad51fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Sound.InDesignPlugin/Sound"/>
                <binaryImage start="0x2ad5a000" end="0x2ad6dfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Page Setup Dialog.InDesignPlugin/Page Setup Dialog"/>
                <binaryImage start="0x2ad7d000" end="0x2ada4fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Open Place.InDesignPlugin/Open Place"/>
                <binaryImage start="0x2adb8000" end="0x2adc5fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Movie.InDesignPlugin/Movie"/>
                <binaryImage start="0x2adce000" end="0x2ae2bfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Metadata.InDesignPlugin/Metadata"/>
                <binaryImage start="0x2ae52000" end="0x2ae6ffff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Media.InDesignPlugin/Media"/>
                <binaryImage start="0x2ae79000" end="0x2ae90fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Layer.InDesignPlugin/Layer"/>
                <binaryImage start="0x2ae9c000" end="0x2aeb0fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Document Actions.InDesignPlugin/Document Actions"/>
                <binaryImage start="0x2aeb8000" end="0x2aebefff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/InCopySharedUI.InDesignPlugin/InCopySharedUI"/>
                <binaryImage start="0x2aec6000" end="0x2aeccfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/GenericSettings.InDesignPlugin/GenericSettings"/>
                <binaryImage start="0x2aeea000" end="0x2aef7fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/Printer Styles.InDesignPlugin/Printer Styles"/>
                <binaryImage start="0x2b238000" end="0x2b245fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/UI/Performance UI.InDesignPlugin/Performance UI"/>
                <binaryImage start="0x2cbe0000" end="0x2cbf0fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Text/Create Outlines.InDesignPlugin/Create Outlines"/>
                <binaryImage start="0x2cbf8000" end="0x2cc41fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image Filters"/>
                <binaryImage start="0x2cc80000" end="0x2cc91fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/InCopy Bridge UI.InDesignPlugin/InCopy Bridge UI"/>
                <binaryImage start="0x2cc98000" end="0x2cc9efff" type="__TEXT" path="/Library/Application Support/Adobe/Linguistics/Providers/Plugins/WRLiloPlugin1.0.bundle/Contents/SharedSupport /CSLinguist.dylib"/>
                <binaryImage start="0x2cca3000" end="0x2ccaafff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/InCopyWorkflow/NotePref.InDesignPlugin/NotePref"/>
                <binaryImage start="0x2ccbd000" end="0x2cd3efff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Paragraph Composer.InDesignPlugin/Paragraph Composer"/>
                <binaryImage start="0x2cd48000" end="0x2cd64fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Dictionaries/LILO/LILO.InDesignPlugin/LILO"/>
                <binaryImage start="0x2cd71000" end="0x2cdfcfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic "/>
                <binaryImage start="0x2ce81000" end="0x2ced1fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Filters/SangamExport.InDesignPlugin/SangamExport"/>
                <binaryImage start="0x2cef3000" end="0x2cf78fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/SVG Export.InDesignPlugin/SVG Export"/>
                <binaryImage start="0x2cfa5000" end="0x2cfbefff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/JPEG Export.InDesignPlugin/JPEG Export"/>
                <binaryImage start="0x2cfcf000" end="0x2cffdfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/XMedia/Snippet.InDesignPlugin/Snippet"/>
                <binaryImage start="0x2d00b000" end="0x2d076fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Filters/Tagged Text Attributes.InDesignPlugin/Tagged Text Attributes"/>
                <binaryImage start="0x2d09d000" end="0x2d120fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Filters/Tagged Text Filters.InDesignPlugin/Tagged Text Filters"/>
                <binaryImage start="0x2d6b4000" end="0x2d6c4fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Guides.InDesignPlugin/Guides"/>
                <binaryImage start="0x2d6ce000" end="0x2d6eafff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/LogTransport.framework/LogTransport"/>
                <binaryImage start="0x2dc06000" end="0x2dc33fff" type="__TEXT" path="/Library/Application Support/Adobe/Linguistics/Providers/Plugins/WRLiloPlugin1.0.bundle/Contents/MacOS/WRLiloP lugin1.0"/>
                <binaryImage start="0x2dd82000" end="0x2dd91fff" type="__TEXT" path="/Library/Application Support/Adobe/Linguistics/Providers/Plugins/WRLiloPlugin1.0.bundle/Contents/SharedSupport /CNSLib.dylib"/>
                <binaryImage start="0x2ddcb000" end="0x2ddf2fff" type="__TEXT" path="/Library/Application Support/Adobe/Linguistics/Providers/Plugins/WRLiloPlugin1.0.bundle/Contents/SharedSupport /HSNFT.dylib"/>
                <binaryImage start="0x2e17a000" end="0x2e189fff" type="__TEXT" path="/Library/Application Support/Adobe/Linguistics/Providers/Plugins/WRLiloPlugin1.0.bundle/Contents/SharedSupport /PACLib.dylib"/>
                <binaryImage start="0x2e18d000" end="0x2e1b0fff" type="__TEXT" path="/Library/Application Support/Adobe/Linguistics/Providers/Plugins/WRLiloPlugin1.0.bundle/Contents/SharedSupport /MORPHLibs.dylib"/>
                <binaryImage start="0x2e1b8000" end="0x2e1bffff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/UI/Tool Tips.InDesignPlugin/Tool Tips"/>
                <binaryImage start="0x2e1c8000" end="0x2e1e8fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Dialog Layout.InDesignPlugin/Dialog Layout"/>
                <binaryImage start="0x2e1f9000" end="0x2e222fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Behavior.InDesignPlugin/Behavior"/>
                <binaryImage start="0x2e238000" end="0x2e26efff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/TOC.InDesignPlugin/TOC"/>
                <binaryImage start="0x2e27b000" end="0x2e2a4fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type"/>
                <binaryImage start="0x2e2b5000" end="0x2e30cfff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Knowledge Base.InDesignPlugin/Knowledge Base"/>
                <binaryImage start="0x2e321000" end="0x2e332fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/Layout Adjustment.InDesignPlugin/Layout Adjustment"/>
                <binaryImage start="0x2e4e7000" end="0x2e4f0fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/PS Import UI.InDesignPlugin/PS Import UI"/>
                <binaryImage start="0x2e700000" end="0x2e79efff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Graphics/PrintUI.InDesignPlugin/PrintUI"/>
                <binaryImage start="0x2e7d4000" end="0x2e800fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Interactive/BehaviorUI.InDesignPlugin/BehaviorUI"/>
                <binaryImage start="0x2e815000" end="0x2e839fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Layout/TOC UI Dialog.InDesignPlugin/TOC UI Dialog"/>
                <binaryImage start="0x2e848000" end="0x2e850fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Spelling Service.InDesignPlugin/Spelling Service"/>
                <binaryImage start="0x2e858000" end="0x2e884fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/TableStyles.InDesignPlugin/TableStyles"/>
                <binaryImage start="0x2e891000" end="0x2e8b2fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Dictionaries/Dictionary Editor Dialog.InDesignPlugin/Dictionary Editor Dialog"/>
                <binaryImage start="0x2e8c7000" end="0x2e8f5fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Photoshop Import Filter.InDesignPlugin/Photoshop Import Filter"/>
                <binaryImage start="0x2e909000" end="0x2e96efff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobePSL.framework/PlugIns/mmxcore.plugin/Contents/MacOS/MMXC ore"/>
                <binaryImage start="0x2ea0c000" end="0x2ea58fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/Frameworks/AdobePSL.framework/PlugIns/multiprocessor support.plugin/Contents/MacOS/MultiProcessor Support"/>
                <binaryImage start="0x2fe90000" end="0x2fee0fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Plug-ins/Prepress/Package and Preflight.InDesignPlugin/Package and Preflight"/>
                <binaryImage start="0x2fee9000" end="0x2ff45fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Required/Assignments.InDesignPlugin/Assignments"/>
                <binaryImage start="0x40000000" end="0x400a6fff" type="__TEXT" path="/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/../Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K"/>
                <binaryImage start="0x900ff000" end="0x90100fff" type="__TEXT" path="/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit"/>
                <binaryImage start="0x90101000" end="0x901aefff" type="__TEXT" path="/usr/lib/libobjc.A.dylib"/>
                <binaryImage start="0x9038d000" end="0x90397fff" type="__TEXT" path="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition .framework/Versions/A/SpeechRecognition"/>
                <binaryImage start="0x90398000" end="0x904c7fff" type="__TEXT" path="/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox"/>
                <binaryImage start="0x904cd000" end="0x904f1fff" type="__TEXT" path="/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/Imag eIO.framework/Versions/A/Resources/libJPEG.dylib"/>
                <binaryImage start="0x904f2000" end="0x904f2fff" type="__TEXT" path="/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices"/>
                <binaryImage start="0x906ca000" end="0x906cdfff" type="__TEXT" path="/usr/lib/system/libmathCommon.A.dylib"/>
                <binaryImage start="0x90812000" end="0x90856fff" type="__TEXT" path="/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI"/>
                <binaryImage start="0x90881000" end="0x90883fff" type="__TEXT" path="/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/Imag eIO.framework/Versions/A/Resources/libRadiance.dylib"/>
                <binaryImage start="0x90892000" end="0x908b3fff" type="__TEXT" path="/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL"/>
                <binaryImage start="0x90aab000" end="0x90aadfff" type="__TEXT" path="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framew ork/Versions/A/SecurityHI"/>
                <binaryImage start="0x90ab8000" end="0x90b66fff" type="__TEXT" path="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Ver sions/A/Ink"/>
                <binaryImage start="0x90bab000" end="0x90bbbfff" type="__TEXT" path="/usr/lib/libsasl2.2.dylib"/>
                <binaryImage start="0x90bbc000" end="0x90bc8fff" type="__TEXT" path="/usr/lib/system/libkxld.dylib"/>
                <binaryImage start="0x90bc9000" end="0x90be4fff" type="__TEXT" path="/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/Imag eIO.framework/Versions/A/Resources/libPng.dylib"/>
                <binaryImage start="0x90be5000" end="0x90ce6fff" type="__TEXT" path="/usr/lib/libxml2.2.dylib"/>
                <binaryImage start="0x90ce7000" end="0x90d9dfff" type="__TEXT" path="/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS. framework/Versions/A/Resources/libFontParser.dylib"/>
                <binaryImage start="0x90e4d000" end="0x90e90fff" type="__TEXT" path="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationService s.framework/Versions/A/NavigationServices"/>
                <binaryImage start="0x90e91000" end="0x90e92fff" type="__TEXT" path="/usr/lib/libScreenReader.dylib"/>
                <binaryImage start="0x90e93000" end="0x90ee3fff" type="__TEXT" path="/System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControl s"/>
                <binaryImage start="0x90f42000" end="0x91266fff" type="__TEXT" path="/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framewo rk/Versions/A/HIToolbox"/>
                <binaryImage start="0x912fb000" end="0x9130ffff" type="__TEXT" path="/usr/lib/libbsm.0.dylib"/>
                <binaryImage start="0x91310000" end="0x9131dfff" type="__TEXT" path="/System/Library/Frameworks/NetFS.framework/Versions/A/NetFS"/>
                <binaryImage start="0x9131e000" end="0x9131efff" type="__TEXT" path="/usr/lib/liblangid.dylib"/>
                <binaryImage start="0x91403000" end="0x92355fff" type="__TEXT" path="/System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/Qui

    Hi,
    Thanks for the swift Reply. I have run as administrator and still no joy, I also tried opening an illustrator tester file on the desktop and same problem happened
    David

  • [CS3]How to export a table in InDesign to an excel file?

    Hi,
    Can any one tell me how to script the process of exporting a table to excel file in InDesign CS3 using javascript?
    Thanks in advance.
    myRiaz

    Sorry, no javaScript, but here are some lines from a localization tool that I made in VB. I simply loop through the Rows and Columns and use the Excel DOM to fill the Excel-cells.
    Of course you can read amended/localized Excel files back into inDesign the same way, provided that the tables match (nr of rows and columns).
    Afterwards you could loop through the characters of each cell to apply the formatting that you want to keep in Excel, such as SuperScripts.
    Hope it helps you.
    Set myExcel = CreateObject("Excel.Application")
    myExcel.Visible = True
    Set myTableBook = myExcel.Workbooks.Add
    Set myTableSheet = myTableBook.Worksheets.Item(1)
    myTableSheet.Columns.ColumnWidth = 35
    myTableSheet.Cells.VerticalAlignment = xlVAlignTop
    myTableSheet.Cells.WrapText = True
    For R = 1 To myTable.Rows.Count
        Set myTableRow = myTable.Rows.Item(R)
        For C = 1 To myTableRow.Cells.Count
            Set myTableCell = myTableRow.Cells.Item(C)
            If Len(myTableCell.Contents) = 0 Then
                myTableSheet.Cells(R, C) = ""
            Else
                myTableSheet.Cells(R, C) = myTableCell.Contents
                myTableSheet.Cells(R, C).Value = Replace(myTableSheet.Cells(R, C).Value, "1397058884", "—")
                myTableSheet.Cells(R, C).Value = Replace(myTableSheet.Cells(R, C).Value, Chr(13), Chr(10))
            End If
        Next C
    Next R
    good luck
    TonyT 

  • [CS3/CS4 JS] How can you get the associatedXMLElement of a merged cell in a table?

    Hi!
    Inserting a table, and autotagging it, I get a table with a number of cell elements in the XML Structure.
    Selecting an item in the table, I can find the associated XML by the following line of code:
    app.selection[0].associatedXMLElement
    My problems begin when cells are merged. Then the associatedXMLElement for the cell returns null.
    How can I find the associatedXMLElement for a merged cell?
    Using the getElements makes no difference.
    app.selection[0].getElements()[0].associatedXMLElement
    (returns null)
    In the XML structure I can see that the merged cell is still associated to an XML Element, which becomes underlined and also referrs back to the cell, selecting it when double clicking the XML Element link in the structure.
    Is there no way to get to the xml element of a merged cell?
    I have tested in CS3 and CS4 as well, and they act in the same way.
    I also found a similar, unanswered, question from Anne-Laure Jallon in the "With CS3, some things have changed" ( http://forums.adobe.com/message/1105813#1105813 ):
    Hello,
    I'm working with VBscript.
    Is there a difference between cell.associatedXmlElement in CS2 and CS3?
    All my cells in CS2 had an associatedXmlElement.
    In CS3, my table has an associatedXmlElement, but all its cells don't (The value is Nothing)
    Is this a bug? Is it linked with XML evolution?   Thanks Anne Laure
    Adding some more info:
    I made a test, by selecting the XMLElement in the structure, and from that object finding the cell, and finding back to the assiciatedXMLElement:
    app.selection[0].getElements()[0].cells[0].associatedXMLElement
    Result: [object XMLElement]
    So that kind of "chain" works.
    But with the merged cell as only reference, I can't find its associatedXMLElement. Any ideas would be appreciated.
    Best regards,
    Andreas Jansson
    Message was edited by: Andreas Jansson

    In my opinion, locate a cell according to his content is not so effortable. What happens if contents of more than two cells are equals?
    I take xml elements of associated xml element of table and put them into an array.
    This array contains associated xml elements of every cell ordered by cell positions into table.
    Now, locate associated xml element of a cell based on its array position (index) is more reliable:
    var myCell_cell = app.selection[0];
    var myElement = myCell.associateXMLElement
    if (!myElement || !myElement.isValid)  {
         var table =  myCell.parent;
         var xml_tab = table.associatedXMLElement;
         var xml_cells_arr = xml_tab.xmlElements.everyItem().getElements();
         var idx = myCell.index;
         myElement = xml_cells_arr[idx];
    Alex ;-)

  • DW CS3 Unexpected table row growth.

    upgraded to CS3 from DW8, DWMX and found the following
    problem with my pages.
    I should say with the way they display in DW CS3.
    The problem is that the row expands in design view to
    accommodate the variable names, unlike previous prevouse versions
    that display the table at its true size.
    In this example:
    <td colspan="2" class="smallbutton"><div
    align="left">
    <%=(KT_escapeAttribute(rsPub_Participant.Fields.Item("sFName").Value))%> 
    <%=(KT_escapeAttribute(rsPub_Participant.Fields.Item("sMName").Value))%> 
    <%=(KT_escapeAttribute(rsPub_Participant.Fields.Item("sLName").Value))%></div>
    </td>
    Under older versions the table row will not grow to
    accommodate each of the fields. But in DW CS3 it does making it
    difficult to design a page.
    Question: How can I turn this off "fix it"?
    Thanks
    Mark this message as the answer.

    In Preferences > Invisible Elements, set "Show dynamic
    text as" to "{}"
    HTH,
    Randy
    > The problem is that the row expands in design view to
    accommodate the variable
    > names, unlike previous prevouse versions that display
    the table at its true
    > size.
    >
    > In this example:
    > <td colspan="2" class="smallbutton"><div
    align="left">
    >
    <%=(KT_escapeAttribute(rsPub_Participant.Fields.Item("sFName").Value))%> 
    >
    <%=(KT_escapeAttribute(rsPub_Participant.Fields.Item("sMName").Value))%> 
    >
    <%=(KT_escapeAttribute(rsPub_Participant.Fields.Item("sLName").Value))%></div>
    > </td>
    >
    > Under older versions the table row will not grow to
    accommodate each of the
    > fields. But in DW CS3 it does making it difficult to
    design a page.
    >
    > Question: How can I turn this off "fix it"?

  • AS: setting table properties in ID CS3 invokes odd error message

    I'm converting an InDesign CS2 script to CS3 and am having the strangest error. This code used to work in ID CS2 for the selected text frame:
    >tell parent story of insertion point 1 of selection
    >set theTable to make table with properties {width:gridColumnWidth, body row count:totalGridRows, header row count:0, footer row count:0, column count:totalGridColumns, height:gridRowHeight, left border stroke weight:gridBorderWeight, right border stroke weight:gridBorderWeight, top border stroke weight:gridBorderWeight, bottom border stroke weight:gridBorderWeight, left border stroke type:"Solid", right border stroke type:"Solid", top border stroke type:"Solid", bottom border stroke type:"Solid", space after:0, space before:0}
    >end tell
    But now it chokes and gives me this strange error:
    >Adobe InDesign CS3 got an error: Invalid value for set property 'height'. Expected number or string, but received 21.80909090909093.
    Huh? That obviously has to be a number or string, so what's going on? What's even weirder is if I delete all the table properties except for weight and height, the script doesn't give the error. I know I can do this with a table style, but I'd like to understand what the problem is before I take that step.

    Shane:
    I was completely distracted by another project and am just getting back to addressing this problem. Sorry about that.
    Anyway, your suggestion was a sound one: I set the width and height in the first statement, added everything else in a second statement, and it worked perfectly. Thanks! Any idea why I needed to do so?

  • Problem XML table in INdesign CS3 - coming in as tables not rows

    hi
    I am creating a pricelist in Indesign CS3 with xml
    everyting is workin except when the xml imports it puts the data in seperate tables not in one table.
    I have 5 colums in a table of 1 row.I select the table & tag it story, then select the row & tag it row.
    i then select each column & tag itby the individual column names - ProductName, Description,etc
    this matches the xml file structure eg
    <?xml version="1.0" encoding="UTF-8"  standalone="yes" ?>
    - <Root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    - <Story>
    - <Row>
    <Category>Acacia Wattles</Category>
    <ProductName>Acacia acinacea</ProductName>
    <CommonName>GOLD DUST WATTLE</CommonName>
    <Description>Hardy small-medium shrub. Golden ball flowers  August to December. Suitable for dry or moist soils, gravel or sandy soils.  Frost tolerant.</Description>
    </Row>
    - <Row>
    <Category>Acacia Wattles</Category>
    <ProductName>Acacia baileyana</ProductName>
    <CommonName>COOTAMUNDRA WATTLE</CommonName>
    <Description>Evergreen small tree with silvery grey  foliage. Golden flowers in winter, young foliage purple</Description>
    </Row>
    </Story>
    </Root>
    the structure in the view panel is
    Root
    -  Story
    -   Row
    Category
    ProductName
    CommonName
    Description
    all the info comes in perfectly but it makes a separte table for each row rather than one table with a nmuber of rows of information
    can anyone help please

    Hi Chook,
    Here is the xml file for your reference. Just import the xml file in InDesign and Pour the xml in textframes it will automatically create the table for you.
    orderform.xml
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <Root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Story>
        <table xmlns:aid="http://ns.adobe.com/AdobeInDesign/4.0/" aid:table="table" aid:trows="189" aid:tcols="4">
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia acinacea</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GOLD DUST WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy small-medium shrub. Golden ball flowers August to December. Suitable for dry or moist soils, gravel or sandy soils. Frost tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia baileyana</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">COOTAMUNDRA WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small tree with silvery grey foliage. Golden flowers in winter, young foliage purple</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia buxifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BOX LEAF WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium-tall shrub with bright yellow flowers in spring. Most soils, tolerating dryness &amp; lime.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia dealbata</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SILVER WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium tree. Grey fern-like foliage, bright yellow flowers in spring. Clay soils. Tolerates wetness frost &amp; snow.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia deanii</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">DEANE'S WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small-medium tree. Fern-like foliage, pale yellow flowers in winter. Well drained soils. Tolerates frost &amp; some dryness.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia decora</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WESTERN SILVER WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy evergreen dense medium shrub. Masses of yellow flowers August to October. Well drained soils. Tolerates some dryness &amp; lime. Usually frost resistent</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia decurrens</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GREEN WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium tree. Large fine fern-like foliage, profuse yellow flowers in early spring. Well drained soils. Frost tender when young.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia doratoxylon</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">CURRAWONG</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Small tree or erect shrub. Leaves straight, firm, narrow &amp; dense. Bright golden flowers in spring. Well drained soils. Tolerates drought. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia flexifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BENT LEAF WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium shrub. Light yellow ball flowers winter to spring. Well drained soils. Tolerates some dryness &amp; lime. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia genistifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SPREADING WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small to medium shrub. Narrow sharply pointed leaves. Yellow flowers in winter. Moist soils.Tolerates dryness. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia hakeoides</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WESTERN BLACK WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium to tall shrub with dense foliage, yellow flowers in winter. Well-drained soils. Tolerates lime, dryness &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia implexa</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">HICKORY WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium tree with curved foliage &amp; pale yellow flowers in summer. Well drained soils. Tolerates dryness &amp; frost</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia iteaphylla</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">FLINDERS RANGE WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen tall shrub with blue-green foliage. Pale yellow flowers autumn to spring. Well-drained soils. Tolerates lime, salt &amp; drought. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia lanigera</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WOOLLY WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Small to medium hardy shrub with attractive woolly grey-green foliage. Yellow ball flowers autumn to spring. Adapts to most soil types. Tolerates frosts.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia leucoclada</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">NORTHERN SILVER WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Erect shrub or small tree. Glaucous, pinnate leaves. Yellow ball-shaped flowers in spring.  Suited to most soils.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia mearnsii</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BLACK WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium tree. Green fern-like foliage. Creamy yellow flowers in spring-summer. Well drained soils. Tolerates dryness &amp; lime. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia melanoxylon</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BLACKWOOD</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen tree. Deep green foliage. Cream flowers winter-spring. Good plant for moist conditions. Tolerates salt, snow &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia montana</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">MALLEE WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Spreading medium shrub. Bright yellow balls in spring. Well-drained light to heavy soils. Tolerates dryness &amp; lime. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia paradoxa</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">KANGAROO THORN</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Prickly shrub. Gold ball flowers in spring. Well-drained soils. Tolerates dryness, lime &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia pendula</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WEEPING MYALL</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Medium shrub. Pale lemon flowers in winter. Silvery blue-green weeping foliage. Well-drained soils. Tolerates dryness, lime &amp; salt soils. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia pravissima</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">OVENS WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small tree with graceful drooping habit. Small yellow flowers in spring. Most soils. Tolerates dryness, lime, frost and snow.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia pycnantha</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GOLDEN WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small tree. Deep green foliage. Deep golden flowers in spring. Most soils. Tolerates dryness, lime &amp; salt. Frost tender when young.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia rubida</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">RED STEM WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen tall shrub with light green foliage. Yellow flowers in spring. Most soils. Tolerates dryness &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia salicina</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">COOBA, NATIVE WILLOW</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small-medium tree. Graceful weeping habit. Pale yellow flowers in winter. Most soils. Tolerates drought, lime &amp; salt. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia stenophylla</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">RIVER COOBA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small-medium tree. Handsome pendulous foliage. Yellow flowers autumn-winter. Most soils. Tolerates dryness, lime &amp; salt. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia verniciflua</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">VARNISH WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium-tall shrub with handsome foliage. Yellow flowers in spring. Tolerates wetness, dryness, lime &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia Wattles</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Acacia vestita</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">HAIRY WATTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen tall shrub with soft grey-green foliage &amp; yellow flowers in spring. Well drained soils. Tolerates lime &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia ericifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">HEATH BANKSIA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen tall shrub. Small leaves, large cones of amber-reddish flowers autumn-winter. Most soils. Tolerates dryness, lime &amp; salt. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia integrifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WHITE HONEYSUCKLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Greenish yellow flowers most of the year, 8 to 15 cm long.  This species varies in size from a shrub to a tree.  It grows on coastal sands and can tolerate severe coastal exposure.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia marginata</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SILVER BANKSIA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen tall shrub. Attractive foliage. Cones of yellow flowers in autumn-winter. Most soils. Tolerates wetness, dryness, lime, salt soils, frost &amp; light snow.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon brachyandrus</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">PRICKLY BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">A useful bottlebrush to plant in streets and gardens in inland areas, and also useful in windbreak plantings in hot dry regions.  The foliage is good refuge of birdlife.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon citrinus</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">RED BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Large shrub with dense foliage massed with crimson flowers in spring/summer.  Most soil type or situation. Tolerates wetness, dryness, lime &amp; salt soils.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon pallidus</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">LEMON BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Medium to tall shrub with attractive foliage &amp; lovely lemon flowers in spring/summer. Excellent water absorber. Moist soils. Tolerates light snow &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon salignus</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WILLOW BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy large shrub with dense foliage massed with lemon flowers in spring-summer.  Attractive white papery bark. Moist soils. Full sun. Frost tender when young.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon seiberi</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">RIVER BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy, quick growing tall shrub. Likes moist/well-drained soils but tolerates boggy wet conditions. Cream to pale pink flowers during spring &amp; autumn. </Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon speciosus</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SHOWY BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Long spikes of deep red, gold-tipped flowers in spring.  This species is one of the most attractive of all bottlebrushes.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon pityoides</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">ALPINE BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Shrub with silvery-grey new growth and yellow or cream flowers. Suitable for alpine, subalpine and tablelands. Tolerates periodically wet ground.  Frost tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon viminalis</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WEEPING BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Small to medium tree with narrow leaves &amp; rich red flowers in spring. Good water absorber. Tolerates lime &amp; salt soils. Frost tender when young.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Banksia &amp; Bottlebrush</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Callistemon Captain Cook</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">DWARF WEEPING BOTTLEBRUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy small-medium shrub. Lots of bright red flowers in spring/summer &amp; autumn. Grows better in moist soils and sun. Tolerates light frost. Prune after flowering</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca armillaris</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BRACELET HONEY MYRTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Tall spreading shrub.  Narrow dark-green leaves. Small white bottle brush flowers. Windbreaks. Any soil. Tolerates dryness, lime &amp; salt.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca decussata</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">CROSS LEAF HONEY MYRTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Medium-tall shrub. Small narrow leaves, short mauve-pink bottlebrush flowers in spring-summer. Any position. Tolerates lime, salt &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca ericifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SWAMP MELALEUCA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">A dense, bushy coastal shrub, that loses its lower branches at maturity to expose layers of pale, corky bark.Will tolerate wet, swampy, poorly drained and saline sites.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca halmaturorum</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SALT PAPERBARK</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Large shrub to small tree. Small dark-green leaves, profuse white flowers in spring. Any soil. Tolerates wetness, dryness lime &amp; salt soil. </Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca incana</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GREY HONEY MYRTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Medium-tall shrub with soft grey-green leaves. Yellowish-green flowers in spring. Most soils. Tolerates wetness, dryness &amp; lime.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca lanceolata </ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">MOONAH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Tall shrub or small tree. Deep green or grey-green leaves. White flowers spring-summer. Any soil. Tolerates wetness, drought, lime &amp; salt.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca lateritia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">ROBIN RED BREAST</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Medium shrub with narrow leaves &amp; bright orange-red bottlebrush-like flowers. Any soil. Tolerates wetness, dryness &amp; lime. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca linarifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SNOW IN SUMMER</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Bushy tree with attractive foliage, lovely paperbark trunk. Conspicuous white flowers in early summer. Most soils. Tolerates wetness, dryness, lime &amp; salt.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Melaleuca stypheloides</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">PRICKLY LEAF PAPERBARK</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Medium-tall tree with paperbark trunk. Small pointed green leaves, cream flowers in summer. Any soil.  Tolerates wetness, dryness, lime, salt soil &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea ambigua</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WHITE KUNZEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen large shrub. White flowers in profusion in spring &amp; summer. Well-drained soil. Tolerates dryness &amp; lime. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea ericoides</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BURGAN</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen large shrub with massed fluffy white flowers along arching branches in spring-summer. Well-drained soils. Tolerates wetness, light snow &amp; frost</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea parviflora</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">VIOLET KUNZEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen medium shrub with fine aromatic foliage &amp; massed pinky-mauve pompom flowers in spring-summer. Mois well-drained soils. Tolerates wetness &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Leptospermum brevipes</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SLENDER TEA-TREE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Spreading shrub with white flowers in spring-summer. Suitable for screening. Purplish new growth. Well-drained soil. Frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Leptospermum continentale</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">PRICKLY TEA-TREE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Upright prickly shrub with white flowers in spring-summer. Moist soil. Tolerates frost &amp; extended dry periods.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Leptospermum obovatum</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">RIVER TEA-TREE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Erect shrub with creamy flowers during spring and summer. Moist well-drained soil. Frost resistant</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Kunzea, Melaleuca &amp; Leptospermum</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Leptospermum scoparium</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">PINK TEA-TREE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Pink flowering with narrow prickly leaves.  It will tolerate both dry and poorly drained sites.  The showy, pink flowers are especially valuable for autumn and winter display.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Calytrix tetragona</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">COMMON FRINGE MYRTLE</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Bushy medium shrub with aromatic green leaves. Flowers cream to pink, mainly in spring. Well-drained soils. Frost &amp; drought tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Correa alba</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WHITE CORREA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen samll shrub with white star flowers and round leaves.  Flowers for most of the year. Frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Correa pulchella</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">DEEP PINK CORREA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy compact small shrub. Deep green foliage massed with</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Correa reflexa </ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">COMMON CORREA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Bushy medium shrub with aromatic green leaves. Flowers cream to pink, mainly in spring. Well-drained soils. Frost &amp; drought tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Eremophila glabra</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GREY EMU BUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small shrub with grey foliage. Greenish flowers in spring-summer. Very hardy. Well-drained soil.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Eremophila ssp</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">VARIOUS VARIETIES</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Please enquire about our varieties of Eremophila</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevillea Clearview David</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GREVILLEA 'CLEARVIEW DAVID'</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen dense medium shrub. Very vigorous growth. Masses of bright-red spider flowers during winter and spring. Well-drained soil, full sun. Frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevillea alpina</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">ALPINE GREVILLEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small shrub with grey-green foliage.  Well drained soil. Tolerates frost and extended dry periods. Attractive pink flowers are a nectar-source for native birds.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevillea lanigera</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">WOOLLY GREVILLEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Evergreen small-medium shrub. Lime green flowers in winter &amp; spring. Moist, well-drained soil. Frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevillea rosmarinifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">ROSEMARY GREVILLEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hardy quick growing dense shrub, dark-green pointed leaves. Pinkish-red flowers most of the year. Well-drained soil, full sun. Frost tolerant. Good screen plant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Hibbertia obtusifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">GREY GUINEA FLOWER</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Small spreading prostrate shrub with masses of bright yellow flowers in spring &amp; summer. Well-drained soil in some shade. Usually frost resistant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Myoporum parviflolium</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">CREEPING BOOBIALLA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Attractive ground cover with white flowers in spring. Sunny position. Most soils. Tolerates dryness, lime &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Westringia fruticosa(white or blue)</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">NATIVE ROSEMARY</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Rounded medium shrub with grey leaves. White or blue flowers spring-summer. Very hardy in most situations. Useful screen plant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Daviesia latifolia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">HOP BITTER PEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Open straggly shrub with ovate leaves. Yellow &amp; brown pea flowers in spring. Very hardy</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Dillwynia retorta</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SMALL LEAF PARROT-PEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Variable upright or prostrate shrub with yellow &amp; red pea flowers in spring-summer. Well-drained soil. Frost tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Dillwynia sericea</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">SHOWY PARROT-PEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Upright shrub with sticky hairy stems, copious yellow &amp; red pea flowers in spring-summer. Well-drained soil. Tolerates frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Mirbelia oxylobioides</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">MOUNTAIN MIRBELIA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Open branched shrub with small leaves.  Orange-yellow pea flowers in late spring. Well-drained soil, semi shade. Drought &amp; frost tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Pultenaea foliolosa</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BUSH PEA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Small leafed shrub with yellow-orange flowers in spring.  Well drained soil. Drought &amp; frost tolerant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Pycnosorus globosus</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">DRUMSTICKS</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Robust perennial with woolly, silvery leaves. Tall globular yellow flower heads appear in spring &amp; summer. Hardy, sunny situation, most soils.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Grevilleas &amp; Ornamental</Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Correa reflexa var.</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">CORREA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Spreading or erect shrub with round dull-green leaves. Green or red &amp; green bell shaped flowers from autumn-spring. Hardy plant. Likes well-drained soi.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Atriplex nummularia</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">OLD MAN SALTBUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Dense, large, grey shrub with whitish, branches. Frost and salt tolerant and withstands severe drought and long periods of shallow flooding. Excellent fodder plant.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Chenopodium nitrariaceum</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">NITRE GOOSEFOOT</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Spiny, greyish shrub, with slender branches and thick, green leaves. Drought and saline soil tolerant and can withstand extended period of complete inundation.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Enchylaena tomentosa</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">RUBY SALTBUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Attractive, excellent container plant with succulent red berries. Tolerates drought, frost and some salinity.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Maireana decalvans</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">BLACK COTTONBUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Good coloniser on heavy soils.  Tolerates salinity to some degree.  Rarely grazed by stock.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Rhagodia spinescens</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">THORNY SALTBUSH</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Branches rigid and often ending in a spine.  Leaves oblong and greensh or mealy white.  Fruit a deep red berry.  Useful for colonising saline scalds.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Bursaria lasiophylla</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">HAIRY BURSARIA</CommonName>
            <Description aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Prickly evergreen tall shrub with small leaves, masses of small white flowers in spring. Most soils. Tolerates dryness, lime &amp; frost.</Description>
        <!--/Row-->
        <!--Row-->
            <Category aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Saltbush &amp; Understorey </Category>
            <ProductName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944">Bursaria spinosa</ProductName>
            <CommonName aid:table="cell" aid:crows="1" aid:ccols="1" aid:ccolwidth="62.16220472440944"&g

  • Table Height Missing in DW CS3?

    I just upgraded from DW8 to CS3. The Properties panel is
    missing the table height fields. I see width, but where height is
    supposed to be is blank...
    I tried searching for "table" in help and couldn't find an
    answer. Any help would be greatly appreciated!
    Thanks
    Jose

    In response to the web community at large, each new version
    of DW is moving
    more and more in the direction of producing so-called valid
    code and
    formatting pages exclusively via CSS.
    "height" has never been a valid attribute of the HTML
    <table> tag, even
    though some browsers have honoured it, so it has finally been
    removed from
    the DW interface.
    http://www.w3.org/TR/html401/struct/tables.html#h-11.2.1
    See
    http://www.apptools.com/examples/tableheight.php
    Also, FYI, here's an example of formatting a table-based
    layout with CSS:
    http://www.projectseven.com/tutorials/css/css_td/index.htm
    In any case, it's good practice on the web to allow your
    tables to collapse
    to suit their content.
    Regards
    John Waller

  • No Tables in DW CS3 Remote MySQL Connection

    Hello All,
    I was hoping forum members would be able to troubleshoot a
    Dreamweaver CS3/remote MySQL Connection issue I'm having.
    I am successful in connecting to the database but the table
    data I created in phpMyAdmin 2.6.3 does not appear in the
    Application/Databases menu in DW. Instead of the name of the table,
    I get "none".
    Since I am new to databases, any help is greatly appreciated.
    I did view older posts before submitting this one but the advice
    recommended (re-installing the entire MySQL application from
    scratch) is not an option. Server is SunOS running PHP 4.4.7 and
    MySQL 2.0.20. I'm on Windows XP. Thanks once again.

    Was this issue resolved?
    I have the same problem now. DW was working fine the one day and the next when I started it it had this connection problem.
    I am testing on my local PC. My sites is at http://localhost/
    All my connection are working because if I go to http://localhost/index.php I can see my site and if I go to http://localhost/register.php I can even register a new user. It will include the new user details in the data base and everything is working fine. So there is nothing wrong with the connection.
    In DW I do have http://localhost/ on the Local Info screen. As I said, all was working fine on the current setup the one day and the next day it did not want to work.
    Seems like a very common problem.
    I want to buy CS4 and surely hope that the problem has been fixed by now.

  • Table Disappears in Dreamweaver CS3

    I am trying to update some pages that I did not create and
    that were not created in Dreamweaver. When I open the page in DW,
    the table with the text does not show up. Everything works fine
    when viewing in IE.
    This is the page:
    http://vzoners.com/secondkingdom/sktravelersfaire/friday.html
    This is what I get when I open it in Dreamweaver CS3:
    DW PIC
    I really would rather be able to update in Design view, so if
    anyone can help I'd really appreciate it.
    Thanks!
    Debbie

    > When I open the page in DW, the table with the text
    > does not show up.
    look in code view in dw.
    see all the yellow highlighted tags?
    start here around line 113
    <tr>
    <th align="center">Time</td>
    <th align="center">Game</td>
    <th align="center">Host</td>
    <th align="center">Locale</td></tr>
    change to:
    <tr>
    <th align="center">Time</th>
    <th align="center">Game</th>
    <th align="center">Host</th>
    <th align="center">Locale</th></tr>
    around line 135, same issue. wrong closing tag.
    keep going- after fixing the wrong closing tags, click back
    in design view,
    then look back in code view to find the next set of
    improperly closed tags.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Invisible Tables In Dreamweaver CS3

    Hello – I’m having a problem accessing the proper table in Dreamweaver CS3. In the past I never had a problem with this now all of a sudden I cannot figure out what I did to change this setting. I want my tables without borders, which I have achieved by setting it to zero border… however it now completely disappears from the page while I’m working on it and I have nothing to define my table. In the past when working with zero borders it would still define the structure of the table but wouldn’t appear when published on the web. I went into view / visual aids / and checked table borders and still nothing. How can I view my table boundaries while working with no border? For years I had no problem with this and now I’m really puzzled as to what I have done to change the setting. Please, if anyone can help I’d appreciate it.

    Even with a black background, you should be able to see the dotted lines surrounding a table.
    I just tested with a black background with  Visual Aids> table borders turned on and could see the outline, and then turned the borders off, and then I certainly couldn't  a thing  :-) 
    Sounds like something's broken in DW...if DW starts to act a bit weird-  this frequently means you may have a corrupt personal configuration folder.
    Close Dreamweaver, locate the personal configuration folder, and rename it.
    When you restart Dreamweaver, it should create a new configuration folder with all the program defaults.   
    For details of how to find the configuration folder, see this page in the Dreamweaver FAQ
    Hopefully this will fix the problem for you.

Maybe you are looking for

  • One Dimension with Facts at different levels

    I currently have a single dimension with 5 levels. I have two fact tables that both connect to the dimension table but at different levels. For example. If we have a Dimension Country -> Region -> City and then two fact tables. One that has facts at

  • Windows 8.1 update 1 tablets keep defaulting to desktop

    Now I'll start by saying I just say Keith mention needing to copy the 6.2 unattend files to 6.3. Which I'll try doing, but won't have time until next week. Has anyone thus far imaged a tablet with 8.1u1 yet? I built all new images using the 8.1 ISO t

  • File Contents Package shows on server while file shows on workstation

    I have created several DVD Studio Pro projects, one based on another. They are stored on a hard drive within the mini server which several computers have access too. On the server (MacMini 10.6) one of those projects displays in Finder in the expande

  • Running apps

    Can someone tell me how to check for apps running in the background and how to turn off so my battery life can last longer and not get warm

  • Auto batch Selection in MB1B

    Hi All, We want Auto Batch selection on FIFO Basis while transfering the Material to Sub Contracting Vendor through TCode MB1B. Thanks in Advance........ Sanjay