FrameMaker's Save As HTML facility is very basic and the only control you have over graphics is on the HTML Setup Dialog (File>Utilities>HTML Setup). Clicking Options... opens an auxiliary dialog which allows you to save graphics files as .gif, .jpg or .png. .gif is the default setting. GIFs are limited to 256 colours. FrameMaker also reduces the resolution of the graphics. These factors often result in poor quality images. We found with images of coloured computer dialogs that the text on the dialogs was illegible. You can manually edit your HTML document and put the original graphics back in, which will restore the image quality, but if you have a large document this will take a long time. You don't say how you are distributing the HTML files but if you are distributing them over the web I am not sure that most browsers support the .eps file format.
Tony -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 18 March 2006 07:01 To: [email protected] Subject: Framers Digest, Vol 5, Issue 17 Send Framers mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.frameusers.com/mailman/listinfo/framers or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Framers digest..." Today's Topics: 1. RE: Converting Word doc to Frame (Anne Robotti) 2. Re: Adding a Blank Page Before/After Book Cover (Christiane Crety (CC)) 3. Saving Frame files as HTML - with graphics as jpg (ROBIN POTTS) 4. RE: Converting Word doc to Frame (Ridder, Fred) 5. Help with PDF problem and 11x17 page size (Carla Drye) 6. RE: Help with PDF problem and 11x17 page size (Phil Heron) 7. RE: Printing a 6 x 9 Manual (Diane Gaskill) 8. Re: Help with PDF problem and 11x17 page size (Art Campbell) 9. Re: Converting Word doc to Frame (Art Campbell) 10. Shortcut to conditional text box (Gillian Flato) 11. RE: Shortcut to conditional text box (Ridder, Fred) 12. RE: Shortcut to conditional text box (Peter Gold) 13. RE: Shortcut to conditional text box (Gillian Flato) 14. Creative Ideas for Developing a Read Me First/Getting Started Card (Angela Akridge) 15. Script to upgrade books (Diana Stock) 16. RE: Help with PDF problem and 11x17 page size (Joanne Curme) ---------------------------------------------------------------------- Message: 1 Date: Fri, 17 Mar 2006 09:13:18 -0500 From: "Anne Robotti" <[EMAIL PROTECTED]> Subject: RE: Converting Word doc to Frame To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" > I've converted thousands of pages using only Word (with macros > to do a bunch of clean-up pre conversion) and FrameMaker. Fred, could you elaborate on these macros? What do they do, and how do they work? Thanks, Anne -------------------------------------------------------- The information contained in or attached to this e-mail contains confidential or privileged information. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this e-mail is PROHIBITED. If you have received this e-mail in error, please notify the sender and delete the e-mail immediately. Thank you. ------------------------------ Message: 2 Date: Fri, 17 Mar 2006 14:49:01 +0100 From: "Christiane Crety \(CC\)" <[EMAIL PROTECTED]> Subject: Re: Adding a Blank Page Before/After Book Cover To: "Framers List" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hi Angela, I get a separate pdf from our Marketing dep. containing the front page for my manual. Here is how I do it: 1. Put an empty page in my FM file where the front page should be. 2. Create the pdf. 3. Open the manual pdf in Acrobat (Standard). 4. Put the cursor in the first page. 5. Select Document > Pages > Replace. 6. Browse to my front page pdf and insert it. This way I keep the numbering of pages correct. You should be able to do the same with your back cover. If you need to have a completely blank page, you could place a dedicated paragraph format on the page. Then in your reference page, assign your blank master page to this paragraph format. This way the blank master page will not be overwritten by the default Left/Right master pages, but will stay there through all your updates. Hope this helps! /Christiane Christiane Crety Technical Writer T + 45 39 55 86 82 E [EMAIL PROTECTED] Thrane & Thrane A/S - Lundtoftegaardsvej 93D DK-2800 Kgs. Lyngby, Denmark - www.thrane.com T +45 39 55 88 00 - F + 45 39 55 88 88 ------------------------------ Message: 3 Date: Fri, 17 Mar 2006 09:56:26 -0600 From: "ROBIN POTTS" <[EMAIL PROTECTED]> Subject: Saving Frame files as HTML - with graphics as jpg To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" I need to save some Frame files as HTML and this works great with Save As - except for the graphics. Does anyone know how to change the settings for graphic filesin FrameMaker when converting eps graphics for web? Right now it is saves them as gif and they look horrible. Thanks! Robin Potts Technical Writer ADTRAN EN Tech Pubs [EMAIL PROTECTED] 256-963-6131 ------------------------------ Message: 4 Date: Fri, 17 Mar 2006 11:07:50 -0500 From: "Ridder, Fred" <[EMAIL PROTECTED]> Subject: RE: Converting Word doc to Frame To: "Anne Robotti" <[EMAIL PROTECTED]>, <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="US-ASCII" Jeez, now you're going to test my memory, because most of the conversion work I did was more than five years ago when I migrated our pubs group from Word to FrameMaker as our standard tool. Our docs were all in Word 95, which meant the macros were written in Word Basic rather than Visual Basic for Applications, which I am much less familiar with. I had a flock of separate small macros that each did relatively simple operations like: - removing manual page breaks - removing empty paragraphs - searching for paragraph styles that were not part of the standard template - searching for manually applied character formatting (i.e. not using our template's defined character styles) - removing all autonumbering (done by SEQ codes in Word) - dealing with annotations, hidden text, and other background content - replacing linked graphics with placeholders that identified the source file - removing irrelevant field codes (including *lots* of empty index entry fields) - deleting the Word TOC, LOT, LOF, and index Then I had a couple of more complex macros that did things like renaming all the Word styles to the new names that were defined in the FrameMaker templates, and converting some of the "fancy" stuff we had done on our API reference pages from the Word implementation to a FrameMaker way of doing things. The final macro burst the monolithic Word docs into a series of separate files on chapter boundaries. The end result was a set of small, clean files that could be imported into the FrameMaker templates with a minimum of muss and fuss. My opinions only; I don't speak for Intel. Fred Ridder (fred dot ridder at intel dot com) Intel Parsippany, NJ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anne Robotti Sent: Friday, March 17, 2006 9:13 AM To: [email protected] Subject: RE: Converting Word doc to Frame > I've converted thousands of pages using only Word (with macros > to do a bunch of clean-up pre conversion) and FrameMaker. Fred, could you elaborate on these macros? What do they do, and how do they work? Thanks, Anne ------------------------------ Message: 5 Date: Fri, 17 Mar 2006 11:06:17 -0500 From: "Carla Drye" <[EMAIL PROTECTED]> Subject: Help with PDF problem and 11x17 page size To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" I'm new so please be kind. I work in Frame 7.1b023 with no plug-ins. I have a book file that incorporates multiple 8-1/2 x 11 page size files, multiple 11 x 17 page size files with cross references within files and from file to file, stand alone TOCs, LOFs, and LOTs that are generated and then copied and pasted into the front of the files. The book is then PDF'd with create hyperlinks turned on. The PDF works great and all the cross references for the TOC, LOF, LOT, from Frame work in the PDF. The problem is that the 11 x 17 pages (which are figures) end up on 8-1/2 x 11 pages in the book PDF. What I have been doing is going into each of the 11 x 17 files (9 total), and saving each as a stand-alone 11 x 17 PDF. Then I exchange each new 11 x 17 PDF for the old 8-1/2 x 11 page in the book PDF file. This works for getting the correct page size, but the link from the LOF (which is not on the 11 x 17 page) does not work. Does anyone have a suggestion on how to make the links work to the 11 x 17 pages? Thanks ________________________________________________________________________ Carla J.H. Drye, Associate Writer [EMAIL PROTECTED] S&K Technologies ------------------------------ Message: 6 Date: Fri, 17 Mar 2006 16:28:24 -0000 From: "Phil Heron" <[EMAIL PROTECTED]> Subject: RE: Help with PDF problem and 11x17 page size To: "framers" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Carla, I think you should be able to create a PDF document containing a mixture of page sizes. I tried this and it worked first time: - Create three Frame files, one portrait, one landscape and one a custom size. - Create a Frame book containing the three files. - Print the book to a file, using the Adobe PDF printer and ticking the "Generate Acrobat Data" box. - Open the generated PS file with Acrobat Distiller. Success! A PDF file is created contining a combination of page sizes. In short: Make sure you are printing to the Adobe PDF printer. Make sure you set "Generate Acrobat Data" Hope this helps, Phil Heron Technical Writer - CODA www.coda.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carla Drye Sent: 17 March 2006 16:06 To: [email protected] Subject: Help with PDF problem and 11x17 page size I'm new so please be kind. I work in Frame 7.1b023 with no plug-ins. I have a book file that incorporates multiple 8-1/2 x 11 page size files, multiple 11 x 17 page size files with cross references within files and from file to file, stand alone TOCs, LOFs, and LOTs that are generated and then copied and pasted into the front of the files. The book is then PDF'd with create hyperlinks turned on. The PDF works great and all the cross references for the TOC, LOF, LOT, from Frame work in the PDF. The problem is that the 11 x 17 pages (which are figures) end up on 8-1/2 x 11 pages in the book PDF. What I have been doing is going into each of the 11 x 17 files (9 total), and saving each as a stand-alone 11 x 17 PDF. Then I exchange each new 11 x 17 PDF for the old 8-1/2 x 11 page in the book PDF file. This works for getting the correct page size, but the link from the LOF (which is not on the 11 x 17 page) does not work. Does anyone have a suggestion on how to make the links work to the 11 x 17 pages? Thanks ________________________________________________________________________ Carla J.H. Drye, Associate Writer [EMAIL PROTECTED] S&K Technologies _______________________________________________ You are currently subscribed to Framers as [EMAIL PROTECTED] Send list messages to [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] or visit http://lists.frameusers.com/mailman/options/framers/phil.heron%40coda.co m Send administrative questions to [EMAIL PROTECTED] Visit http://www.frameusers.com/ for more resources and info. The information in this message is confidential and may be legally privileged. It may not be disclosed to, or used by, anyone other than the addressee. If you receive this message in error, please advise us immediately. Internet emails are not necessarily secure. CODA does not accept responsibility for changes to any email which occur after the email has been sent. Attachments to this email may contain software viruses, which could damage your systems. CODA has checked the attachments for viruses before sending, but you should virus-check them before opening. ------------------------------ Message: 7 Date: Fri, 17 Mar 2006 08:32:58 -0800 From: "Diane Gaskill" <[EMAIL PROTECTED]> Subject: RE: Printing a 6 x 9 Manual To: "Angela Akridge" <[EMAIL PROTECTED]>, <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Just give the printer a standard PDF file with crop marks showing. Pages in normal order. Most vendors have software to rearange the pages for you. You can also get software to do that on the FrameUsers website, www.frameusers.com. Look in the 3rd party tools section. I think there are a couple of Framemaker plugins. Go to this URL http://www.frameusers.com/modules.php?op=modload&name=FURG_PowerTools&file=i ndex&limit=Templates&action=display Diane -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Angela Akridge Sent: Wednesday, March 15, 2006 4:20 PM To: [email protected] Subject: Printing a 6 x 9 Manual Oops, one more question. My print vendor is printing my 6 x 9 document. If the printer uses 9 x12 paper whereby one book page consumes one side of the 9 x 12 paper and another book page consumes the other side, what print options should I consider setting on the Frame file. Anything? If the print vendor folds the 9 x 12, don't the manual pages need to print in a specific order (not 1-23)? -- Angela _______________________________________________ You are currently subscribed to Framers as [EMAIL PROTECTED] Send list messages to [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] or visit http://lists.frameusers.com/mailman/options/framers/dgcaller%40earthlink.net Send administrative questions to [EMAIL PROTECTED] Visit http://www.frameusers.com/ for more resources and info. ------------------------------ Message: 8 Date: Fri, 17 Mar 2006 13:56:29 -0500 From: "Art Campbell" <[EMAIL PROTECTED]> Subject: Re: Help with PDF problem and 11x17 page size To: "Carla Drye" <[EMAIL PROTECTED]> Cc: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 OK, Carla, one two-part idea. This is, admittedly, a kludge, but you may want to play with the idea.... The first part is when you .pdf the job, to specify that each file prints as a discrete file rather than one large one. Then print the letter size book. Then print a second copy of the book to 11x17 page sizes (you can set the page size in the PDF settings). So you'd end up with two books, one in each size. Then I'd do the same thing you're doing now, swap the larger "figure" files in AND also swap in the generated LOF from the large book, which should contain all the links. If you have to deliver the .pdf as a single file, you can use Acrobat to cocatenate the files after they're all working. Don't know if it'll work, but.... Art On 3/17/06, Carla Drye <[EMAIL PROTECTED]> wrote: > I'm new so please be kind. I work in Frame 7.1b023 with no plug-ins. > > > > I have a book file that incorporates multiple 8-1/2 x 11 page size files, > multiple 11 x 17 page size files with cross references within files and from > file to file, stand alone TOCs, LOFs, and LOTs that are generated and then > copied and pasted into the front of the files. The book is then PDF'd with > create hyperlinks turned on. > > > > The PDF works great and all the cross references for the TOC, LOF, LOT, from > Frame work in the PDF. > > > > The problem is that the 11 x 17 pages (which are figures) end up on 8-1/2 x > 11 pages in the book PDF. What I have been doing is going into each of the > 11 x 17 files (9 total), and saving each as a stand-alone 11 x 17 PDF. Then > I exchange each new 11 x 17 PDF for the old 8-1/2 x 11 page in the book PDF > file. This works for getting the correct page size, but the link from the > LOF (which is not on the 11 x 17 page) does not work. > > > > Does anyone have a suggestion on how to make the links work to the 11 x 17 > pages? > > > > Thanks > > ________________________________________________________________________ > > Carla J.H. Drye, Associate Writer > > [EMAIL PROTECTED] > > S&K Technologies > -- Art Campbell [EMAIL PROTECTED] "... In my opinion, there's nothing in this world beats a '52 Vincent and a redheaded girl." -- Richard Thompson No disclaimers apply. DoD 358 ------------------------------ Message: 9 Date: Fri, 17 Mar 2006 14:01:36 -0500 From: "Art Campbell" <[EMAIL PROTECTED]> Subject: Re: Converting Word doc to Frame To: "Gillian Flato" <[EMAIL PROTECTED]> Cc: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 Do a pre-cleaning in Word to remove extra carriage returns and any Word oddities. Save the Word docs as .RTF and open them in FM. Save the imported files, then save again as .MIF files to remove extra characters. Open the MIFs and save them as your working set of files. Art On 3/16/06, Gillian Flato <[EMAIL PROTECTED]> wrote: > Guys, > > I know this has been discussed before, but what is the best tool to use > to convert a word doc (with text, tables and images) to a Frame doc. > > > Thanks, -- Art Campbell [EMAIL PROTECTED] "... In my opinion, there's nothing in this world beats a '52 Vincent and a redheaded girl." -- Richard Thompson No disclaimers apply. DoD 358 ------------------------------ Message: 10 Date: Fri, 17 Mar 2006 14:57:58 -0800 From: "Gillian Flato" <[EMAIL PROTECTED]> Subject: Shortcut to conditional text box To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" I use conditional text every day. Does anyone know a shortcut to getting the conditional dialog box to pop up. A few years ago I was able to modify my maker.ini file so that had a button on my window to do that but I don't remember how to do it. Thanks, Gillian Flato Technical Writer (Software) NANOmetrics, Inc. 1550 Buckeye Dr. Milpitas, CA. 95035 (408.435.9600 x 316 7 408.232.5911 * [EMAIL PROTECTED] <blocked::mailto:[EMAIL PROTECTED]> This message (including any attachments) may contain confidential information intended for a specific individual and purpose. If you are not the intended recipient, delete this message. If you are not the intended recipient, disclosing, copying, distributing, or taking any action based on this message is strictly prohibited. ------------------------------ Message: 11 Date: Fri, 17 Mar 2006 18:05:26 -0500 From: "Ridder, Fred" <[EMAIL PROTECTED]> Subject: RE: Shortcut to conditional text box To: "Gillian Flato" <[EMAIL PROTECTED]>, <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="US-ASCII" You mean other than Alt, s, t? That's what I use. Having to reach for the mouse to click a button is annoying. My opinions only; I don't speak for Intel. Fred Ridder (fred dot ridder at intel dot com) Intel Parsippany, NJ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gillian Flato Sent: Friday, March 17, 2006 5:58 PM To: [email protected] Subject: Shortcut to conditional text box I use conditional text every day. Does anyone know a shortcut to getting the conditional dialog box to pop up. A few years ago I was able to modify my maker.ini file so that had a button on my window to do that but I don't remember how to do it. Thanks, Gillian Flato Technical Writer (Software) NANOmetrics, Inc. 1550 Buckeye Dr. Milpitas, CA. 95035 (408.435.9600 x 316 7 408.232.5911 * [EMAIL PROTECTED] <blocked::mailto:[EMAIL PROTECTED]> ------------------------------ Message: 12 Date: Fri, 17 Mar 2006 17:22:05 -0600 From: Peter Gold <[EMAIL PROTECTED]> Subject: RE: Shortcut to conditional text box To: "Gillian Flato" <[EMAIL PROTECTED]>, <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" ; format="flowed" >I use conditional text every day. Does anyone know a shortcut to getting >the conditional dialog box to pop up. A few years ago I was able to >modify my maker.ini file so that had a button on my window to do that >but I don't remember how to do it. These are the universal cross-platform keystrokes; tap each key in sequence and release: Esc s C displays Special Conditional Text palette - NOTE lowercase s uppercase C Esc v C displays Show/Hide Conditional Text dialog box - Note lowercase v uppercase C. -- Regards, Peter Gold KnowHow ProServices ------------------------------ Message: 13 Date: Fri, 17 Mar 2006 16:20:05 -0800 From: "Gillian Flato" <[EMAIL PROTECTED]> Subject: RE: Shortcut to conditional text box To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" I used to have it where I assigned an unused icon to the function and then I just clicked on that icon, which was on my toolbar, and it opened. Thanks, Gillian -----Original Message----- From: Peter Gold [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 3:22 PM To: Gillian Flato; [email protected] Subject: RE: Shortcut to conditional text box >I use conditional text every day. Does anyone know a shortcut to getting >the conditional dialog box to pop up. A few years ago I was able to >modify my maker.ini file so that had a button on my window to do that >but I don't remember how to do it. These are the universal cross-platform keystrokes; tap each key in sequence and release: Esc s C displays Special Conditional Text palette - NOTE lowercase s uppercase C Esc v C displays Show/Hide Conditional Text dialog box - Note lowercase v uppercase C. -- Regards, Peter Gold KnowHow ProServices This message (including any attachments) may contain confidential information intended for a specific individual and purpose. If you are not the intended recipient, delete this message. If you are not the intended recipient, disclosing, copying, distributing, or taking any action based on this message is strictly prohibited. ------------------------------ Message: 14 Date: Fri, 17 Mar 2006 17:01:29 -0800 From: "Angela Akridge" <[EMAIL PROTECTED]> Subject: Creative Ideas for Developing a Read Me First/Getting Started Card To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 I have a fun project. My first Read Me First! Do you think that Illustrator or Frame is the appropriate format to create a doc like this one? http://support.yellowmachine.com/support/Lists/Content/Attachments/62/readme _First_293.pdf Do you refer me to an online resource that shows how to create unique layouts? I'd like to produce a Read Me First that is more like a poster and where each square of the poster is a step. Any creative ideas? Oh course, the content needs to change a lot, so I'd rather invest in the new layout now. Angela ------------------------------ Message: 15 Date: Fri, 17 Mar 2006 13:06:09 -0600 From: "Diana Stock" <[EMAIL PROTECTED]> Subject: Script to upgrade books To: "Framers List" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hello all, Does anyone know of a free FrameScript for upgrading books and saving all files from an older version of Frame (6 > 7). This is probably an easy script to write, if you knew the language. :-) I am running FrameMaker 7.0p579 and have FrameScript 4.0. Any assistance would be greatly appreciated. Thanks in advance, Diana Stock Maintenance Training 214-792-7433 ------------------------------ Message: 16 Date: Fri, 17 Mar 2006 14:05:00 -0800 From: "Joanne Curme" <[EMAIL PROTECTED]> Subject: RE: Help with PDF problem and 11x17 page size To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="US-ASCII" You can manually link the bookmark to the page with the graphic. In Acrobat Standard 6.0, display both the Bookmarks list and the pages. Click on the LOF bookmark that isn't working, then scroll through the pages until the appropriate page is showing (leaving the bookmark selected). Then from the Options menu, select Set Bookmark Destination. This will link the selected bookmark to the displayed page. You can also create, delete, rename, and change the level of bookmarks in the list. Joanne -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carla Drye Sent: Friday, March 17, 2006 8:06 AM To: [email protected] Subject: Help with PDF problem and 11x17 page size I'm new so please be kind. I work in Frame 7.1b023 with no plug-ins. I have a book file that incorporates multiple 8-1/2 x 11 page size files, multiple 11 x 17 page size files with cross references within files and from file to file, stand alone TOCs, LOFs, and LOTs that are generated and then copied and pasted into the front of the files. The book is then PDF'd with create hyperlinks turned on. The PDF works great and all the cross references for the TOC, LOF, LOT, from Frame work in the PDF. The problem is that the 11 x 17 pages (which are figures) end up on 8-1/2 x 11 pages in the book PDF. What I have been doing is going into each of the 11 x 17 files (9 total), and saving each as a stand-alone 11 x 17 PDF. Then I exchange each new 11 x 17 PDF for the old 8-1/2 x 11 page in the book PDF file. This works for getting the correct page size, but the link from the LOF (which is not on the 11 x 17 page) does not work. Does anyone have a suggestion on how to make the links work to the 11 x 17 pages? Thanks ________________________________________________________________________ Carla J.H. Drye, Associate Writer [EMAIL PROTECTED] S&K Technologies _______________________________________________ You are currently subscribed to Framers as [EMAIL PROTECTED] Send list messages to [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] or visit http://lists.frameusers.com/mailman/options/framers/joanne%40exeros.com Send administrative questions to [EMAIL PROTECTED] Visit http://www.frameusers.com/ for more resources and info. ------------------------------ _______________________________________________ You are currently subscribed to Framers. To unsubscribe send a blank email to http://lists.frameusers.com/mailman/listinfo/framers Send administrative questions to [EMAIL PROTECTED] Visit http://www.frameusers.com/ for more resources and info. End of Framers Digest, Vol 5, Issue 17 ************************************** Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail is confidential. It may also be legally privileged. It is intended only for the stated addressee(s) and access to it by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this e-mail. Such unauthorised use may be unlawful. We may monitor all e-mail communications through our networks. If you have received this e-mail in error, please inform us immediately on +44 (0) 1749 672081 and delete it and all copies from your system. We accept no responsibility for changes to any e-mail which occur after it has been sent. Attachments to this e-mail may contain software viruses which could damage your system. We therefore recommend you virus-check all attachments before opening. A business of Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No. 868273 _______________________________________________ You are currently subscribed to Framers as [EMAIL PROTECTED] Send list messages to [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] or visit http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com Send administrative questions to [EMAIL PROTECTED] Visit http://www.frameusers.com/ for more resources and info.
